In this repository, I have automated the Google LLC Calculator Android App and finally generated an allure report for the test suite results using Appium, Java, Selenium, TestNG, and Allure Report.
Automate the calculator app and do the following tests:
- Summation (321+123=444)
- Subtraction (512-314=198)
- Multiplication (715*65=46475)
- Division (1560/30=52)
- Solve this series 1 (100/10*5-10+60=100)
- Solve this series 2 (50+10-20*2+10/2=25)
- Selenium Tools
- TestNG Framework
- Appium Server
- Gradle Build System
- IntelliJ IDE
- Allure Report Generator
- clone this project
- open the project and load the build.gradle
- Hit the following command into the root directory in the terminal:
- gradle clean test
- For generating a Report in Allure hit
- allure generate allure-results --clean -output
- allure serves allure-results
- JDK 8 or higher
- Configure GRADLE_HOME and set the allure path
- Start Appium server