2. Test Suite Management

You are here:
< All Topics

1. Go to the Application

Test Suite Management with TestGrid Step 1

    • Click on Application.
    • It will take you to the Dashboard.

Test Suite Management TestGrid Dashboard

2. Add Application

Adding Application in TestGrid Dashboard for Test Suite Management

    • Click on Add Test Application to add a new App for testing.
    • Below the Popup box will appear on the screen.

Add Application Name in TestGrid Dashboard for Test Suite Management

    • Add your Application name.
    • Click on Save button.

3. Open TG-TestCase Writer

TG-TestCase Writer Dashboard

    • Click on TG-TestCase Writer.
    • Select your App from the list.

TG-TestCase Writer Dashboard for Test Suite Management

4. Add Version

Add Versions for Test Suite Management

    • Click on Add Version.
    • Below Popup box will appear on the screen.

Add Versions for Test Suite Management step 2

    • Add Version Name and Version Description.
    • Platform: Select the platform from the dropdown menu.
      • Flatforms are Android, iOS, Web
    • Branch: branch should be master.
    • Click on Save button.

5. Add Module

Add Module for Test Suite Management in TestGrid Dashboard

    • Click on Add Module.
    • Below Popup box will appear on the screen.

Add Module Step 2 for Test Suite Management

    • Add your Module Name and Module Description.

Global variables

There are 4 global variables that are used to define the testing framework configurations.

Here are the default configuration values :

Variable Description Default Value
NeedsResetOnceBeforeTest Require to reset the application before starting all tests? False
NeedsResetBeforeEveryMethod Require to reset application 

before every test case?

True

Add all values and then click on Save. You can see your module added in the left panel.

6. Module Components

Module Components for Test Suite Management

    • Click on your Module (i.e. SampleModule) from the left panel.
    • It will show you the above screen containing below Module Components :
      • Resources
      • Test Functions 
      • Test Cases
      • Network Assert
      • Custom Scripts
Table of Contents