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 SCENARIOS –> New… 
    A new Scenario Editor window opens.
  2. Make sure the root node in the tree on the left (New Scenario Suite.cxs) is selected
  3. In  the Documentation tab, type a name for the suite.  It will be the file name.
  4. Optionally, add a suite description, a list of requirements the suite covers, or any useful notes.
  5. Save the file by clicking FILE –> Save
    An empty suite is now created.

 

Next