RQM Word Import Utility 6.0.6: how to import test cases partly from titles and partly from tables?
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("...")
What is the correct syntax to use?
Thanks in advance
Regards.