ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
10-23-2013 09:11 AM
Hi !
If I try to Force Fail a step in PreUUT loop(Model Callback ) it does not Fail the Test ?
10-23-2013 02:55 PM
Hey aparab,
The PreUUT loop executes at the very beginning of the test sequence, before any individual UUTs are tested. It's general purpose is to perform actions that must take place before any units can be tested. Because the steps in this callback are not associated with a particular UUT, their pass/fail status does not affect the status of any UUTs.