11-11-2009 10:23 PM
11-12-2009 01:03 AM
Hi,
That's because once an error has been detected and you had told it to go to Cleanup then on return from PreUUT the next step to be executed will be a step in the Cleanup of that sequence. As PostUUT is in the Main it is not going to be invoked.
Regards
Ray Farmer
11-12-2009 03:24 AM
Thanks Ray for your reply, I am a bit confused, if an error occurs, it will not automatically skip Main, then proceed to Post UUT, and then to the next UUT?? If I want it to, how would I do it? I have a camera that gets initialized in PreUUT loop and when this error occurs in PreUUT, and thus terminates, the camera resources are left hanging. I would prefer that for that UUT a error is reported, then it proceeds to the next UUT. Is that possible??
I'm a little iffy on the use of the cleanup step. Whether there is an error or not, the cleanup step is run right? and used for exception handling. I don'tquite follow using it for both.
Thanks,
Michael