It's all about the answers!

Ask a question

RQM Word Import Utility 6.0.6: how to import test cases partly from titles and partly from tables?


Jean-Michel Gay (413) | asked Oct 25 '19, 1:08 p.m.
edited Oct 28 '19, 5:37 a.m.

RQM version is 6.0.5 iFix 011

RQM Word Importer version is 6.0.6.

We need to import test cases with some parts from doc's titles and some parts from doc's tables.

As it is possible to set some testcases fields with Table(…) syntax and to set some others testcases fields with List(…) syntax, is it possible to mix both? And how is such information aggregated to fill a same item?

The document to import would look like:

1.1.1       MyTestCaseTitle1

TESTCASE

Empty

description

Description1

2.2.1       MyTestCaseTitle2

TESTCASE

Empty

description

Description2


Titles and tables would be imported by the following code, 
testcase.dc:description=Table("TESTCASE").B2
testcase.dc:title=List("...")
    
But such a syntax does not look to work to associate description1 to Title1 and description2 to title2.

What is the correct syntax to use?

Thanks in advance 
Regards.

One answer



permanent link
Mehul Patel (9695) | answered Dec 02 '19, 11:47 a.m.
FORUM MODERATOR

Hi,


No such limitation on sourcing properties from Table or List, it should work. Are you getting any error or progress UI or log file?

Regards,
Mehul

Your answer


Register or 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.