QATTS Technical Docs
2.0.0 Main
2.0.0 Main
  • QATTS Product Documentation
  • Getting Started
    • About QATTS
      • A Quick Tour of QATTS
      • Terminology
      • Relationship
    • Dashboard
  • Getting to know
  • Administration
    • Product
      • How to Add Product
      • Configure Test Data Repository
    • Code Branch
      • How to Add Code Branch
    • Feature
    • Client
      • How to Add Client
    • Deployment
      • How to Add Deployment
      • Database Config
      • Email Config
    • Node
      • Streaming Configuration
      • How to register node for streaming
      • Status And Actions
    • Agent
    • User
    • Role
  • Studio
    • UI Elements
      • text_box
        • Properties Library
        • Trouble Shoot
      • loader
        • Trouble Shoot
      • date
      • button
      • drop_down
        • Trouble Shoot
        • Properties Library
      • label
      • check_box
      • radio_button
      • link
      • Shadow
      • Trouble Shoot
      • Properties Library
      • Pre and Post Actions
      • table
        • Example
        • Trouble Shoot
      • form
      • toogle_button
      • file
      • alert
  • Automation
    • Objects
      • UI Element
        • Drop Down
        • Radio Button
        • Multi Elements
        • table
        • form
      • Product Element
        • Advanced Data Types
          • QIntegerArray
          • QStringArray
          • QArray
          • QData
        • Basic Data Types
      • API
      • Query
      • Smarty
        • Excel: Read data from excel
        • File: Reads file Data
        • EmailRead
        • EmailSend
        • SiteScan
        • PDF Utils
      • New Group
    • Test Case
    • Function
    • Data Table
  • Execution
    • Test Case
      • Clients Summary
      • Search and Manage
      • Context Parameters
      • Details by Functionality
        • Sync
    • Test Suite
      • Create Suite
    • Test Run
      • Schedule Test Run
      • Untitled
    • Test Result
      • Results by Clients
      • Results by Fuctionality
    • Build No
    • Reports
      • All Failed Test Cases
      • Recently Failed Test Cases
  • Others
    • Milestone
  • Settings
    • Builds
    • Milestone
  • Site Scan
  • Using QATTS
    • Guide to API Automation
      • Adding API
      • Request
      • Response
        • Writing Response Schema
    • Guide to Web Automation
      • Performing Web Automation
    • Guide to setup agent-service
  • Advanced Data Types
    • QData
  • Methods
  • Standard Actions Methods
    • Execute Methods
  • UI Action Methods
    • extractGroup
  • File Action Methods
  • UI Element Advanced
  • UI Checks
  • Extraction Rules
  • Assertion Operations
  • Error Codes : Automation
  • Error Code: Execution
  • JSpreadSheetUtil Methods
  • Functions
    • Primitive
      • CONCATENATE
    • Date & Time
    • Text
  • Other Information
    • FAQ
    • Troubleshooting
      • UI Methods
Powered by GitBook
On this page
  • What is Test Suite?
  • Step by step walkthrough

Was this helpful?

  1. Execution

Test Suite

Test suite is a package that you make for certain groups of test cases

PreviousSyncNextCreate Suite

Last updated 2 years ago

Was this helpful?

What is Test Suite?

Test suite is a package that you make for certain group of test cases. Here you can give additional properties in the suite for the required test cases.

Suite is collection of test case that intended to be used to test specified set of behavior.

Step by step walkthrough

The following steps to be followed to create a New Test Suite.

STEP 1: Login to QATTS, In the Left Navigation Panel Click on Test Suites ----> New Test Suite as shown as below.

STEP 2: After clicking on New Suite you should be able to see the below screen and fill out the required details.

STEP 3: Fill out the following details.

  • Suit Name: You can give a suite according to your Project

  • Description: Here write down the steps or what this suite is about.

  • Visibility: Here you can choose between Private and Public.

    • Private - The Suite is visible only to you.

    • Public - The Suite is Visible all who is working on the same Product.

  • Type: Here you need to choose between Automated or Manual, by the name itself you can assume its automated or manual testing.

  • Clients: Choose which client are performing the Test Cases on.

  • Functionality: Need to choose the functionality which you want to Test.

  • Test Cases: You can add number of test Cases you wish to perform.

And Click on Add and then Save, your suite will be saved.