C
C
coderage2019-07-24 17:43:58
Python
coderage, 2019-07-24 17:43:58

What are the android emulators running python?

I can't find an android emulator that could be used for automated testing in python.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Varakosov, 2019-07-25
@thelongrunsmoke

You can use python to control the emulator via adb. This will allow you to generate random events, take screenshots and much more. Plus, the possibility of testing by the black box method, i.e. it will be possible to run tests on both debug and release versions.
In fact, there is Selendroid that supports python as a scripting language and Appium that also supports it, both solutions control the emulator via WebDriver and are suitable for acceptance testing, regardless of what the application is written in.
For further research, google android webdriver python.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question