TestQA1
2 years agoFrequent Contributor
How to check 'Test run' status in command line test execute
Hi,
I am using test execute to run tests. I stop my test item on error (in Execution Plan) and it doesn't execute next test until I kill test execute. It also stops bat file to proceed with next line and stuck there.
Is there any way I can check the status of the test using 'On error in Execution Plan' in my bat file and include condition that checks and decide what to do next?
I tried handler that stops test execute, but that interrupting the command line for text execute in bat file.
Thanks