Importing a Test Plan or Test Case with the RQMImporterer
I have this working correctly, with one exception .. I want to bring in the state of a test plan or test case ... in all the examples given, there is no state field on any of the configurations.
I've tried elements like testcase.status, testcase.state ... nothing works .. can the state field be imported to a test case or plan ? If so, does anybody know what the correct syntax is for the configuration file ? |
4 answers
Try testcase.jzalm:state
I have this working correctly, with one exception .. I want to bring in the state of a test plan or test case ... in all the examples given, there is no state field on any of the configurations. |
Try testcase.jzalm:state I have this working correctly, with one exception .. I want to bring in the state of a test plan or test case ... in all the examples given, there is no state field on any of the configurations. Thanks tried that .. weird thing happened though .... with a spreadsheet with only two entries to convert, I ended up with almost 400 scripts ...using that parameter seems to have created the two entries correctly, but then generated almost 400 other xml files with just this in it : <xml> <testcase> <jzalm>com.ibm.rqm.execution.common.state.inconclusive</jzalm> </testcase> |
Try testcase.jzalm:state I have this working correctly, with one exception .. I want to bring in the state of a test plan or test case ... in all the examples given, there is no state field on any of the configurations. Hey Sanal .. doesn't work .. get an invalid schema type when I add that over and above all the other extra xml files |
Hi try this it worked for me:
testcase.alm:state xmlns:alm="http://jazz.net/xmlns/alm/v0.1/"=(spreadsheet column letter) |
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.