Wednesday 13 August 2014

Android Build installation

There are following methods using which you can install your android testing build on your testing devices.
------------------------------------------------------------------------------------------------------------

  1. OTA 
  2. USB
  3. ADB

1.OTP
   One of the easiest way  installation android build i found in my experience is Over The Air with the                  help of

  •                IIS,
  •                WAMP
  •                XAMPP
2. USB [MTP]

    Copy APK file in sdcard & Install Manually.

3. ADB [Android Device Bridge]
    Using adb command

    adb install path of file filename.apk

No comments:

Post a Comment

MobileAutomation - Handle Pop-ups, Alerts and Prompts in Automate and App Automate Tests

This article shows you how to handle user permission pop-ups, alerts, and prompts in your automated tests on BrowserStack. Introductio...