11-14-2006 03:55 AM
11-20-2008 12:33 PM
11-25-2008 05:02 AM
There is no easy way doo do this.
Each step has properties; results are then collected and added to the ResultList. If you want stop and resume an execution, I think you have to save the current ResultList, the current step; when you want restart the execution, use goto or force the first steps to be skipped, and programmatically restore the ResultList. Those elements are dynamically created, and here is the difficulty.
To do this kind of pause/resume, you have to play with thoses properties in order to make TestStand seen previous steps as passed and to memorize the different results.
Good luck,