Excel Import Question - Test Cases w/Scripts
Is it possible to use the RQMExcelWordImporter to import Test Cases and associate them with existing test scripts.
I under stand the cfg file associations when you are importing both cases and scripts, but haven't been able to get something to work for the imported test case to point to a script.
this doesn't work: testcase.testscript=B
thanks
I under stand the cfg file associations when you are importing both cases and scripts, but haven't been able to get something to work for the imported test case to point to a script.
this doesn't work: testcase.testscript=B
thanks
One answer
Hello James! A config file with entries similar to the one pointed in technote below should help..
i.e., the excel exporter usually uses REST api's where all artifacts are new. In the scenario above, we could use a statement similar to the below to link new test cases in excel with existing "Test Scripts" in RQM..
testcase.XLSArtifactID=urn:com.ibm.rqm:testscript:12
testcase.XLSLink=testscript
Best Regards, Sunil