Stop Method
Description
Stops execution of the test set or the specified tests.
Syntax
Visual Basic
Public Sub Stop( _
   Optional ByVal TestData As Variant _
) 
Parameters
TestData
A comma-separated list of the IDs (string) of the test instances to stop. If no value is passed, all the test instances in the test set are stopped/
See Also