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 ?
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.
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 ?
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.
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 ?
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.
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 ?
Hey Sanal .. doesn't work .. get an invalid schema type when I add that over and above all the other extra xml files