How to import "execution variable " field for test case?
I am trying to import test cases to RQM using Excel Importer addin.Can any one help how to import execution variable for a test case from excel sheet.What has to be added in the cfg file? Thanks Shivani |
3 answers
You can refer to https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter "Execution Variable Support (4.0.1 and above)" section.
|
Hi Shivani,
Below are some of the ways you can use in your cfg file for execution variables testcase.variables.name=B.value=C testcase.variables.name="MyName".value=A testcase.variables.name=A.value="MyValue" Thanks |
Shivani, support for "execution variable" export through the RQMExcelExporter is provided in v4.0.1 and higher.
So depending on the version of RQM used, please download and install the excel addin from the jazz.net download.
Here is the addin for RQM v4.0.5. A sample .cfg file entry to allow exporting execution variable is:
testcase.variables.name=A1.value=B1 (name is found in cell A1 and value is found in cell B1)
For further details, please refer : https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter
Best Regards, Sunil
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.