Creating Additional Tests

The Regression Test Tool features some additional tests that can be added manually. To create an additional test, select Create Test from the context menu of the test suite you want to add the additional test action to:

image-20260325-154736.png

Select the type of test action you want to create and click OK. Only the Wait test is relevant for PAS installations. The other tests (build, deploy, start, stop) cannot be configured.

image-20260319-095830.png

The newly created test action will be added below the node you selected Create Test on:

image-20260325-154902.png

You can now drag the test action to the correct place in the test suite.

Tests can be modified by test suite options. For more information on the concepts and on how to add options, refer to Adding Options to a Test Suite.

More Tests

Apart from the standard test listed above, there are some special tests available that need to be unlocked by an Analyzer configuration change.
These tests are used during Scheer PAS Bridge development and offer additional features.

image-20260319-100005.png

Yet, we cannot grant support nor guaranty backwards compatibility for these features:

You can unlock these tests as follows:

  1. Open file .e2ebuilder/e2eanalyzer.regressiontest.properties from your user directory.
    If this file is not existent yet, create it.

  2. Add the following settings

    ignoreOptionsFlag=true
    ignoreCreateFlag=true
    
  3. Save the file.

  4. Restart the Analyzer.

📗