Skip to content

Instantly share code, notes, and snippets.

View maxwellengineering's full-sized avatar

Maxwell Engineering maxwellengineering

View GitHub Profile
@maxwellengineering
maxwellengineering / qa_automation_exercise.md
Created February 15, 2023 03:05
QA Automation Coding Exercise

QA Automation Code Exercise

Create a smoke test to verify web page functionality

Using Selenium, Playwright, or any other open source automated testing framework, verify the demo account landing page at https://snap.modernemortgage.com/home/mobile-test

  • Test 1: The page displays an email address for the Lender.
  • Test 2: After clicking the "Apply Now" button, the resulting page displays the same email address as in Test 1.

Solution Expectations:

  • The test/tests you create can be run by someone from the Maxwell team. E.g. A script that can be run from the command line or another application that was used.
  • Provide a README with instructions on how to run the automated verification test.
  • The "output" should display the success or failure state of each test.