Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.13 KB

Readme.md

File metadata and controls

37 lines (22 loc) · 1.13 KB

Web Automation Testing with Java and Selenium

  • Main Objective is to test android app using java, Slenium ,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