Forum Discussion

M_McDonald's avatar
M_McDonald
Super Contributor
16 years ago

How to interrupt Groovy script when cancelling test case

In a test case I have a Groovy script that runs a loop checking for the existence of a file. I find that stopping the test case does not interrupt the Groovy script which continues to run. Is there...