Import Results for Exisiting Testcase with a Test script using RQM Excel Importer
Accepted answer
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)
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)