It's all about the answers!

Ask a question

How to import this type of Test Cases with Scripts from CSV to RQM 5.0.2?


Salman Shaikh (23413875) | asked Aug 13 '15, 11:48 a.m.
edited Aug 16 '15, 12:24 a.m. by Geoffrey Clemm (30.1k33035)
Data will be like

Test Name        Step Name   Description  Expected Result
TC1                   Step 1             log               Pass
TC1                   Step 2             logout          Pass
TC1                   Step 3             logfail           failed
TC2                   Step 1             logIf              failed
TC2                   Step 2             logOf            failed
TC2                   Step 3             logout           failed

Can somebody tell me how to write cgf for this

Currently my CFG is not working correctly

testscript.XLSStartRow=2
testscript.title=A2
testscript.steps.type="Manual"
testscript.steps.description=C
testscript.steps.title=C
testscript.steps.name=C
testscript.steps.expectedResult=D
testscript.XLSDelimeter=\n
testcase.dc:title=A2

The above cfg creates 1 Test Case file and 1 Test Script file.

Second Question : While importing such generated script File i am getting error "Required property 'name' is missing."

One answer



permanent link
Don Yang (7.7k21114139) | answered Aug 13 '15, 7:39 p.m.
1. Because there is no xls file, it is not clear what the structure of excel file is like.
So the intention is to create two test cases and test scripts and link each other, is that right?
If that is the case, you may want to check with built-in Samples Scripts that create testcases.cfg/Scripts that create testcases.xls and see if it is what you want to achieve.

2. For the 2nd question, xml file could be wrong and please refer to the discussion here:
https://jazz.net/forum/questions/159586/why-do-i-get-the-required-property-name-is-missing-error-when-importating-an-xml-file

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.