RQM Excel Importer - Multiple lines per cell
![]()
I am attempting to import an excel document that contains a very well organized test plan. Each row of the spreadsheet represents a test case. There is one column that contains test scripts. Each cell in this column has multiple lines, with each line representing a test step.
I attempted to import the cells in this column into the test case design, however all the formatting is lost and all the content in the cell ends up on a single line.
For example in the excel document I have a single cell that contains:
Test Step 001 001
Test Step 001 002
Test Step 001 003
In the import config file I map this column to the test case design:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=M
However after the import the design section has a single row:
Test Step 001 001 Test Step 001 002 Test Step 001 003
and the carriage returns are lost.
Is there any way to load this in without loosing the formatting?
Or even better, is there anyway to load this directly in as a test script instead of into the test case design?
Thanks!
|