RQMExcelWordImporter: Importing Multiple Test Suites
Hello,
I am getting an error when trying to import multiple test suites. The cfg file is very simple:
Within my Excel sheet I have one row per suite, so I expect the program to iterate through the rows and create a Test Suite for each one.
When specifying a single row, it works, but only adds that one row:
so there is nothing wrong with the data.
I have tried adding blank rows between the rows in Excel but I still get an error:
I am using RQMExcelWordImporter version 3.0.1.1.
How do I successfully import multiple Test Suites?
Thank you in advance.
Best regards,
Andrew
I am getting an error when trying to import multiple test suites. The cfg file is very simple:
testsuite.XLSStartRow=2
testsuite.dc:title=B
testsuite.dc:description=C
Within my Excel sheet I have one row per suite, so I expect the program to iterate through the rows and create a Test Suite for each one.
When specifying a single row, it works, but only adds that one row:
testsuite.XLSStartRow=2
testsuite.dc:title=B2
testsuite.dc:description=C2
so there is nothing wrong with the data.
I have tried adding blank rows between the rows in Excel but I still get an error:
testsuite.XLSStartRow=2
testsuite.XLSDelimeter=\n
testsuite.dc:title=B2
testsuite.dc:description=C2
I am using RQMExcelWordImporter version 3.0.1.1.
How do I successfully import multiple Test Suites?
Thank you in advance.
Best regards,
Andrew