Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 748 Bytes

File metadata and controls

21 lines (12 loc) · 748 Bytes

QA Automation Engineer Interview Task: Google Maps Automation

Task Description

This task is designed to assess your skills in QA automation using Java + Selenium + TestNG + Maven for testing Google Maps. You are required to perform the following steps:

  1. Open Google Maps Page: Navigate to Google Maps homepage.

  2. Find 3 Different Cities: Search and locate three different cities using the search functionality of Google Maps.

  3. Take Screenshots: Capture screenshots of each city's map view for verification.

  4. Add Assertions: Implement assertions to validate key elements or information on the Google Maps page.

How to Run the Test

To execute the test, follow these steps:

mvn clean test -Dheadless=true