These walkthroughs introduce the major feature areas of Visual Studio Team System Test Edition. Using a series of step-by-step instructions, the following walkthroughs illustrate how to create tests, how to run them, and how to obtain test results.
In this walkthrough, you create a Web test from a browser recording, and verify that it works correctly. You will also view request properties and specify a proxy server.
In this walkthrough you convert a recorded Web test into a coded Web test. After you convert the Web test to a coded Web test, you add new code to the Web test, and verify that it works correctly.
In this walkthrough, you create a program to wrap as a generic test. Then, you create and run the generic test. You also follow steps to pass command-line arguments and deploy files when you run the test.
A data-driven unit test is a unit test that is run repeatedly for each row in a data source. This walkthrough shows how to define, in an app.config file, a data source that will supply data to a data-driven unit test.