Suite

Definition

Suites are analogous to a test plan. A suite contains all of the test scenarios and workflows that you will run in order to validate that an interface works.  A suite manages a collection of test scenarios (test cases). 

Suites are files with the .cxs extension and are represented in the document library by the ScenarioSuite_32 icon.

 

Create a new suite

  1. In the application, go to the main menu and click TEST, New 
    A new Scenario Editor window opens.
  2. In  the Documentation tab, type a name for the suite.  It will be the file name.
  3. Optionally, add a suite description, a list of requirements the suite covers, or any useful notes.
  4. Save the file by clicking FILE, Save
    An empty suite is now created.

 

Next