Android Testing Automation Framework. This pip package helps to automate the control of android devices using python. we can build android automation framework around it.
- Assuming python is installed on your system.
- adb is installed on your system
- adb path is set in system environment
- adb is installed on your system.
Install testdroid on your system using :
pip install pydroid
- read a the sample test script to familiarize with using pydroid
python3 sample_test_script.py
