It's all about the answers!

Ask a question

RQM - Test Case Result - New Title, every time i re-import Results


Parameswaran V (10016) | asked Feb 20 '20, 3:10 p.m.




 Used 'Scripts that create testcases with TCER' sample of 06.0.06.


Use Case:
Test Case 1 - Test Execution Record 1 - Test Case Result 1
Test Case 1 -  was re-executed on a different SWs. So i need something like this
Test Case 1 - Test Execution Record 1 - 'Test Case Result 1 - SW Version X' (As in Result Title)
Test Case 1 - Test Execution Record 1 - 'Test Case Result 1 - SW Version Y' (As in Result Title)

Based on another forum query, i was given the link to https://www.ibm.com/support/pages/node/258939

Using that, i see that i can import 'Test Case Results' multiple times - however the title is always the same.
However, i am not able to differentiate which 'Test Case Results' is for what context - as there is no means to push 'Build' or other information via Import.

So the question is: Can i change the 'Title' of Test Case Result - each time i re-import.

I used: (This helped me to create different results, with same title)
executionresult.XLSArtifactID="executionresult1_" & B
executionresult.dc:title=executionworkitem.dc:title

If i use: (It throws an error - 'executionworkitem' missing.)
Note: Column M - has a new 'Test Case Result Title'
executionresult.XLSArtifactID="executionresult_" & B
executionresult.dc:title=M

If i use: (It created new 'Test Case results' title - However linked to last 'Execution Record alone)
Note: Column M - has a new 'Test Case Result Title'
executionresult.dc:title=M
executionresult.XLSLink=executionworkitem

Probably, can you please advice, what would be the proper syntax to be used here.

One answer



permanent link
Monika Rajput (25612) | answered Feb 27 '20, 6:33 a.m.

 Hi Parameswaran,


Please try with
executionresult.dc:title=M (where column M has the new result names)
executionresult.executionworkitem=Link("executionworkitem_" & B) (it will link the execution workitem with test case result which is required)

Thanks,
Monika Rajput


Comments
Parameswaran V commented Feb 27 '20, 9:04 a.m.

Hi Monika, thank you for the note.


When i tried it, it was not linking the 'Test Case results' to each individual 'Test Execution Record'.

Example: 
What is the expectation from excel.
TC1->TCER-1->TCS-1
TC2->TCER-2->TCS-2
TC3->TCER-3->TCS-3

The reality is:
TC1->TCER-1->No update
TC2->TCER-2->No Update
TC3->TCER-3->TCS1, TCS-2, TCS-2

That is, it was linking all the 'Test Case Results' to the 'Last' execution record being created by the utility.

 Can you let me know, if i need to do some other change in 'syntax'

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.