Skip to content

robintel/AppiumDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppiumDemo

##Testing Mobile App using Appium

##Objective

Intent of this project is to illustrate how Appium can be used to test mobile application Android and parallelise the test with multiple android devices connected.

##This project illustrate below concepts:

###Android App Tests This would precisely explain how to get started with Android App testing, write the first test and then the test suite management.

This java project has been created using IntelliJ IDea 13 Community Edition. POM File manages the dependency of Selenium (version 2.43.0). Project is using TestNG annotation. We have also bundled the respective mobile applications under the apps folder for ease.

##Steps:

  • Appium Set up - Before running the project you need to download and install Appium. Once this this done, do the android SDK set up as mentioned below.

  • Android SDK Set up - Download Android SDK, set up the path appropriately. Create virtual devices. Once the virtual devices are created, launch Appium and start the emulator accordingly.

  • Clone this repository

  • Open the solution

  • Rebuild

  • Run the test

For any help write us on nishant@testvagrant.com, sukesh@testvagrant.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.1%
  • Java 20.3%
  • CSS 0.6%