06-10-2009 11:54 AM
Hi,
I would like to do a search through the sequence before it starts, just to know if any test is skipped.
Is there a way to do this through teststand that would be applicable for any test sequence?
Thanks.
06-10-2009 01:51 PM - edited 06-10-2009 01:52 PM
Hurtas,
I assume that you are looking for steps that have the run mode set to skipped and not if it will be skipped based on preconditions, correct?
In the TestStand API there is a GetRunModeEX method that can return the run mode of a specified step. Hope this will help get you started...