How to import a Test Suite with one test case and multiple scripts.
Hello, I'm able to import a Test Suite with a Test Case no problem. When this Test Case is created in the suite, the first Test Script for the case is specified by default. My question is how do I specify each of the scripts for the single Test Case (I have two scripts in my test case)?
Excel Layout...
Test Suite 1, Test Case 1, Test Script 1
Test Script 2
The Test Case gets imported correctly and includes the two Test Scripts, however, again my problem is that the Test Suite includes one Test Case entry and by default the Test Script listed with the case is the the first one (Test Script 1).
I'd love to see an import example of a Test Suite that includes a Test Case and all of its Test Scripts.
Thanks in advance!
Accepted answer
Seems that feature is not available. You can link the testcase to the test suite by adding this
testsuite.XLSLink=testcaseThat will add the test case to your suite and make first script (if any) as default. There is no keyword to specify default script for a test case in the suite.