How to import this type of Test Cases with Scripts from CSV to RQM 5.0.2?
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."
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
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
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