11-18-2007 04:54 AM
HI,
I use the following precondition for running SinglePass (one or few steps selected). However, in Run UUTs (full test mode) I get an error (pre condition can be evaluated...) since the value of this field is empty.
RunState.Root.RunState.InitialSelection.SelectedSteps[0]) != "DATA Test"
Any suggestions how to make the Run UUTs ignore this precondition?
Thanks
Rafi
11-19-2007 01:31 AM
Hi,
Try using GetNumElements(RunState......) if the value returned is 0 then the array is empty.
Regards
Ray