|
Suite is a collection of test scripts, test data, environment data and configuration data. Suite stores test information in an organized manner, thus supporting test design, test execution, test reporting and test debugging. Suite contains web application functional, web application performance, web service functional and web service performance test scripts and data.
To organize tests hierarchically.
To share configuration and environment data amongst the different test types it contains.
To allow incremental test development.
To create a new suite, click the Create Suite button placed above the Suites table in the Suite Manager screen. You can also create a new suite from any of the MainScreen page that gets displayed after selecting the appropriate test type. Choose the New Suite option from Quick Links which is placed below the tabs at the top frame. Configure the Suite name, name, version and location of the application under test as given below:
Fill in details as shown below:
| Field Name | Value | Example |
|---|---|---|
|
Suite Name |
Enter the desired Suite Name |
TestSuite |
|
Application Name |
Enter the name of the Application Under Test (AUT). |
Sample Web Application |
|
Application Version |
Enter the version of the Application Under Test. |
1 |
|
Home Directory |
Enter the complete path to the home directory of the application under test. |
E:/test/ |
Click OK.
The suite would be added to the Suites list in the Suite Manager screen.
|