Continue on error
Hi,
I have the following question: How to continue with the next step of the same testcase after an error occurs?
Scenario:
- We have 40 customized checkpoints in one testcase (mode 'KeywordTests'), which are comparing images successfully
- These images should be updated due to changes in the requirements
- Each checkpoint throws an error and writes the expected image in a file
- Running the same test case 40 times to receive the expected images is inefficient.
How to configure Testcomplete not to terminate the execution of a testcase if the result of each checkpoint is 'Assertion is false'? - Setting the configuration 'On error' of this testcase (in the section 'Execution Plan) to the state 'Continue running'' does not work as expected.
Thanks for your answer in advance!