Configuration file - multiple Test Scripts to a case
![](http://jazz.net/_images/myphoto/bd96ca81cf1a71244afc772685c3b3e0.jpg)
2 answers
![](http://jazz.net/_images/myphoto/bd96ca81cf1a71244afc772685c3b3e0.jpg)
Hello,
Is there an example of configuration file (.cnf) along with excel file available, that can link multiple test scripts to a single test case. All the available examples that comes with Excel exporter utility links one test script per test case.
Thank you all
You would use the testcase.XLSLink=testscript keyword to link the test case to one/more test scripts and testscript.XLSStartRow=<row> to point the first (of many) test scripts in the Excel file. For an example, see:
https://jazz.net/forums/viewtopic.php?p=58128#58128
![](http://jazz.net/_images/myphoto/bd96ca81cf1a71244afc772685c3b3e0.jpg)
Hello,
Is there an example of configuration file (.cnf) along with excel file available, that can link multiple test scripts to a single test case. All the available examples that comes with Excel exporter utility links one test script per test case.
Thank you all
You would use the testcase.XLSLink=testscript keyword to link the test case to one/more test scripts and testscript.XLSStartRow=<row> to point the first (of many) test scripts in the Excel file. For an example, see:
https://jazz.net/forums/viewtopic.php?p=58128#58128
Thank You Paul,
However I am still not able to link it properly. I have two test cases , each has lets say two different test scripts.
Using the example - when I link, it adds 2 test cases(correct), total of 4 test scripts (2 per test case - which is also correct), however with every test case, it links all 4 test scripts.
The problem is RQM exporter add test scripts first in the database then link test scripts to test cases, it assumes all four scripts to be added to every test case.
Any further suggestion? Also if you can send me your sample excel file, it will also be very helpful.
Thank you