RQM Excel Import Tool: Test Design losing formatting
Hi all,
I have a problem importing some test cases from a spreadsheet into RQM using the RQM Excel Import tool.
There are some cells that look something like this:
Does anyone have any suggestions about how we might alter this behaviour?
We're using CLM 4.0.6 on the server and the 4.0.6 version of the import tool with Excel 2003 on WinXP SP3.
Many Thanks,
Robin
I have a problem importing some test cases from a spreadsheet into RQM using the RQM Excel Import tool.
There are some cells that look something like this:
Some text here at the top followed by a colon:When something like this gets imported in the TestCase Description, the formatting is preserved. When it gets imported into the TestCase Design, the carriage returns are removed and all of the text is put into one long string which makes it hard to read.
- bullet point 1
- bullet point 2
- bullet point 3
Does anyone have any suggestions about how we might alter this behaviour?
We're using CLM 4.0.6 on the server and the 4.0.6 version of the import tool with Excel 2003 on WinXP SP3.
Many Thanks,
Robin
Accepted answer
Hi Robin,
In Excel, you can try below content in cell:
Some text here at the top followed by a colon:<br />
- bullet point 1<br />
- bullet point 2<br />
- bullet point 3
And for .cfg file, you can use:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=DivHtml(...)
In Excel, you can try below content in cell:
Some text here at the top followed by a colon:<br />
- bullet point 1<br />
- bullet point 2<br />
- bullet point 3
And for .cfg file, you can use:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=DivHtml(...)
Comments
Don Yang
Mar 18 '14, 5:15 p.m.