LogoLogo
  • About SimplifyQA
  • Get Started with SimplifyQA
    • Agile & Non-Agile Framework
    • OS Support
    • SimplifyQA Hosting
      • On-premise Installation Guide
        • Pre-requisites
        • Installation Guide
      • Support and Resources
      • Training and Onboarding
    • Explore SimplifyQA for your Application Lifecycle Management
  • SimplifyQA Installation & Setup
    • Setup QAWizard
    • Register QAWizard
    • Setup Android Device
      • How to enable settings in android device?
      • How to register android device?
      • Setup emulators on Android Studio for automation in SimplifyQA
    • Setup iOS Device
      • How to setup iOS device in Apple Developer Account?
      • How to register iOS device?
  • Get to know your Workspace
    • Blueprint of SimplifyQA
    • Key Terminologies
    • Search/Global Search
      • How to use global search?
      • How to use advance search?
      • How to use column sort?
      • How to use column filters?
      • Add or remove columns
    • Rich Text Editor
    • Import & Export
    • Add Attachments
    • Add Linkages
    • Add Comments
    • Manage Cards in board view
    • Configure Watchlist
    • Track Edit History
    • Hierarchy Tree
  • Admin Controls & Configurations
    • Manage Projects & Users
      • Create Project and Invite Users
      • Project Settings
        • Create and Manage Custom Fields
      • Grant Admin Privilege to User
      • Invite/Add Users to Team
      • User Directory and Access Control
      • Configure Page Layout
      • Manage Roles and Privileges
      • Configure Auto-logging of Defects
    • Configure your clients
    • Password settings
  • Release & Sprints
    • Introduction to Releases
    • Create & Manage Release & Sprint
    • Start & Close a Sprint
  • Create and Manage your Requirements
    • Introduction to Requirement Management
    • Create & Manage Epic
    • Create & Manage Features
    • Create & Manage User Stories
  • Introduction to Test Management in SimplifyQA
    • Create a Manual Test Case in SimplifyQA
    • Create an Automation Test Case in SimplifyQA
    • Learn API Testing in SimplifyQA
      • Create an API Test Case in SimplifyQA
      • Quick Test the API
      • Validating API Responses
      • Understanding API Parameterisation
      • Save API Response Data
      • Achieve Data flow for E2E Testing
    • Create Hybrid Test Case in SimplifyQA
    • Leverage Re-usability in your Tests
    • Organise your Test Cases
    • Linking a Test Case to User Story
    • Linking a Test Case to Defect
    • Version Control your Test Case
    • Create a Copy of your Test Case
    • Copy Test Case to different Project
    • Conditional Statements
      • Decision Making Statement
      • Looping Statement
      • BREAK & CONTINUE Statement
    • Supported Actions
    • Utilising Mobile Inspector in SimplifyQA
  • Introduction to Script-less Recording of Test Case
    • Record a Web Test Case in SimplifyQA
    • Record an Android Test Case in SimplifyQA
      • Record an Android Test Case
    • Record Functions in SimplifyQA
    • Understand Object Recognition Mechanism & Self Healing in SimplifyQA
  • Test Data Management
    • Work with the Formulas to Optimise Test Data
    • Import and Export Test Data Sets
  • Introduction to Object Repository
    • Capture Objects for your Tests
    • Organise your Test Objects
    • Parameterise your Test Object Properties
  • Introduction to Parameters
    • Various Types of Parameters
    • Create and Utilise Parameters in your Test Case
    • Understanding Runtime Parameters
  • Defect Management
  • Marketplace
    • Integration with Project Management Tools
      • Integrating SimplifyQA with Jira
        • Configure Web-hooks
        • SimplifyQA Setup for Integration
          • Setup your Account for Jira Integration
          • Configuration in SimplifyQA Admin
          • Steps to Generate a Jira API Token
          • Steps to create SimplifyQA token
          • Steps to get Jira Account ID
          • Synchronisation Functionality Between SimplifyQA and Jira
          • Analyse Logs for Data Synchronisation
        • Mapping Fields for Issue Types
        • Viewing SimplifyQA Test Cases in Jira
  • Legal Documents
    • End-User License Agreement
Powered by GitBook
On this page
  1. Introduction to Test Management in SimplifyQA

Create an Automation Test Case in SimplifyQA

PreviousCreate a Manual Test Case in SimplifyQANextLearn API Testing in SimplifyQA

Last updated 2 months ago

An automation test case is a set of instructions or scripts designed to execute a test scenario automatically without human intervention. It outlines the steps to be performed, the expected results, and the verification conditions for a particular test scenario.

In this section we will guide you through the process of creating automation test cases within our test case management tool.

Prerequisites:

  • A clear understanding of the software feature or functionality you're testing.

  • Access to the project for which you want to create automation test case.

  • SimplifyQA Wizard needs to be installed and running. Learn how to setup Wizard here .

How to create Automation Test Case?

SimplifyQA empowers teams of all technical/non-technical backgrounds to create powerful automation tests without writing a single line of code. Our intuitive platform transforms the way you approach test automation, making it accessible to everyone.

Let's explore how you can harness the power of scriptless automation to accelerate your testing efforts and deliver higher quality software.

  1. Navigate to Test Case

To create a new automation test case in SimplifyQA, open your desired project and navigate to test case section from the left menu.

  1. Create a Test Case

Locate the '+ Test Case' button and choose 'Automation' and select the desired platform for which you are creating an automation test case.

  1. Create Test Steps:

  • Click the "Add Step" button to start creating test steps.

  • For each step, provide:

    • Object:

      • If you want to re-use the already captured object, locate the object dropdown, it would list the objects available for a particular technology.

      For Example: If you are creating an automation test case for a web application, for test case type 'WEB' all the web objects would be listed in the object dropdown. You can choose the desired object.

  • Parameter: Specify required parameters for the action (e.g., text to be typed). Recommended to re-use the parameters available or create a new parameter.

Sequentially add test steps to create end to end automated test. Design comprehensive test flows by combining various actions and conditions to mimic real-world user interactions.

  1. Define Test Case Details:

  • Pre-requisites: Any setup or conditions required before executing the test case, you can mention them in the form of checklist.

  • Defect: If you are defining the test case for a defect, then you can select the defect in details section. Learn more

Additional Tips

Identify the element on the page (e.g., username text box) and capture the object using . Select the captured object in the step.

Action: Select the action to be performed on the object (e.g., Click, Type Text, etc). Refer to the to understand the supported action in SimplifyQA.

Add Test Data: Define test data that can be varied for different test runs. This allows for .

Specify the test case name and module and Save your test case. Learn how to organise and manage test cases here .

User Story: If you are defining the test case for a user story, then you can select the user story.

Leverage the tool's built-in features for and action recording.

Consider using capabilities for efficient test data handling.

Break down complex test cases into smaller, manageable that can be utilised across multiple test scenarios.

web inspector
Action docs
data-driven testing
Organise your Test Cases
Learn more
element identification
test data management
re-usable components
Setup QAWIzard