Wednesday, 7 August 2019

Create Virtual Device and Start Appium server



Before starting the Appium we should familiar in creating virtual Device using Android studio and install APK file in the virtual and Real Device. 

Creating Virtual Device using Android studio

  1. Open Android Studio
  2. Click on android virtual device manager
  3. Create virtual Device
  4. Also install latest version of Android SDK in SDK Manager
  5. Run the Appium server
  6.  Check whether the device is properly connected by using the command ‘adb.exe devices’ in Command Prompt


Ways to install APK file(App) on Mobile devices (Virtual/Real device)

  • Using Appium server Desktop (Inspection session)
  • Using adb.exe
  •  Using program


Connect Real devices on desktop

  1. Connect the device using the USB code
  2.  Install the 'Vysor' app in the real device and in desktop using the chrome extension
  3. For properly connecting the real device we should enable the developer option in the device and change the settings.

No comments:

Post a Comment