payalsobti
14 years agoOccasional Contributor
Custom test execution status
Hi,
I have a groovy script that reads data from an excel sheet and executes the request.
I am using FOR loop for it.
At the end i just add context.testRunner.cancel("All Rows Run!!")
But when i execute the test suite, the status shows "CANCELLED" in progress bar when that particular test case is executed.
Is there some other way to end it, so that instead of "CANCELLED", it shows some proper status like EXECUTED etc
Regards,
Payal
I have a groovy script that reads data from an excel sheet and executes the request.
I am using FOR loop for it.
At the end i just add context.testRunner.cancel("All Rows Run!!")
But when i execute the test suite, the status shows "CANCELLED" in progress bar when that particular test case is executed.
Is there some other way to end it, so that instead of "CANCELLED", it shows some proper status like EXECUTED etc
Regards,
Payal