Fetching Test Suite Name from a CLA script
Hi,
I have a Command Line Script where i am triggering a simple batch file and printing the inbuilt execution variables.
I need to retrieve the Test Suite Name to which the parent test case of the current CLA script is linked.
I am using the variable "qm_RQM_TESTSUITE_NAME" as described in https://jazz.net/library/article/809.
However, i am always getting an empty string.
Hierarchy of artifacts in my project area.
Test Suite -> Test Case -> CLA Script
Can anyone help ?
2 answers
Hi Paul. Thanks for your response.
We have the built-in variables in the Execution Variables section of the test script selected.
So we are able to print Test Script and Test case details using
qm_RQM_TESTCASE_NAME, qm_RQM_TESTSCIPT_NAME, qm_RQM_TESTSCIPT_WEBID etc.
We have the problem only with Test Suite. Getting empty string with "qm_RQM_TESTSUITE_NAME"