Versions Compared

Key

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

...

Expand
titleConfiguring iOS Simulators for Native Application Testing

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

To disable Hardware Keyboard:

  1. On the Simulator menu in Mac OS, 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.

...