Database Deployment through MSBuild and TFS build
I recently came across a problem where I had to deploy a database as part of the TFS (Team Foundation Server) build process. The default build process templates you get out of the box does not have a way to deploy database as part of a build process. There are 2 ways to do this depending on which build definition you use -
- If you are using TFS 2010 build definition, add custom steps/actions in build process template to deploy database,
- If you are using old MSBuild 2008 – TFSBuild.proj file, you can call external batch file or command(s) to deploy database.
Last Updated on Monday, 14 March 2011 14:21
Read more...
|
Microsoft Test Manager 2010 - Tips and Tricks
Friday, 16 July 2010 03:57
Ajay Majgaonkar
Last Updated on Friday, 16 July 2010 09:01
Read more...
Editing Manual tests in TFS 2010 from MS Excel 2010
Manual test cases created in Team Foundation Server 2010 can be easily edited from MS Excel. The TFS 2010 and Excel 2010 integration is native. I really liked this feature, though it comes with some shortfalls. Lets see what you can do and what you can not in more detail.
Last Updated on Thursday, 20 May 2010 14:02
Read more...
|
Manual test case authoring in Microsoft Test Manager 2010
Team Foundation Server 2010 along with Visual Studio 2010 and a new tool called Test Manager 2010 has done Manual Test case authoring and management really easy. There are no more .mht files to manage and no more test lists to be created for execution. Manual test case creation and management does not even need a test project to be created.
Last Updated on Thursday, 20 May 2010 13:00
Read more...
Test Planning in TFS 2010 Test Manager
 There is a new and better way for planning and managing manual test passes/runs with TFS (Team Foundation Server) 2010. The first most important change is that, there is no more a need to maintain thousands of .mht files in test projects for manual tests like in version 2008. You also don’t have to maintain your manual tests in via Test list editor (.vsmdi). Now, all the manual test cases reside in TFS database and are maintained there. A manual test case is just like any other workitem. The Test Edition or Visual Studio 2010 Ultimate comes with a new tool called Microsoft Test Manager 2010. Lets see some of the basic test planning features.
Last Updated on Monday, 17 May 2010 21:37
Read more...
|
|
|
|
|