Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleConfiguring iOS Device for Native Application Testing

In order to use the physical iOS device/Simulator for mobile application testing, enable the UI Automation option from the Settings section

To enable UI Automation option:

  1. On your iOS device, launch Settings.
  2. Tap the Developer option.
  3. Ensure that the Enable UI Automation option is turned on.

...

Expand
titleConfiguring iOS Simulators for Native Application Testing

In order to execute mobile application test cases on iOS simulator, you need to disable Hardware Keyboard, Auto-Correction, and Auto-Capitalization options as follows. 

To disable Hardware Keyboard:

  1. On the Simulator menu in Mac, click Hardware > Keyboard.
  2. Deselect the Connect Hardware Keyboard option.

To disable Auto-Correction and Auto-Capitalization:

  1. Inside the Simulator screen, click Settings > General > Keyboard.
  2. Deselect the Auto-Correction and Auto-Capitalization options.

...