Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

how to import a table for test script in description using configuration file through RQM Excel Importer?

One use case where we need to create table in description and expected result section  for test script using Excel sheet, so is there any configuration code is available for creating table through RQM excel importer.


For example :- We have Test steps for Test scripts 

Test Step 1    Test Step 2     

       1                1
       2                2
       3                3
      
So we need to show the above data in tabular format in test script description.
Please suggest on the same.

0 votes



One answer

Permanent link

Hi Heena,


Yes, there is a syntax to support such scenario.

HTML() is used to add a table to a manual test script step. The data can be a combination of user-defined text, a cell number, and/or a column name.
               
For example,  testscript.steps.description=HTML("<table><tbody><tr><td>" & B & "</td><td>" & C & "</td></tr></tbody></table>") . In this example, a HTML table is created with one row and two cells containing the content of cells in columns B and C.                  
For example, testscript.steps.description=HTML(C3) . In this example, the contents of cell C3 contains HTML content.


Thanks,
Monika Rajput

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 02 '21, 8:03 a.m.

Question was seen: 760 times

Last updated: Jun 08 '21, 6:09 a.m.

Confirmation Cancel Confirm