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
  • How to Create a Hybrid Test Case in SimplifyQA?
  • Conclusion
  1. Introduction to Test Management in SimplifyQA

Create Hybrid Test Case in SimplifyQA

PreviousAchieve Data flow for E2E TestingNextLeverage Re-usability in your Tests

Last updated 1 month ago

In modern software testing, applications often require validation across multiple platforms, such as web, mobile, APIs, and databases. A Hybrid Test Case in SimplifyQA allows testers to combine different testing techniques within a single test case, ensuring a seamless and efficient way to test complex application flows. This approach enhances test coverage by integrating various testing methodologies into one structured workflow.

Let’s take an example which will walk you through the process of creating a hybrid test case using the Bominso Salon Management Application.

The test case will cover the following flow:

  1. Creating a new service via the web application and logging out of the application.

  2. Resetting the password by fetching a link from a mobile device.

  3. Sending an API request to update service details.

By following this example, you will learn how to leverage Hybrid Test Cases to enhance test automation and streamline multi-platform validations.

How to Create a Hybrid Test Case in SimplifyQA?

  1. Navigate to Test Case Management: Log in to SimplifyQA and click on Test Case Management from the left navigation panel. Click on + Test Case to create a new test case. Select web from the automation dropdown menu.

  • Provide a meaningful test case name.

  1. Adding Web Steps to Create a Service in Bominso Application: Click + Add Step to begin defining the web steps.

    • Login to Bominso application

    • Navigate to 'Services' section

    • Click 'Add New Service'

    • Enter Service Name, Description, and Price

    • Click Save to confirm the steps.

  1. Adding Mobile Steps to Fetch Reset Password Link

  • Click + Add Step and choose Android/iOS from the Switch Platform dropdown.

  • Add the following steps/functions to perform the following steps:

    • Launch mobile application

    • Go to Gmail

    • Search for Bominso password reset message

    • Extract the reset password link

    • Open the link in a browser

    • Enter new password and confirm reset

  • Click Save to add the steps.

  1. Adding API step to Edit Service Details

  • Click + Add Step and choose API from the Switch Platform dropdown.

  • Configure the API request by adding the following:

    • API Method

    • Endpoint URL

    • Headers

    • Body

    • Send request and validate response

  • Click Save.

  1. Execute the Hybrid Test Case

  • Click Run to Execute the test case.

  • Monitor execution logs to ensure each step executes successfully.

  • Review the test results and validate the correctness of each step.

Conclusion

Using SimplifyQA, we successfully created a hybrid test case that seamlessly integrates Web, Mobile, and API testing within a single workflow. This approach enables comprehensive end-to-end testing while ensuring flexibility and efficiency in test execution.

Frequently Asked Questions

What is a Hybrid Test Case in SimplifyQA?

A Hybrid Test Case in SimplifyQA is a test case that combines multiple testing techniques, such as UI testing, API testing, and mobile testing, within a single execution flow. It ensures comprehensive end-to-end validation of application workflows.

When should I use a Hybrid Test Case?

Use a Hybrid Test Case when:

  • A test scenario involves multiple platforms (e.g., web, mobile, APIs).

  • You need to validate interconnected application components.

Can I integrate Desktop testing within a Hybrid Test Case?

Yes! SimplifyQA allows you to add Desktop testing steps within a Hybrid Test Case, making it easy to verify functionality along with UI and mobile interactions.

How do I validate data across different test steps?

You can use test data or variables in SimplifyQA to pass data between web, API, and mobile test steps, ensuring consistency throughout execution.

A:

Can Hybrid Test Cases be scheduled for automated execution?

Yes, SimplifyQA supports test scheduling, allowing you to run Hybrid Test Cases at specific times or as part of a Continuous Integration (CI/CD) pipeline.

that perform the following steps:

Record a Function