Using excel importer i would like to link new test cases to multiple existing test suites. Need help in this
In cell W2 in excel i have given the id of the testsuites as urn:com.ibm.rqm:testsuite:129 and urn:com.ibm.rqm:testsuite:144 using alt+enter given both the inputs in the same cell.
In the config file i have provided the following syntax
testcase.testsuite=LinkExisting(W2)
I see that the test cases get linked only to urn:com.ibm.rqm:testsuite:129 and not to urn:com.ibm.rqm:testsuite:144
I have tried splitting the content of cell W2 into two cells. W2 contains urn:com.ibm.rqm:testsuite:129 and W3 contains urn:com.ibm.rqm:testsuite:144.
In config file i have provided
testcase.testsuite=LinkExisting(W2)
testcase.testsuite=LinkExisting(W3)
This also does not seem to work. It always seems to link only to urn:com.ibm.rqm:testsuite:129.
Request some pointers to this problem. My requirement is i will be uploading test cases incrementally which will be linked to one or more test suites
One answer
I didn't find an example specific for existing test suites, but please refer to the following URL.
https://jazz.net/wiki/pub/Main/ExcelWordImporterBestPractice/Migrate_MS_office_document_to_RQM_--_Excel_Importer_best_practice.pdf
There is another examples that can be helpful for you.
Regards,
Comments
Hi joao,
I have gone through this , and it shows that multiple values in a cell can be linked to an existing artifact.
But when i tried it does not seem to work. Maybe because in the example they are linking test cases to test plan. But i am trying to link test cases to multiple test suites.