Importing testcase retaining excel sheet style
Hi,
If I import testcases in RQM from an Excel spreadsheet, the imported "precondition" and "postcondition" sections are visible only in the form of a plain text without any formatting like underlining or newline... Does anyone know how to keep the formatting and layout from the excel fields during this import of testcase? Thanks. |
4 answers
Hi, There is an existing work item that this is contained in. You can track it here. http://jazz.net/jazz02/web/projects/Rational%20Quality%20Manager#action=com.ibm.team.workitem.viewWorkItem&id=23546 |
Hi, I was given a tooling tip that suggested you can place a pre() after the = on your line item which will retain the formatting in the imported text e.g. testcase.precondition=pre()L |
I tried this, but it did not work... any other suggestions? |
you can try this:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=Pre(L) where "L" is the column of the pre-condition.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.