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
  • Pre-Requisites
  • How to Record an iOS Test Case?
  • Frequently Asked Questions (FAQs)
  1. Introduction to Script-less Recording of Test Case

Record an iOS Test Case in SimplifyQA

PreviousRecord an Android Test Case in SimplifyQANextRecord Functions in SimplifyQA

Last updated 27 days ago

In this section we will guide you through the process of recording a test cases on an iOS 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 .

  • device to get started with automation.

  • Connect the iOS device either to a Windows or a MAC machine on which you want to start recording your test case.

How to Record an iOS Test Case?

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

  • Define the Test Case Name: Provide the name of the test case.

  • Choose the Device Type: Choose the type of device, if you want to record on real device connected to machine or a virtual device.

  • Select the Device and Application: Select the device which is connected to your machine. Choose the application from the list of applications installed in the iOS device connected.

Note: iOS applications can be automated on a Windows machine in SimplifyQA.

  • Upload IPA File: If an application is not present in the device, provide the file path of the .ipa which needs to be installed in the device.

  • Choose the Action: Choose 'Start App' to start the app as-is previous state.

Note: 'Reset App' option would not be available on iOS device as it is not supported on iOS platform.

  • Start Recording: Click on start recording. Wait for the mobile device to be mirrored in SimplifyQA. Begin interacting with the application you want to test. The recorder will capture your actions, including clicks, keystrokes, navigation, etc.

  • Recording Controls in Mobile Recorder:

    Right-side Controls:

    • Rotate Screen: Change the screen orientation.

    • Volume Control: Increase or decrease the device volume.

    • Wi-Fi: Connect the device to a Wi-Fi network.

    • Lock/Unlock: Lock or unlock the phone screen.

    • Refresh Screen: Refresh the current mobile screen view.

    • Low-Level Recording: Enable or disable low-level recording for more detailed actions.

    Left-side Controls:

    • Pause Recording: Temporarily pause the current recording session.

    • Stop Recording: End the recording once all actions are completed.

  • 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:

    • 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:

  • Device Compatibility: Ensure your device is compatible for automation and the app you're testing.

  • App Permissions: Grant the necessary permissions to your app for testing purposes (if applicable).

  • Network Connectivity: If your app requires network access, ensure your device is connected to the internet.

  • Security Settings: Be aware of security settings that might affect automation, such as screen lock or accessibility features.

Frequently Asked Questions (FAQs)

Why is my iOS device is not getting displayed in SimplifyQA?

Your iOS device might not be getting displayed in SimplifyQA because of one of the below reasons:

  • Connectivity issue: Ensure the USB cable connecting your device to the machine is securely plugged in. A loose connection may prevent the device from being detected in SimplifyQA. Check the USB cable for any damage or wear. If the cable is faulty, it could interfere with the device's connection to SimplifyQA.

  • Developer Settings: Ensure that the iOS device is properly set up with the required settings for automation.. Check out 'Setup iOS Device for Automation'.

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.

Device not registered: You may have connected the device, but it might not be registered in SimplifyQA. Please ensure that the iOS device is properly within the SimplifyQA platform.

Organise your Test Cases
Learn more
registered
Setup QAWIzard
Setup your iOS