01-28-2010 03:33 AM
01-28-2010 04:28 AM
What is the method that you are using to create these steps ? Are calling the TestStand API or populating the sequence in the xml format ?
I have tried to insert steps in sequence which already has steps. While using the InsertStep method from the TestStand API you will have to pass the step index to the method. So in this case your step index will be number of steps in the sequence. Since in TestStand the step index starts with zero.
Thanks
01-28-2010 06:20 AM