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
so if i want to add existing test environments to my test plan I should
- use the config testplan.configuration=Link(H3)
-
in Cell H3 i should store the internal format of test environments like:
urn:com.ibm.rqm:configuration:1
urn:com.ibm.rqm:configuration:2
urn:com.ibm.rqm:configuration:5
if i want to add existing test environments with internal ID 1,2 and 5
Comments
Max Bridges
FORUM MODERATOR / JAZZ DEVELOPER Apr 12 '13, 8:05 a.m.Have you looked at the samples in the utility's install directory? The All in One config file mentions "Test Environment Details ("com.ibm.rqm.planning.editor.section.planTestEnvDetails","RQM-KEY-TP-TEST-ENV-DETAIL-TITLE"), but not "Test Environments."
Also, see https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Creating_Configuration_Files for a detailed guide to creating config files.