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 Product Element?
  • Create Product Element
  • Step by step walkthrough
  • Short video

Was this helpful?

  1. Automation
  2. Objects

Product Element

Product elements are the data variables in QATTS

PreviousformNextAdvanced Data Types

Last updated 2 years ago

Was this helpful?

What is Product Element?

Product elements are the data variables in QATTS. They carry the test data to execution engine during test execution.

They have a tight bonding with UI elements. Which means, every product element is associated with a UI element.

Create Product Element

Step by step walkthrough

To add an Product Element follow the below steps

STEP 1: Go to Studio, it directs to new window which will be appearing as shown below.

STEP 2: On the right corner Click on "+" icon and select Add Product Element, it should appear as below.

STEP 3: Fill the required details as shown in the below screenshot.

Selecting the Group details is mandatory.

  • Product Element Name: The name could any of the user choice.

  • Label Name: It should be similar to the given product element name.

  • Product Element Type: There are various fields to choose from input,output,action, custom, page.

  • UI Input Element Name: Add the UI Element you want to connect it from the drop down selection.

  • UI View Element Name:

  • Data Type: Choose the type of data as string, boolean, Integer and others.

  • Database Column Name:

  • Sequence:

STEP 4: After adding required details and then click on Save, the given Product Element name would be saved in the groups you have selected it in.

Short video

Note: The Product Element Name should be same as the excel sheet headings.