Playing Back Test Steps

The recorded test steps generate C# test methods similar to the existing C# methods. You can play back the C# test methods that have been generated for the recorded test cases. The playback submits the C# test method to the server and processes the results returned by the server.

Note: To automatically generate the C# test files, click Save on the toolbar.

The following playback options are available within the System Modeler:

Note: The C# test cases can be configured and played back using the Microsoft Test Manager (MTM). Refer to the MSDN documentation for more information.

Test Explorer Window

The SM Tests in a unit test project can be viewed in the Test Explorer window. The Test Explorer window displays items that correspond to the C# test methods. You can group tests and initiate playback. The lower pane of the Test Explorer window displays a summary of the test results after a test executes. You can open the Test Output window and visit the link to the XML file to view details of the playback steps.