How to import a table defined inside a Table in RQMWordImporter?
I wish to import a table drawn inside the cell of a Table from which i am pulling dat to RQM using WordImporter.
Also if an image is present in the Table then how do we import it. I tried with RQMWordImporter 4.0.1 but could not get the table drwan inside the Table and also the image in the RQM Test Script Step.
Also i would like to get to know how to use RichText() function.
6 answers
RichText is used to format text in word/excel to xhtml format which will display on RQM web UI.
if you want to upload ".dat" file, you can use the attachment keyword, and image keyword is for image.
i.e.
if the nested table is in Table("abc").B8
you can use the config like
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=RichText(Table("abc").B8)
for more info. please refer to https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#
and some support is addressed in
Excel/Word Importer - rich text support for styles other than "normal" (78945)
if it doesn't work well on Excel Importer 4.0.1 please wait for the Excel Importer 4.0.3 and I just tried with it can support importer table.
Excel:
RQM UI.
Hi Hao Wan
I am trying to import the whole table present inside some cell of the given table and also image which is present in some cell of the given table, into the Description and Expected Result column of a Test Script.
I was unable to get it done via the above mentioned way.
Will I have to wait for RQMExcelImporter 4.0.3 or there can be an Enhancement Request raised for current RQMExcelImporter 4.0.2 RC1 ?
you can use the config like
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseDesign","RQM-KEY-TC-DESIGN-TITLE")=RichText(Table("abc").B8)
Step #
|
Step Description
|
Expected Results
|
||||||
1. |
Verify that the cheese coming out of production is good |
The UI displays the values as shown in the following table
|
||||||
2. |
Enter the following values into the simulator
|
Verify that sine wave is displayed |
Comments
Sarvendra Kumar
Mar 07 '13, 5:12 a.m.Hi Hao Wan
Currently using RQMExcelImporter 4.0.2 RC1 for RQM 4.0.2 RC1 and I am trying to export the nested table as well as image inside a table to the "description" and "expected result" column of a test step of a test script.