A Poor Software Engineer’s Guide to E2E Test Automation with Google Maps

A money-saving tip for Software Engineers in Test to manage a large number of tests hitting the web app that utilize Google Map’s API.

Courtney Zhan
4 min read6 days ago

--

Image credit: https://pixabay.com/vectors/money-idea-logo-icon-light-bulb-6880650/

Google Maps is commonly used in web apps. There are two typical usages of Google Maps:

  1. Detect the User’s current location

2. Validate a user entered address

I have written one article on how to drive Google Maps address validation in Selenium WebDriver, quite easy to do.

This article goes deeper, discuss automating Google Maps powered web apps in a scale, in short, saving money.

--

--