Featured post
How to deploy database on unit testing -
i have run integration unit tests (not database test). project in visual studio 2010.
i have database project setup.
- how can deploy database before running integration or unit tests?
- how can deploy database when building solution in tfs 2010?
please help
we're using visual studio 2010 application , database development. have tried having database project within application solution , having independent solutions. ended keeping them separated. deploy database our development environments directly visual studio using "deploy solution" option. database project properties has "create deployment script (.sql) , deploy database" option on deploy tab. deploy database ever environment configured. it's manual step.
when database project part of solution application project(s) gets deployed part of rest of project.
the real work in getting continuous integration working time either project has check-in built, tested , deployed ci environment. decided go ahead , unit test our stored procedures in database project.
the build agent calls command line vsdbcmd our particular set of parameters deploy databse ci environment.
- Get link
- X
- Other Apps
Comments
Post a Comment