Skip to content

NesmaM/AndroidAutomationTesting_TestScrolling-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AndroidAutomationTesting_ContactsApp
Android App testing using Appium, adb Android Studio

The app used in testing: https://github.com/appium-pro/TheApp/releases/tag/v1.12.0/
  - Install the app on the emulator and write this command at terminal on mac:
  adb shell dumpsys window displays| grep "mCurrentFocus"
  and for windows:
  adb shell dumpsys window | find “mCurrentFocus”
To get the appPackage and appActivity fro the DesiredCapabilities 

**Tools used:
Eclipse IDE
Android Studio (adb)
Appium server
Appium Locator
Building a framework on Eclipse IDE to connect to Android Studio virtual machine adb, through Appium server and used Appium Locator to inspect elements.

Releases

No releases published

Packages

 
 
 

Languages