02-07-2007 09:21 AM
02-08-2007 01:03 PM
Hi,
By default the MainSequence doesn't have any Parameters.
If you have added the UUT container to the Parameters of MainSequence, This is still not going to work unless you have added the Parameters.UUT to the MainSequence in the Process Model sequence file. Also update the step MainSequence Callback in Test UUTs and Single Pass.
To aviod changing the Process Model sequence file, you can pick the value of UUT by using the Lookup string of RunState.Caller.Locals.UUT.
For example, you can use an Statement Step and set a local copy off UUT into your MainSequence by using the expression Locals.UUT = RunState.Caller.Locals.UUT
Hope this helps
Regards
Ray Farmer
02-08-2007 02:19 PM
02-09-2007 02:22 PM