Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.49 KB

File metadata and controls

46 lines (36 loc) · 1.49 KB

App-Automation-on-Google-Calculator-with-Appium-Selenium

Scenario:

  1. Sum any of 2 numbers (9+5=14)

  2. Subtraction any of 2 numbers (8-3=5)

  3. Do multiply of Result of Sum and Subtraction (14*5=70)

  4. Divide the result of multiplication with 10 (70/10=7)

  5. Solve this series (100+200-100*2/5)

Technology and Tools used:

  • Selenium Webdriver
  • Appium
  • Intellij
  • Android Studio
  • Appium Inspector
  • Gradle
  • Java

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

Prerequisites:

  • Android Studio latest version must be installed
  • Appium Inspector must be installed
  • jdk 8 or 11 must be installed
  • Configure ANDROID_HOME, JAVA_HOME and GRADLE_HOME
  • Start appium server

Gradle Report:

image

Allure Reports:

image image image

Video Output:

2023-03-03.10-50-33.mp4