Run Method
Description
Starts execution the test set or of the specified tests.
Syntax
Visual Basic
Public Sub Run( _
   Optional ByVal TestData As Variant _
) 
Parameters
TestData
A comma-separated list of the IDs (string) of the test instances to run, or a List of TSTest objects. If no value is passed, the entire test set is run.
Remarks

A TSScheduler can perform only one run. If you want to perform more than one run, then after calling Run, call TestSet.StartExecution again to get a new TSScheduler object.

For Business Process tests, see also: BusinessProcess.DeleteChangeDetectionAlert

See Also