Skip to content

shikshalokam/Test-Automation-Mobile-app

Repository files navigation

Mobile Automation Testing with Java and Appium

  • Main Objective is to test android app using java, appium ,TestNg

Getting Started

Running Examples in Local

  • Download the zip or clone the Git repository.
  • Unzip the zip file (if you downloaded one).
  • Open Command Prompt and Change directory (cd) to folder containing pom.xml(enter below mvn command)
  • mvn clean test
  • Open Eclipse
    • File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip
    • Select the right project
  • Right Click testng.xml file and Run as Java TestNG

Remote URL

-need to be added

MVN Command to run in Local (Physical device needs to be connected or an Emulator)

mvn clean test -Psmoke -DMode=local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published