Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touhid-96/app-automation-of-emi-calculator-testng-appium
This repository automates tests for the "EMI Calculator" Android app with Selenium WebDriver, TestNG, and Appium. It performs EMI calculation using dataset of several inputs (loan amount, interest, time period and processing fee) and verifies correctness, and generates reports via Allure.
https://github.com/touhid-96/app-automation-of-emi-calculator-testng-appium
app-automation appium-android appium-testng gradle intellij-idea java selenium testng
Last synced: 5 days ago
JSON representation
This repository automates tests for the "EMI Calculator" Android app with Selenium WebDriver, TestNG, and Appium. It performs EMI calculation using dataset of several inputs (loan amount, interest, time period and processing fee) and verifies correctness, and generates reports via Allure.
- Host: GitHub
- URL: https://github.com/touhid-96/app-automation-of-emi-calculator-testng-appium
- Owner: touhid-96
- Created: 2024-04-28T16:26:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T17:58:28.000Z (8 months ago)
- Last Synced: 2024-10-31T13:23:00.133Z (about 2 months ago)
- Topics: app-automation, appium-android, appium-testng, gradle, intellij-idea, java, selenium, testng
- Language: Java
- Homepage:
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App Automation of EMI Calculator Using Selenium, TestNG & Appium
## Steps
- Open EMI Calculator App
- Navigate to the EMI calculator activity
- Input necessary fields
- Click on calculate button
- Verify the result data from dataset## Technology and Tool Used
- Selenium Webdriver
- TestNG
- Gradle
- Node
- Allure Report
- Appium v2.0.1
- Appium Inspector v2024.3.4## IDE
- Intellij idea v2024.1
- Android Studio v2023.2.1## App
- [EMI Calculator](https://play.google.com/store/apps/details?id=com.continuum.emi.calculator)## Prerequisite
- JDK 11 or higher
- NodeJS
- Configure ANDROID_HOME `\Android\Sdk`
- Set environment variable `\Android\Sdk\platform-tools`
- Configure Java GRADLE_HOME
- Configure Allure path## Setup
- Install Appium `npm i appium@next --global`
- Install Driver `appium driver install uiautomator2`
- Install Plugin `appium plugin install execute-driver`
- Activate plugin `appium --use-plugins=execute-driver`## GUI Assistant Tool
- Appium Inspector v2024.3.4## How to run this project
- Clone the project
- Execute the following command on the project directory
`gradle clean test`## Generate Allure Report
- Execute the following commands on the project directory (after finishing the project run)
`allure generate allure-results --clean`
`allure serve allure-results --clean`## Video of Automation Output
https://github.com/touhid-96/App-Automation-of-EMI-Calculator-TestNG-Appium/assets/29010371/451a44d8-b28e-443a-8cfe-fb1ffd10bbe4## Allure Reports
![1 overview](https://github.com/touhid-96/App-Automation-of-EMI-Calculator-TestNG-Appium/assets/29010371/2c8c751d-333b-40d3-aca3-a1b8e5546299)![2 suites](https://github.com/touhid-96/App-Automation-of-EMI-Calculator-TestNG-Appium/assets/29010371/9b32ef89-e58e-403a-9519-8ce98038c824)
![3 graphs](https://github.com/touhid-96/App-Automation-of-EMI-Calculator-TestNG-Appium/assets/29010371/2a3224a5-55ed-4bd6-a522-38920c892e89)
![4 behaviors](https://github.com/touhid-96/App-Automation-of-EMI-Calculator-TestNG-Appium/assets/29010371/62b13c9e-3115-445c-b789-3ae99d2fcafc)
![5 packages](https://github.com/touhid-96/App-Automation-of-EMI-Calculator-TestNG-Appium/assets/29010371/a5653b21-c070-4836-ad27-4cda3b206cc0)
## Gradle Report
![6 gradle](https://github.com/touhid-96/App-Automation-of-EMI-Calculator-TestNG-Appium/assets/29010371/9902cf4d-e6a0-4249-a4f8-78141a371e1e)