Forum Discussion
mfoster711
2 months agoRegular Contributor
Thanks for feedback. I will submit something to Smartbear to report this. I was able to come up with a workaround for now in case anybody else encounters this issue.
I added a timer inside my While loop that times how long the aqUtils.Delay takes. It should take 6 seconds in the following example but aqUtils.Delay seems to get skipped when you press stop button. This cause the IF statement to be true which then results in the BREAK statement getting executed and stops the infinite loop.