Skip to content

DineshAtom/CrossPlatFormTestAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossPlatFormTestAutomation

Framework for Cross Platform Test Automation Using TestNG, Maven, Java, Selenium, Appium

Pre-conditions

What you need

  1. Java JDK 11 installed and configured (with JAVA_HOME and PATH configured)
  2. IDE (to import this project using Maven)
  3. Android SDK (for Android execution | with ANDROID_HOME and PATH configured)
  4. Appium installed through npm

Android specific

Configurations

To execute the examples over the Android platform you'll need:

  • Android SDK
  • Updated Build Tools, Platform Tools and, at least, one System Image (Android Version)
  • Configure Android Path on your environment variables
    • ANDROID_HOME: root android sdk directory
    • PATH: ANDROID_HOME + the following paths = platform-tools, tools, tools/bin
Inspect elements on Android

You can use the uiautomatorviewer to inspect elements on Android devices. or you can use Appium Desktop

About

Framework for Generic Cross Platform Test Automation Using TestNG, Maven, Java, Selenium, Appium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors