It's all about the answers!

Ask a question

Import Results for Exisiting Testcase with a Test script using RQM Excel Importer


Hareesh Jairaj (831437) | asked Jun 30 '15, 1:09 a.m.
Hi,

I have Imported the testcase with a test script (for each test case) and now i got a request to import the results for existing testcase (which is associated to test script).

Can anyone suggest how i can achieve this scenario.

Thanks in advance

Accepted answer


permanent link
Reshma Ratnani (1.1k1) | answered Jun 30 '15, 1:23 a.m.
JAZZ DEVELOPER
Hi Hareesh,

You can use Link modifier.
Try below lines in cfg where column A should have the external or Internal ID value of the TestScript , column B should have the external or Internal ID value of the TestCaseExecutionRecord and column D should have the external ID value of the TestCase

executionresult.XLSStartRow=2
executionresult.executionworkitem=Link(B)
executionresult.dc:title=C
executionresult.jzalm:state=D
executionresult.testcase=Link(D)
executionresult.testscript=Link(A)

Hareesh Jairaj selected this answer as the correct answer

Comments
Hareesh Jairaj commented Aug 31 '15, 2:19 a.m.

Hi Reshma,

How can we attach any attachment to the step results. Can you help me the syntax for the same?

Regards,
Hareesh

Your answer


Register or to post your answer.