QATTS Technical Docs
1.0.0 Prev
1.0.0 Prev
  • QATTS Product Documentation
  • Getting Started
    • About QATTS
    • 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
    • Node
    • User
    • Role
  • Automation
    • Objects
      • UI Element
      • Product Element
        • Advanced Data Types
          • QIntegerArray
          • QStringArray
          • QData
        • Basic Data Types
      • API
      • Query
      • Smarty
      • New Group
    • Functionality
    • Test Data Repository
  • 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
  • Settings
    • Build
    • Milestone
  • Smarties
    • Excel: Read data from excel
    • File: Reads file Data
  • Using QATTS
    • Guide to API Automation
      • Adding API
      • Request
      • Response
        • Writing Response Schema
    • Guide to Web Automation
      • Performing Web Automation
  • Methods
  • Standard Actions Methods
    • setRunValue
    • performAPIFieldLevel
    • Execute Function
    • Execute WorkFlow
    • Execute Test Case
    • Send Request
    • Assert Data
    • Get Run Value
  • UI Element Advanced
    • table
  • UI Action Methods
    • Assertion Methods
      • Assert Groups
      • Assert Product Element
      • Assert HTML Element
      • StateCheck
    • extractGroup
    • Data Population Methods
      • Populate Group
      • Populate Alert
      • Populate Field
    • Link Methods
      • Check Broken Links
      • Extract Link
    • Other UI Action Methods
      • Perform Field Level QAction
      • Perform Element Checks
      • Perfrom Page Checks
      • Wait for Invisibility of Element
      • Get Table Data
      • Refresh Page
      • Alert Action
      • Get Element Size
      • Perform Named Action
  • Error Codes : Automation
  • Error Code: Execution
  • Other Information
    • FAQ
    • Troubleshooting
Powered by GitBook
On this page
  • What is Test Suite?
  • Steps to Create Test Suite

Was this helpful?

  1. Execution

Test Suite

PreviousSyncNextCreate Suite

Last updated 3 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.

Steps to Create Test Suite

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.