Importing the Existing Test Cases into the Regression Test Tool

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:

image-20260320-074012.png

Enter a meaningful name, e.g. Dev Tests:

image-20260320-074215.png

The new test suite is displayed in the Regression Test navigation tree:

image-20260320-074310.png

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.

image-20260320-074411.png

Select the test suite you want to import:

image-20260325-140434.png

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:

image-20260320-074626.png

The SupportAPI test cases got imported into test suite Dev Tests. The importer created subordinated test suites for each SOAP operation:

image-20260320-075211.png

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:

image-20260320-075441.png

Confirm that you want to insert the test cases into SupportAPI:

image-20260320-075547.png

The SOAP operation and its test cases got inserted on top:

image-20260320-075620.png

Rearrange all SOAP operations according to the picture below:

image-20260320-075749.png
📗