Developed a mobile automation testing framework for Google Maps Android application based on Java, Selenium and Appium. Completed as part of QA Automation Project Oriented Training in May 2023 (updated and uploaded August 2023).
1.findRouteTest.mp4
2.findImpossibleRouteTest.mp4
3.findAttractionsTest.mp4
- Clone Project
git clone https://github.com/alexandrucarata/google-maps-appium-testing.git
- Switch Branch
git checkout develop
- Run Test Suite
mvn clean test -DsuiteXmlFile="mapsTest.xml"
- Access Allure Report
allure serve target/allure-results