RQM: Excel Importer: Cannot import pre-conditions
I'm having problems trying to import preconditions using the Excel Importer tool.
I have used the following line in the script for pre-conditions:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=G
After having imported the test cases and test scripts, I go to RQM to see if everything was importer correctly, but when I look at the preconditions I found the following text:
%3Cdiv xmlns="http%u003A//www.w3.org/1999/xhtml" xmlns%u003Ao="urn%u003A//schemas-microsoft-com%u003Aoffice%u003Aoffice" xmlns%u003Ast1="urn%u003A//schemas-microsoft-com%u003Aoffice%u003Asmarttags" xmlns%u003Av="urn%u003A//schemas-microsoft-com%u003Avml" xmlns%u003Aw="urn%u003A//schemas-microsoft-com%u003Aoffice%u003Aword"%3EA video is streamming.%3C/div%3E
Does anyone knows what could be the problem?
Thanks
6 answers
////////////////////////////////////Script Configuration
// Start looking for scripts after row 2
testscript.XLSStartRow=2
testscript.dc:title=B
testscript.dc:description=F
// the literal "execution" will be put into the step type tag, so all steps will be of type execution
testscript.steps.type="execution"
testscript.steps.title=B
testscript.steps.description=K
testscript.steps.expectedResult=L
testscript.XLSDelimeter=\n
////////////////////////////////////Test Case Configuration
// Start looking for scripts after row 2
//testcase.XLSStartRow=2
testcase.dc:title=testscript.dc:title
testcase.dc:description=testscript.dc:description
testcase.weight="1"
testcase.category term="Applicable devices".value="All"
testcase.category term="Project".value="Project X"
testcase.category term="Release".value="Release X"
testcase.category term="Feature".value=N
testcase.category term="Execution Type".value="Manual"
testcase.category term="Test Scenario".value="Normal"
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=G
// a new Test starts when we encounter an empty row
testcase.XLSDelimeter=\n
Comments
I have the RQMExcelImporter Version: 1.0.4529.9380 and using RQM 4.0.
Where have you download that version from RQM excel importer from?
If you get a weird access denied message from that link try this one:
Thanks Anthony. I've download the latest version (4.0.1.9638) and tried to import again using "test" as the string to be imported in pre-conditions but got the same result:
%3Cdiv xmlns="http%u003A//www.w3.org/1999/xhtml" xmlns%u003Ao="urn%u003A//schemas-microsoft-com%u003Aoffice%u003Aoffice" xmlns%u003Ast1="urn%u003A//schemas-microsoft-com%u003Aoffice%u003Asmarttags" xmlns%u003Av="urn%u003A//schemas-microsoft-com%u003Avml" xmlns%u003Aw="urn%u003A//schemas-microsoft-com%u003Aoffice%u003Aword"%3Etest%3C/div%3E
Any ideas?
I am trying to export test cases using RQM Excel Importer, I have modified the configuration file according to my Test Case sheet.
I am able to export the cases without the testCasePreCondition. But with testCasePreCondition, I’m getting the following error.
The remote server returned an error: (403) Forbidden.
Your account does not have the group memberships required to access the requested resource.
I am using the bellow line for Pre-condition.
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=C
I have Test Team Member access on the project Area.
Do i need any special permission to export with testCasePreCondition?
Comments
Chenyue Gao
JAZZ DEVELOPER Feb 26 '13, 3:44 p.m.are the test cases linked to any test suite? It will be much more helpful, if you could post your entire script. Thanks
Gonzalo Garcia Favre
Feb 26 '13, 3:49 p.m.I paste the script below. I couldn't pasted it here