Can I upload test scripts in Excel that contain RQM keywords that are already in the system?
3 answers
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.
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.