We need to consider the speed of execution, load and concurrency aspects.
Visual Studio Test edition or Visual Studio 2010 Ultimate provides the support for test automation.
Debugging support in Unit Testing
All test classes/methods can be run under debug mode. Simply put a break point where the code needs to stop and start the test by clicking “Debug Tests in Current Context” button located in the toolbar or “Tests in Current Context” menu of Debug option under Test menu.
Web Performance Test Using Visual Studio - Part I
Web Performance Test Using Visual Studio - Part II
MSDN: Report Visual Studio Team System Load Test Results Via A Configurable Web Site
MSDN: How to Create a Results Repository Using SQL
MSDN: A Unit Testing Walkthrough with Visual Studio Team Test
MSDN: How to Create a Data-Driven Unit Test
No comments:
Post a Comment