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
    • Register your Machine
    • 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 and 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
      • Learn how to import/export Test Cases
      • Learn how to import/export Test Data
    • Add Attachments
    • Add Linkages
    • Add Comments
    • Manage Cards in board view
    • Configure Watchlist
    • Track Edit History
    • Hierarchy Tree
  • Admin Controls & Configurations
    • Manage Projects & Users
      • Introduction to Projects in SimplifyQA
      • Create Project and Invite Users
      • Project Settings
        • Create and Manage Custom Fields
        • Manage Roles and Privileges
        • Configure Auto-logging of Defects
      • Grant Admin Privilege to User
      • Invite/Add Users to Team
      • User Directory and Access Control
      • Configure Page Layout
    • 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
      • Generate using AI Genius
  • 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 a Database Test Case in SimplifyQA
    • 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 iOS Test Case in SimplifyQA
    • Record Functions in SimplifyQA
    • Understand Object Recognition Mechanism & Self Healing in SimplifyQA
    • Low Level Recording
  • Test Data Management
    • Generate dynamic data using 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
  • Code Editor
    • Using Git Commands
    • Configuring Privileges for Sync Actions
    • How to Sync Actions using Code Editor?
    • How to use AI to write code?
  • Introduction to Test Execution in SimplifyQA
    • Create an Execution Plan
    • Create a Suite
      • Execute your Test Suite and View Suite Reports
      • Execute your Suite on Cloud (Serial/Parallel)
    • Schedule your Execution
    • Create Pipelines
  • 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
    • Integrating with CI/CD Tools
      • Gitlab
      • Azure Devops
      • Concourse
    • Integrating with Cloud Platforms
      • VM Based
  • Legal Documents
    • End-User License Agreement
Powered by GitBook
On this page
  • Prerequisites
  • Setting Up VM-Based Cloud Execution
  1. Marketplace
  2. Integrating with Cloud Platforms

VM Based

PreviousIntegrating with Cloud PlatformsNextLegal Documents

Last updated 26 days ago

SimplifyQA supports seamless execution of test cases on cloud infrastructure through VM-based integration.

Prerequisites

Before setting up the configuration, ensure the following:

  • SimplifyQA cloud subscription.

  • Active SimplifyQA agent

  • Proper access rights and credentials (username/password or private key)

Setting Up VM-Based Cloud Execution

To enable VM-based test executions from SimplifyQA, you first need to configure the cloud machine that will host your test runs.

Configuration Steps:

  1. Log in to SimplifyQA and navigate to the Marketplace from the left-hand panel.

  1. Click on Configure under the VM-Based Execution card.

  1. Select '+ VM Configuration' to begin adding a new configuration.

  2. Fill Out Configuration Details:

    • IP Address: Public IP of the cloud VM.

    • Mount Path: Shared path to store project files.

    • Image Name: The name of the Jar field that contains the latest custom test logic which the user wants to use.

    • Maximum Container Count: It defines how many test containers (parallel executions) a VM can handle simultaneously, based on its system capacity. This limit ensures optimal performance without overloading the machine. You can distribute these containers across multiple projects—for example, if a VM supports 10 containers, you might allocate 5 to Project A and 5 to Project B. Each project will then run tests independently up to its assigned limit, while any excess executions will queue until a slot is free. This helps efficiently manage shared cloud resources in multi-project environments.

    • Username & Password: Credentials for accessing the machine. These credentials are required to establish an SSH connection with the VM. SimplifyQA uses this access to deploy and run tests.

    • SSH Port: Port used for SSH connections (usually 22, change if your VM uses a custom port).

    • Projects: Select projects that should have access to this configuration.

    • Private key authentication: It is recommended for better security, especially when connecting to cloud-hosted VMs like AWS EC2, Azure VMs, or Google Cloud instances. It prevents brute-force attacks. Private key authentication involves uploading the private key that corresponds to the public key stored on the VM, enabling seamless and secure login

  1. Click Save to finalise the setup

Once configured, this VM setup can be used as the target environment when setting the Execution Type to Cloud in your test case, suite or pipeline settings.