Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
145 views
by The go-to Tester (473 points)
How to use selenium webdriver for android testing?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
For testing Android application you can use Appium (http://appium.io/). Appium is server which will help you interact with Android applications and browsers.

Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS and Android platforms. Native apps are those written using the iOS, Android, or Windows SDKs. Mobile web apps are web apps accessed using a mobile browser (Appium supports Safari on iOS and Chrome or the built-in ‘Browser’ app on Android). Hybrid apps have a wrapper around a “webview” – a native control that enables interaction with web content. Projects like Phonegap, make it easy to build apps using web technologies that are then bundled into a native wrapper, creating a hybrid app.

src: http://appium.io/introduction.html?lang=en

Appium equals selenium. You can write your client side code using Selenium WebDriver and use Appium server, instead of selenium grid, to execute your tests.

Hope that helps!


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...