Forum Discussion

sborno's avatar
sborno
Occasional Contributor
20 days ago

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'...
  • Hassan_Ballan's avatar
    20 days ago

    I only know of three configuration settings that relates to execution behavior when error occur, and TestComplete default installation setting I only need to tweak the Project playback setting to continue.
    1-Project Suite > "Test Items" > checkbox "Stop on error" have it unchecked 
    2-Project > Properties > Playback > "On error" set it to "Continue running" 
    3-Execution Plan > Properties > the "On error" set it to "Use project's 'On error' property"

    That works properly for me, and after the run completes, I view all failed property checkpoints to update individually failed checks.

    Hope this helps