Forum Discussion

tc_2018's avatar
tc_2018
Contributor
6 years ago
Solved

Script pauses when aqPerformance.Check() failed

I want to check the performance of my function and expect it takes no more than 5 seconds. The script passes if I put 5 seconds check. However, if I put 4 seconds as shown below, then my script pau...
  • tristaanogre's avatar
    6 years ago

    A failure in the performance check logs an error to the test log.  Any thing that then triggers upon logging an error will occur at that point.

    What it sounds like is that you have the "Pause test execution on posting an error" flag checked under Tools | Options | Engines | General.  Turn off that flag and see if the test continues.