RajibPradhan
12 years agoOccasional Contributor
How to execute multiple iterations without stopping on errors or exceptions?
Hi,
I am executing 10 scripts for 10 iterations. If one scripts fails in fifth iteration then it is stopping execution after completing fifth iteration. It is not executing sixth iteration.
I have unchecked 'stop on error' option in three places in testComplete:
1. Project Suite level (while selecting projects as test items)
2. Project level (while selecting test items under project test item tab)
3. Project Properties level (unchecked stop on error option under project properties)
I have unchecked 'stop on exception' option of testComplete also.
My requirement is to execute 10 iterations without stopping on error or exceptions.
Thanks,
Rajib
I am executing 10 scripts for 10 iterations. If one scripts fails in fifth iteration then it is stopping execution after completing fifth iteration. It is not executing sixth iteration.
I have unchecked 'stop on error' option in three places in testComplete:
1. Project Suite level (while selecting projects as test items)
2. Project level (while selecting test items under project test item tab)
3. Project Properties level (unchecked stop on error option under project properties)
I have unchecked 'stop on exception' option of testComplete also.
My requirement is to execute 10 iterations without stopping on error or exceptions.
Thanks,
Rajib