bafageeh
4 years agoNew Contributor
How to test multi functions
How to test multi functions without stop test steps . look to snap file .
- 4 years ago
Set your error handling options to "Continue running"
Set your error handling options to "Continue running"
Set your error handling options to "Continue running"
When a error, and I have chosen to continue, it will repeat as shown in the attachment .
Hi,
Can you show us how execution of this piece is organized (test item settings, code that calls some function in a loop, etc.) ?
Hi,
Thank you for the screenshots.
> When a error, and I have chosen to continue, it will repeat as shown in the attachment
This is because your code advances to the next iteration (Iterator.Next() ) only if the checkpoint passes. If the checkpoint fails, iterator remains unchanged and thus the loop repeats with exactly same data.