Benifits of Team Test
Team Test is a Visual Studio integrated unit-testing framework that enables:
- Code generation of test method stubs.
- Running tests within the IDE.
- Incorporation of test data loaded from a database.
- Code coverage analysis once the tests have run.
Adpoted from A Unit Testing Walkthrough with Visual Studio Team Test by Mark Michaelis.
0 Comments:
Post a Comment
<< Home