Android app test using selenium webdriver

android, appium, automation, selenium, webdriver

Solution

You may want to look at Appium if Selenium is what's most familiar to you. Appium allows you to use Selenium client libraries to automate Android apps.

Problem

I want to test android app using selenium webdriver. I don't have source code. I have only apk file. Question: - Is it possible to record the test steps and run it using selenium webdriver? - Is it possible to test a android app using apk file and selenium webdriver?

Original source