[Closed] ExcelImport: Importing Testcases with and without Testscript together
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
I have two cases -
1. I have three Test cases one with Test script and two without test scripts. How can I import this test cases where TC1,TC2 and TC3 test cases need to be created and only TS1 testscript need to be created and linked to TS1.
2. I have Test cases (TC1, TC2 and TC3) in sheet "Testspec" and have Test scripts (TS1, TS2 and TS3) in different sheets "TC1_script", "TC2_Script and "TC3_script". How can I create Test cases and test scripts and Link together.
Kindly let me know the possibility to Import above cases to RQM.
Thanks,
Regards,
Kumar
Accepted answer
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
The same approach we discussed in https://jazz.net/forum/questions/227596/excelimport-how-to-link-testplan-and-testcase
should apply to this scenario.
The point is you have specified artifactID for testscript and add that id to a column in test case sheet
and use testcase.testscript=Link(column name with test script id)
if you don't want any test case to associate with the specific test script, in the artifact ID of test script column defined in test case sheet, leave it as blank.
Please let me know if you have any problem.
Comments
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
We have some standard test template which we need to transfer it to RQM without any additional effort. as there are more than 100 test scripts.
How to create test script if they are in different pages for Example-
"TS1 sheet" has Test script TS1.
"TS2 sheet" has Test script TS2.
"TS3 sheet" has Test script TS3.
How to create such test script.
![](http://jazz.net/_images/myphoto/7ba3e28e4328899302261ce7a8706f66.jpg)
The only way I can think about is to import one by one by editing the cfg file to pointing to different sheet if you don't want to merge them manually(suppose all of them have the same format in different sheet)
![](http://jazz.net/_images/myphoto/b3fbc6761b557ad1e466195f10851c2c.jpg)
I tried creating test script sheet by sheet but I got an error.
All script in one sheet works.
Multiple test script creation codes throws an error.
![](http://jazz.net/_images/myphoto/7ba3e28e4328899302261ce7a8706f66.jpg)
if cfg file tries to point to multiple sheets in one go, I don't think it would work.
What I mean is to run the import one by one: import one sheet at a time by changing the cfg file pointing to the different sheet of script(if others cells are formatted the same)