Versions Compared

Key

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

Before you get started with mobile application testing, you need to get some applications installed on your Windows or Mac computer and ensure these applications are running properly. Please refer to the Installation Guide for detailed list of installations on Windows and Mac.  

On your Windows computer:

  • Ensure you have installed Appium , Node JS, and downloaded Android command line toolsStudio.
  • Ensure you have downloaded required Android APIs using SDK Manager, if you wish to run test cases on emulators.
  • Create or define Android device specifications using AVD Manager in case you want to use Android simulators to test your Web, Native, or Native Hybrid applications.
  • Start Appium by running the "appium" command in the Command Prompt windowEnsure you have started Appium server before you start executing your test case.
  • Ensure you have enabled Developer Option and USB Debugging options on your Android device. For more information please refer to the section, Connecting Preparing Mobile Devices with Computerfor Automation Testing.
  • Connect Android device with Windows computer and ensure it is connected properly with computer by running the "adb devices -l" command in from the Command Prompt window. Make sure your device is listed here (emulator or physical device connected with Windows computer).

On your Mac

computer

:

  • Ensure you have installed installed Appium and  and Xcode.
  • Ensure you have downloaded required iOS simulators using Xcode.
  • Ensure you have set the iOS App Path and selected desired device in the iOS Settings window in Appium (when testing iOS applications).Ensure you have enabled Web Inspector and JavaScript options enabled Web Inspector and JavaScript options on your iOS device (for Web application testing).
  • Connect iOS device to your Mac. To ensure device is connected properly to Mac, open Simulator and on the the Hardware menu menu, point to to Devices and  and then click click Manage Devices. 
    Make sure device connected with Mac is listed in the left pane here.
See also,