09-08-2005 08:41 AM
09-08-2005 04:28 PM
Hi,
Here's a little example that should help.
Offcourse it should have a pre-condition to check for the Existence of the RunState.Caller, because you may have run your SequenceFile with any entry point e.g Run "MainSequence"., if you did the first step would error.
Hope it helps anyway.
Regards
Ray Farmer
09-09-2005 01:32 AM
09-21-2007 12:39 PM
You can also use the expression:
RunState.Root.Sequence.Name
to get the entry point that was invoked. For example, if you wanted to execute a step only if the Test UUTs entry point were invoked, you could use the following precondition for the step:
RunState.Root.Sequence.Name=="Test UUTs"