It's all about the answers!

Ask a question

How to link execution test results with execution work item ? I have a excel template with cfg link, but i find test results are missing in the section.


Surender Balasundaram (112) | asked Oct 29 '15, 10:22 a.m.
I have using RQM Excel importer


executionworkitem.XLSStartRow=18
executionworkitem.XLSDelimeter=\n
executionworkitem.XLSArtifactID=B3 & "_x86"
executionworkitem.dc:title=B3 & "_x86"
executionworkitem.XLSLink=testcase
executionworkitem.testscript=Link(B13)
executionworkitem.testplan=Link(B1)

//execution result
executionresult.XLSStartRow=18
executionresult.XLSDelimeter=\n
executionresult.dc:title=executionworkitem.dc:title
executionresult.dc:description=B
executionresult.jzalm:state=C15
executionresult.er:starttime=C13
executionresult.er:endtime=D13

executionresult.er:stepResults.steptitle=A
executionresult.er:stepResults.stepname=A
executionresult.er:stepResults.er:steptype="execution"
executionresult.er:stepResults.er:result=F
executionresult.er:stepResults.er:description=B
executionresult.er:stepResults.er:expectedResult=C
executionresult.er:stepResults.er:actualResult=D
executionresult.testcase=Link(B3)
executionresult.testscript=Link(B13)


One answer



permanent link
Don Yang (7.7k21109138) | answered Oct 29 '15, 8:34 p.m.
You may want to try to set
executionworkitem.XLSArtifactID = B3
and then executionresult.executionworkitem=Link(B3)
to link the result and TCER.

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.