RQMExecutionTool Exclude Testcase from Execution
Hello,
Is it possible to execute a test suite via the RQMExecutionTool and exclude specific test cases from execution similar to how you can in the UI?
In this example I want to execute Test Suite 1 and specify to not run Test Case 2 which contains one script. I have tried using suiteStepScriptIds values but I don't think it is intended for this purpose.
Example:
Test Suite 1
Test Case 1
Test Script
Test Case 2
Test Script
Test Case 3
Test Script
Thanks...