How to abort RQM execution automatically
Hello,
I'm using RQM execution tool to execute test suites in RQM, but I want to abort execution automatically - aborting the process of RQM execution tool is not enough (ABORT=
ps axf | grep '[j]ava -jar RQMExecutionTool.jar' | grep -v grep | awk '{print "kill -9 " $1}' | sh).
it's not enough cause I still see the script that was ran from the test script running in the background and the execution still in progress in RQM web.
how do I automatically (REST API etc) terminate an execution properly?
please help!
Comments
Donald Nong
Jul 03 '17, 3:43 a.m.sara chason
Jul 03 '17, 4:08 a.m.