Testing with iOS Simulators

The iOS Gateway application can simulate physical devices running iOS 9.0 and later. You can connect to these simulated devices in Eggplant Functional and run tests as you would on a physical iPhone or iPad. Follow these steps to get started.

Connect to Simulators in Eggplant Functional

  1. In iOS Gateway, make sure that the Devices/Simulators pane is in Simulators context.

    The Simulators list in iOS Gateway, shown with two simulators running. Click image to view larger.

    To change how the available simulators are sorted, go to iOSGateway > Preferences > Simulator. You can sort by device type or iOS version.

    The Simulator tab in iOS Gateway preferences

  2. Select the device and iOS version combination that you want to simulate from the list, then click Start in the General tab.
  3. In Eggplant Functional, open the Connection List from the Connection menu.
  4. Create a connection to the simulator. The simulated device’s IP address displays in the title bar of the main iOS Gateway window. The port number displays in the Simulators list in the iOS Gateway UI.
  5. To work with multiple simulators, repeat steps 2-4 as needed.
    Note: The more simulators you have running at once, the more performance can degrade.

Create or Delete Simulators

You can create and delete iOS simulators as needed. The types of simulators your can create are determined by the active version of Xcode and the OS version running on your Mac.

Step by Step: Create a Simulator

  1. To create a new simulator, go to Simulators > Create. The Create Simulator dialog window opens.

    The Create Simulator dialog window in iOS Gateway

  2. Name your simulator, then select the Device Type and iOS Version that you want to simulate. Click Create.
  3. Now, iOS Gateway creates the simulator and adds it to the Simulators list, grouped with simulators of the same device type or iOS version (depending on how you've chosen to sort the list).

Delete a Simulator

To delete a simulator, select the simulator you want to delete in the Simulators pane, then go to Simulators > Delete Selected.

The Delete Simulator dialog window in iOS Gateway

The remove simulator window opens. Click Remove to delete the selected simulator.

Apps on Simulators

You don't install .ipa files on an iOS simulator like you do on a physical iOS device. Instead, you install compressed .app bundles in .zip format.

Create an iOS App to Install on Simulators

  1. In Xcode, run your project on an iOS Simulator. Wait for the iOS simulator to display your application.
  2. Compress the .app file produced at this location: ~/Library/Developer/Xcode/DerivedData/<AppName>-<some appendix>/Build/Products/Debug-iphonesimulator/<AppName>.app

    i.e., /Users/mobileqa/Library/Developer/Xcode/DerivedData/MyApp-glsaqcpwolnnmaedrcqfqfnedoop/Build/Products/Debug-iphonesimulator/MyApp.app

    To compress a .app file in the Finder on a Mac, right-click its icon and select Compress.

  3. Use the compressed .zip file for installing your app onto an iOS simulator for testing.

    i.e., InstallApp ResourcesFolder("MyApp.app.zip")

Install Apps on Simulators

To install an app on a connected simulator, follow these steps.

  1. Go to Apps > Install Application.
  2. Find and open the app you want to install from your Mac.
  3. The app appears in the list of installed apps on the right side of the iOS Gateway window.

 

This topic was last updated on August 19, 2021, at 03:30:51 PM.

Eggplant icon Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2022 Eggplant