Skip to content

alexandrucarata/google-maps-appium-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Maps Mobile Automation Testing Framework

Table of Contents


Introduction

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).


Demo Videos

1.findRouteTest.mp4
2.findImpossibleRouteTest.mp4
3.findAttractionsTest.mp4

Tech Stack


Build Specification

  • 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