04-27-2010 11:56 AM
Hi,
My test sequence records 4 containers of UUT data during test - one per test site. Each UUT is tested in parallel by calling a sequence file as a "New Execution".
Is there any easy way to ensure that these containers are cleared before testing of the next 4 devices?
Thanks & Regards,
Shane.
Solved! Go to Solution.
04-28-2010 02:31 AM
Shane,
what do you understand with "cleared" in the context of containers? How do you define/create those (e.g. "static" local variable)?
If you have defined the containers statically as variables, the simplest thing to do is to insert a statement in the setup stepgroup of your sequence in which you set the fields of the container to its proper default value.
hope this helps,
Norbert