CopyDesignSteps Method
Description
Copies design steps into the test run of an executed test.
Syntax
Visual Basic
Public Sub CopyDesignSteps() 
Remarks

Call this method immediately after creating the Run object to fill the test run with copies of the design steps.

If design steps are not copied into the test run, the design steps are not displayed in the run.

See Also