Adding expectd result and test description to test case while import from excel to RQM
Hi,
we want to add test description and expected result to test case,
add these properties while upload from excel to RQM.
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 :)
very necessary for us :)
thanks in advance!
Accepted answer
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