RQM: Excel Importer: Cannot import pre-conditions
![]()
Hi,
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
![]()
This is the entire config file
////////////////////////////////////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 |
![]()
I am trying to export test cases using RQM Excel Importer, I have modified the configuration file according to my Test Case sheet.
I have Test Team Member access on the project Area.
|
Comments
are the test cases linked to any test suite? It will be much more helpful, if you could post your entire script. Thanks
I paste the script below. I couldn't pasted it here