This project demonstrates mobile automation testing using Java, Maven, and Appium for both Android and iOS platforms.
- Automated login test for a mobile application
- Supports both Android and iOS devices/emulators
- Uses Appium and Selenium WebDriver
- Java 11 or higher
- Maven 3.x
- Appium server
- Android/iOS emulator or real device
- Properly configured Appium drivers
src/main/java/anh_edu/Main.java: Main entry point for running testsdriver/DriverFactory.java: Provides Appium driver instances
- Start the Appium server.
- Configure your device/emulator.
- Build the project:
mvn clean install