Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 635 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 635 Bytes

Reusable Automation Framework For Testing Mobile Apps

Initial Setup:

  • Install and configure JDK
  • Install and configure Maven
  • Setup your IDE (Preferably IntelliJ IDEA)
  • Import cloned repository as project
  • Add your test case classes under testcases package
  • Add your test data and run mode settings to TestData.xslx file
  • Update testng.xml file for test classes
  • Simply run mvn clean install command to run your test cases