Create a Test Suite to Import the Test Cases to
Switch to the Regression Tests tab. First of all, you need to create a test suite to store your regression tests to.
Adding test cases directly to the root test suite is not possible. You need to create subordinate test suites to organize the test cases in.
Click the root test suite and Create Test Suite from the context menu:
Enter a meaningful name, e.g. Dev Tests:
The new test suite is displayed in the Regression Test navigation tree:
Import the Prepared Test Cases from the Trace Analyzer
Into this newly created test suite, you can now import all test cases that you have previously defined in the Trace Analyzer.
Click the new test suite and select Import Test Suite from the context menu.
-
By selecting Import Test Cases you can import single test cases.
-
Using Import Test Suite you can import a set of test cases.
Select the test suite you want to import:
In the lower part, you will find a list of imported service descriptors and their operations and test cases from the current Builder project.
To import test cases from other Builder projects use the Select from drop-down box.
Browse through this list and look for the SupportCase example. Select SupportAPI as the tree node containing all test cases you prepared in step one, and click Import:
The SupportAPI test cases got imported into test suite Dev Tests. The importer created subordinated test suites for each SOAP operation:
Sort the Test Cases
Now remember, that the order of execution of the test cases is important. If you want to automate the execution of SupportAPI, you have to move the test cases to the correct order.
supportcases_POST should be the first SOAP operation to be tested. Click supportcases_POST and drag it to the SupportAPI folder:
Confirm that you want to insert the test cases into SupportAPI:
The SOAP operation and its test cases got inserted on top:
Rearrange all SOAP operations according to the picture below: