It's all about the answers!

Ask a question

Adding expectd result and test description to test case while import from excel to RQM


rachel bruk (17115) | asked Jul 03 '17, 4:42 a.m.

 Hi,


we want to add test description and expected result to test case,
add these properties while upload from excel to RQM.
the properties are built in properties in the section menu.

what is the syntax in the excel file and in the configuration file?
very necessary for us :)

thanks in advance!

Accepted answer


permanent link
Somashakar Kannan (962) | answered Jul 07 '17, 1:50 a.m.

Hi Rachel,

You use the below to update the test description section in the test case.
testcase.Section("myns: com.ibm.rqm.planning.editor.section.caseTestDescription"," RQM-KEY-TC-TEST-DESCRIPTION-TITLE")=L

Similarly you can use the same expected result.

Expected Results
id: com.ibm.rqm.planning.editor.section.testSuiteExpectedResults
extensionDisplayName: RQM-KEY-TSUITE-EXP-RESULTS-TITLE

regards,
Somashakar

rachel bruk selected this answer as the correct answer

Comments
rachel bruk commented Jul 09 '17, 4:33 a.m.

 Thanks a lot!
really helped me!

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.