Skip to content

TesterBaku/AppiumBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppiumBasics

Mobile UI automation practice with Appium and Java — covering the fundamentals I use when picking up a new mobile project.

What's inside

  • Driver setup for Android (UiAutomator2)
  • Locator strategies for native and hybrid apps
  • Touch actions: tap, swipe, scroll
  • Wait strategies and synchronization
  • Example tests against a sample Android app

Stack

Java · Appium · Selenium · Android · TestNG · Maven

Getting started

Prereqs: Java, Maven, Node.js, Android SDK with an emulator or device, Appium server.

# Start Appium server
appium

# In another shell:
mvn clean test

Update Appium capabilities in the test setup with your device / app paths before running.

Why this repo

A focused warm-up for mobile UI automation rather than a full framework. Useful when refreshing Appium fundamentals.

About

QA — Mobile (Android) UI automation with Appium + Java + TestNG.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages