Can I upload test scripts in Excel that contain RQM keywords that are already in the system?
I have a customer that has written some test scripts in Excel. In these test scripts, they reference a keyword that is already stored in RQM. Is there a way to import this test script and have it point to the keyword in RQM?
|
3 answers
Hi Diao,
I can't get this to work. I get the following error in the logs: Error when getting testscript with the id "urn:com.ibm.rqm:keyword:22" 22 is the id of the keyword in RQM. Can you let me know where I could be going wrong or post working example with some more detail. |
Hi Jesse,
If the keywords is existed in the QM server, then you can by follow steps: 1, get the existing keyword's internal id by REST API, keyword's internal id looks like "urn:com.ibm.rqm:keyword:3" https://[IP]:[PORTS]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/keyword 2, using .cfg file as follow format, testscript.XLSStartRow=2 testscript.XLSArtifactID=C testscript.dc:title=B testscript.XLSWorksheetID="testscripts" testscript.steps.type="execution" testscript.steps.description=B testscript.steps.title=B testscript.steps.name=B testscript.steps.expectedResult=F testscript.XLSDelimeter=\n keyword.XLSStartRow=2 keyword.XLSWorksheetID="keywords" keyword.testscript=Link(D) keyword.XLSArtifactID=E 3, using .xls file as follow. Comments
Rajah Vedamurthy
commented Jun 12 '14, 10:55 a.m.
Hi Diao,
|
|
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.