Forum Discussion

Stevan's avatar
Stevan
Contributor
4 years ago
Solved

The test run was terminated as a result of the Runner.Halt method call. using TC 14.60

I am running a web test, and the last step of my test is to click on a button labeled "Done".  Every time I run back my step I always get the following error -

 

Possible reasons:
 - An error or warning occurred during the test run. See the preceding log entries to locate and identify the error.
 - The test run was stopped manually.
 - The test run was terminated as a result of the Runner.Halt method call.

 

Am I missing a step?

  • Is the test step for "Done" clicking on a button by using the object name or by coordinates?  If it's coordinates, then you should change it to the object.  This sounds like it was a recorded test and the click is not happening where you want it to be.

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Is the test step for "Done" clicking on a button by using the object name or by coordinates?  If it's coordinates, then you should change it to the object.  This sounds like it was a recorded test and the click is not happening where you want it to be.

    • Stevan's avatar
      Stevan
      Contributor

      Thanks - I changed the operation from clickItem to click and that seemed to work.