Is there any way to import test cases in custom excel template to RQM
Accepted answer
https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter
first to understand how it works. Once you installed ExcelImporter, there is Samples under installation directory and you can refer to them as a practice and "borrow" cfg files from there.
Comments
Thank you Don for your guidance!
Hi Don,
|
One other answer
Please use below syntax for test case expected results and description
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseExpectedResults","RQM-KEY-TC-EXP-RESULTS-TITLE")=F
testscript.dc:description=G
Comments
Thank you Don! As per your instructions we added the syntax to one of the existing config files. It is taking time and also when we imported the generated xml into RQM, it didnt come as it is in the excel and also not all steps in the excel are exported.
As we have no idea on how to edit the cfg file, request you to kindly provide us the whole code to be placed in the cfg file so that we can copy and replace the existing lines as a whole.
In ExcelImporter installed directory\Samples, you can check with some samples such as: Test Cases made from scripts.cfg/Test Cases made from scripts.xls
and focus on test script creation part in cfg file. You can try to export the sample first and see the results and try the same against your own excel by borrowing those related lines.
Thank you so much Don!