Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 960 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 960 Bytes

EMI-Calculator-AppAutomation-Appium

Scenario

  1. Open the EMI calculator app
  2. Navigate to the EMI calculator screen
  3. Input necessary fields
  4. Click on calculate button
  5. Verify data from dataset

Tools and Tech

  • Selenium
  • TestNG
  • Appium
  • Gradle
  • intellij idea
  • Allure

How to run this project

  • clone this project
  • hit the following command into the root directory in terminal:
    • gradle clean test
  • For generating Report in Allure hit
    • allure generate allure-results --clean -o allure-report
    • allure serve allure-results

Prerequisite

  • JDK 8 or higher
  • Configure GRADLE_HOME and set allure path
  • Start Appium server

Allure report Screenshots:

emi1 EMI2

Allure report Link