It's all about the answers!

Ask a question

Need help in importing multiple test results or test execution records for 1 test case and 1 test script using rqm excel importer


Kishore Kumar (144) | asked Mar 06 '13, 1:36 a.m.
In my excel file, I'm able to import

1 Test Suite having multiple 

test scripts, 
test cases, 
test case execution records, 
test case results 

in a sheet. 

But I'm unable to import multiple test result mapped to one 1 test case.

like 1 test case-> 1 test script-> 1 test execution record-> 2 test result.
1 test case-> 1 test script-> 1 test execution record-> 2 test result.
1 test case-> 1 test script-> 1 test execution record-> 2 test result.

Need help in creating multiple test result or test execution record for the above case.

Preferably CFG code. Thanks in advance.

One answer



permanent link
Hao Wan (1.5k35) | answered Mar 06 '13, 9:30 p.m.
JAZZ DEVELOPER
edited Mar 06 '13, 9:31 p.m.
depending on your document structure,
if the row structure for 1 test case-> 1 test script-> 1 test execution record-> 2 test result.  is
1 test case-> 1 test script-> 1 test execution record->
-> test result start row
new row :test result 1
new row :test result 2


suggest to use the executionresult.XLSStartRow
and
executionresult.executionworkitem=Link("executionworkitem id")
executionresult.testcase=Link("testcase id")
executionresult.testscript=Link("test script id")


Your answer


Register or to post 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.