Forum Discussion

RajibPradhan's avatar
RajibPradhan
Occasional Contributor
12 years ago

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

  • Hi Rajib,


     


    Sounds like the test shouldn't stop. Can you zip your entire project suite folder along with the log of the failed test execution and post the archive here?