Record an iOS Test Case in SimplifyQA

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 Setup QAWIzard.

  • Setup your iOS 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:

    • Specify the test case name and module and save your test case. Learn how to organise and manage test cases here Organise your Test Cases.

    • 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. Learn more

    • 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 (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.

  • 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 registered within the SimplifyQA platform.

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

Last updated