selenium_testing

This is a selenium exercise. The goal is to create two test.

Testing pic

Will be testing this site: 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.

To run test

  • Fork and clone the repository.
set webdriver
  • for safari you may need to enable the webdriver by entering this into your terminal.
safaridriver --enable

Run test by put this in your ternimal

node index.js

Here is a short video recaping and demonstrating.

Sources

Tools and frameworks used

  • Javascript
  • node.js
  • selenium