For this mobile app automation project, the Google LLC Calculator Android App is used. Appium, along with Selenium, Java, and TestNG, is utilized for the automation process. For report generation, the Allure Report Generator is employed. This project demonstrates a clear view of the automation steps.
For this project a series of calculation is maintained:
- The series is: 100/10*5-10+60
Need to acknowledge about those:
- Selenium
- Java
- TestNG
- Appium
- Android Studio
- Appium Inspector
- Gradle
- IntelliJ IDE
- Allure Report Generator
- Install appium.
- Install Appium Driver:
uiautomator2
- Install appium plugin list:
execute-driver
- Commands for installation of Driver and plugin
appium driver install uiautomator2
appium plugin install execute-driver