It's all about the answers!

Ask a question

RQM Excel/Word Importer: Images in Pre-Condition of test cases not imported


Donat Hutter (2153239) | asked Nov 13 '13, 2:55 p.m.
I tried to import preparation instructions to the Pre-Condition section of the test case (instead the first testscript step).
In the configuration file I have the following line:
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=H & image(I)

The text is imported, but not the image!
Is this a bug? or is the image() function not supported for this field?

The same information can be imported to testscript step description: testscript.steps.description=J & image(K)

Accepted answer


permanent link
Ara Masrof (3.2k15) | answered Nov 13 '13, 4:27 p.m.
JAZZ DEVELOPER
 Donat,
There is an existing enhancement request in regards to this issue

image not imported inside rich text section of Test Case using RQMExcelImporter 4.0.3
https://jazz.net/jazz02/web/projects/Rational%20Quality%20Manager#action=com.ibm.team.workitem.viewWorkItem&id=90768
Donat Hutter selected this answer as the correct answer

One other answer



permanent link
Ankit jain (211) | answered Dec 17 '19, 2:15 a.m.

 Hi All,


Now, user should be able to import text along with images into section

testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=Div(G & " " & image(G))

Your answer


Register or to post your answer.