How to add Test Enviroments in testplan using RQM EXCEL import utility?
Im using the Excel import utility. I'm able to add enviroments with the Excel import utility (have checked with Lab management->Test Enviroments) but im not able to link those imported enviroments with my testplan using Excel import utility. Wich is the correct syntax to add in testplan section: "Test Environments" the environments i wand?
My trial with:
testplan.Section("com.ibm.rqm.planning.editor.section.planEnvironment","RQM-KEY-TP-TEST-ENV-TITLE")=Div(C10)
is definitely to correct!
My trial with:
testplan.Section("com.ibm.rqm.planning.editor.section.planEnvironment","RQM-KEY-TP-TEST-ENV-TITLE")=Div(C10)
is definitely to correct!
One answer
Hi eirini,
you can use the config testplan.configuration=Link(H3) to link to environment.
H3 should store the internal id or external id of the test environment, the internal format would be "urn:com.ibm.rqm:configuration:1"
please refer to
https://jazz.net/wiki/bin/view/Main/RqmApi#HTTP_GET_Requests
for test environment.
you can use the config testplan.configuration=Link(H3) to link to environment.
H3 should store the internal id or external id of the test environment, the internal format would be "urn:com.ibm.rqm:configuration:1"
please refer to
https://jazz.net/wiki/bin/view/Main/RqmApi#HTTP_GET_Requests
for test environment.
Comments
Max Bridges
FORUM MODERATOR / JAZZ DEVELOPER Apr 12 '13, 8:05 a.m.