08-17-2021 07:11 PM
Hello,
I have an application in which:
- For all numeric limit tests in the sequence, when it fails, there will be a popup window for operators
- Operators can choose to repeat the numeric limit test, or to continue to the next test step.
The key is to let operators having an opportunity to repeat the numeric limit test which showed only marginal failure, in which there is a good chance to pass the numeric limit test in the next try.
I have the following questions:
1. If I retry the failed numeric limit test once more and it passes, will the previous "Failed" step status be overwritten to "Passed" in the process model so that I can pass my Test UUTs when it finishes running my Main Sequence?
2. If the answer to 1. is no, is there any Configuration settings I can do to make sure in one numeric limit test step it only keeps the very last "Passed" status?
3. If I retry the failed numeric limit test once more and it passes, will both the "Failed" and "Passed" steps be logged into the ATML report and/or Database Schema?
4. If the answer to 3 is yes, is there any Configuration settings I can do to make sure only the latest "Passed" data will be logged into the ATML report and/or Database Schema? (I do not use on the fly reporting)
Any help on this matter is appreciated. Thanks
08-18-2021 01:11 AM
The example says more than a thousand words. Try to use my sequence.
08-18-2021 06:32 AM
Neat and simple solution!