After you run tests in Microsoft Test Manager you can review them and comment on their results. For tests you run from the Visual Studio test windows you can save and then re-open them to analyze them. You can also run an automated test as a manual test to understand more about why a test failed.
Tasks | Associated Topics |
|---|
Analyze Test Runs: Open a test to see all previous runs and add comments, including the reasons for a failure. | |
Save and Open Test Results in Visual Studio: There are several ways to save and open test results. Which way is best for you depends on how you want to use the results. | |
Run an Automated Test as a Manual Test to Investigate Issues: If you run an automated test that fails, you can manually step through the test steps to determine if there is an issue with the application under test or with the test itself. | |
Concepts