Versions Compared

Key

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

...

Expand
titleTo enable Developer Option:
  1. Go to Settings.
  2. Scroll down to the bottom and tap the About Phone option.
  3. Scroll down to the bottom on the About Phone screen. You will see option Build Number.
  4. Tap seven times on Build Number option. After three taps, it will display a message such as, "You are now 2 steps away from being a developer".
    After tapping for seven times, it will display a message that "You are now a developer".
  5. Go back to Settings and scroll down to the bottom.
  6. You will see option Developer Options above About Phone.
  7. Connect your device with PC using USB cable.
  8. Go to Settings > Developer options.
  9. Select the USB Debugging check box.
    A pop-up is displayed asking confirmation about switching on USB Debugging.
  10. Click OK.

Note

When you connect device to the computer, system asks for the permission to allow USB debugging. Select the check box, Always allow from this computer and then click Ok.


...

Expand
titleConfiguring iOS Device for Native Application Testing

In order to use the physical iOS device/Simulator for native 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 tuned turned on.


Expand
titleConfiguring iOS Simulators for Native Application Testing

In order to execute native 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.

...