AppiumTestAutomation

This is implementation of PageFactory framework with Appium for Android device.

Current framework provide basic implementation of PageFactory frame and demostrated on native android application.

The same implementation for mobile sites and Hybrid apps will be covered later.

Prerequisite

  1. Android SDK
  2. Appium
  3. Maven (For managing dependencies)
  4. Eclipse

Installation

  1. Install from git
  2. Run "mvn clean install" from project directory
  3. Run as testNG from eclipse

Integration with Jenkins

To be done