- Clone code
- Create virtual enviroment and activate it
- Run "pip install -r requirements.txt"
- Configure Appium(downloading Android SDK and Java JDK) and the server
- Make sure that the only one android device is connected to the computer via the USB port/ otherwise(you are using a wi-fi connection)remove the line "'udid': phone_id()" from utils/android_utils.py
- Go to tests/login/test_login.py and run it using CTRL+SHIFT+F10 - to test an authentication(2 сases)
- Go to tests/sidebar/test_sidebar.py and run it using CTRL+SHIFT+F10 - to test a sidebar
Для выполнения задания Вам нужно установить приложение Ajax Systems на телефон (если у вас нет реального андроид устройства то вы можете использовать эмулятор).
- Написать базовый функционал для работы с приложением (поиск элемента, клик элемента и тд).
- Написать тест логина пользователя в приложение (позитивный и негативные кейсы).
- Использовать параметризацию.
- Закомитить выполненное задание на гитхаб.
- *Реализовать логирование теста.
- *Реализовать динамическое определение udid телефона через subprocess
- **Написать на проверку элементов SideBar (выезжающее меню слева).
- Приложение - https://play.google.com/store/apps/details?id=com.ajaxsystems
- Работа с реальным телефоном - https://developer.android.com/studio/command-line/adb
- Настройка эмулятора - https://developer.android.com/studio/run/emulator
- Настройка аппиума - https://appium.io/docs/en/about-appium/getting-started/#installing-appium
- Инспектор приложения - https://appium.io/docs/en/drivers/android-uiautomator2/
login - [email protected] password - qa_automation_password