This topic explains how manage the test suite.

Sections include:

Deleting Test Cases

To delete a test case, right-click the related Test Suite tree node and choose Delete.

Disabling/Enabling a Test or Test Suite

You can temporarily disable tests or test suites that you want to save as part of your project, but do not want to run at the current time.

To disable a single test or test suite, right-click the Tests tree node that represents the test or test suite you want to disable and choose Disable.

  • To enable a test or test suite that you previously disabled, right-click the Tests tree node that represents the test or test suite you want to enable and choose Enable.

To disable multiple tests or test suites, select multiple tests from the Tests tree node that represents the tests or test suites you want to disable and choose Disable.

  • To enable multiple tests or test suites that you previously disabled, select multiple tests from the Tests tree node that represents the tests or test suites you want to enable and choose Enable.

Saving and Restoring a Test Suite

Test suites are saved when you save a project file and are restored whenever you open the related project file.

Exporting a Test Suite

You may find that many configuration settings will be common across multiple tests. Rather than duplicating these settings, you can export test settings to an external file and import or reference the values in other tests.

To export environments, complete the following:

  1. Right-click the Test Suite tree node that you want to be exported and choose Export.
  2. Select the appropriate .tst file from the file chooser that opens.

Importing a Test Suite

SOAtest lets you import previously saved test suites so that you can easily share tests with fellow team members and integrate test suites as needed. When a test suite is imported, it can be edited to the specific needs of the team members.

To import a previously saved test suite into an existing Test Suite:

  1. Right-click the Test Suite tree node where you want the test suite integrated and choose Add New > Test Suite.
  2. Choose Import Test (.tst) File and click Finish.
  3. Select the appropriate .tst file from the file chooser that opens. After you import a test suite, it will be integrated into the current test suite.


  • No labels