In this repository, I have automated the Android EMI Calculator app and finally generated the Allure Report for the final test case suite using Java, Selenium, TestNG, Appium and Allure Report.
- Open the EMI calculator app
- Navigate to the EMI calculator screen
- Input necessary fields
- Click on calculate button
- Verify data from the dataset
- Selenium Tools
- TestNG Framework
- Appium Server
- Gradle Build System
- IntelliJ IDE
- Allure Report Generator
- clone this project
- Open the project's build.gradle file
- 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 serve allure-results
- JDK 8 or higher
- Configure GRADLE_HOME and set the allure path
- Start Appium server