It's all about the answers!

Ask a question

How to import "execution variable " field for test case?


Shivani Dwibedy (622) | asked Mar 03 '14, 5:42 a.m.

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



permanent link
Lily Wang (4.9k714) | answered Mar 03 '14, 5:54 a.m.
You can refer to https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter "Execution Variable Support (4.0.1 and above)" section.

permanent link
Reshma Ratnani (1.1k1) | answered Mar 03 '14, 5:54 a.m.
JAZZ DEVELOPER
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

permanent link
Sunil Kumar R (1.1k13044) | answered Mar 03 '14, 6:01 a.m.
JAZZ DEVELOPER
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


Register or to post 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.