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
  • Pre-Requisites
  • How to Record a Web Test Case?
  1. Introduction to Script-less Recording of Test Case

Record a Web Test Case in SimplifyQA

PreviousIntroduction to Script-less Recording of Test CaseNextRecord an Android Test Case in SimplifyQA

Last updated 1 month ago

Record and playback is a powerful feature that allows you to automate test cases by recording your interactions with an application and then replaying them. This can significantly speed up the testing process and reduce manual effort.

In this section we will guide you through the process of recording a test cases on a web application within SimplifyQA.

Pre-Requisites

  • 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 Record a Web Test Case?

  • Launch the Recorder: Locate the recorder icon and select web to record a test case on a web application.

  • Define the Test Case Name: Provide the name of the test case and mention the URL of the application under test.

  • Start Recording: Click on start recording. Begin interacting with the application you want to test. The recorder will capture your actions, including clicks, keystrokes, navigation, etc.

  • Stop Recording: Navigate back to SimplifyQA once you've completed the desired actions, stop the recording.

  • Review the Test Steps: Review the recorded steps. Object and parameters names would be automatically captured with appropriate names. Data provided during the recording would also be captured in test data.

  • Define Test Case Details:

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

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

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

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

Frequently Asked Questions

Why am I not able to see web recording option in the recorder dropdown?
  1. You might not have license for web technology. Ensure you have procured license for the specific technology you want to automate.

  2. You might not have privilege to record a test case on web technology. Contact your adminstrator to enable the required privilege.

I am recording a test case but steps are not getting captured in SimplifyQA. Why?
  1. Your auth token might be expired. Go to My Profile -> Manage Account -> Security. Copy the machine registration token and locate the agent icon in system tray. Navigate to change environment and update the auth token.

  2. If you have access to multiple environments, make sure your token is updated in the Wizard and select the environment you are working on when you use automation featured.

During recording, the recording highlighter does not appear on the application under test?

Wait for the application to fully load and render all its components within the browser. If the issue persists for longer even after the application is loaded, try re-recording or refreshing the browser tab.

Browser does not launch when I initiate web recording. Browser opens and closes or doesn't open at all. Why?

When any browser drivers are updated automatically SimplifyQA makes it compatible to run the test cases on the latest version of the driver. If these drivers would not get auto-updated because of one of the below reasons:

  • The URL of the browser drivers which are used to download the drivers into the machine would not be accessible in your network. Accessing external URLs might be blocked by your organisation's security policy.

  • Downloading the drivers locally would be blocked on that particular machine. You can reach out to you system administrator to understand in detail.

Setup QAWIzard
Organise your Test Cases
Learn more