Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 515 Bytes

File metadata and controls

20 lines (11 loc) · 515 Bytes

Uptake Interview Coding Exercise

This is a coding exercise for Uptake interview process.

Using Page Object Model, this project:

  1. Starts Webdriver

  2. Navigates to Uptake homepage

  3. Verifies that destination page title matches expected page title

  4. Clicks solution button and navigates to solution page

  5. Verifies that destination page title matches expected page title

  6. Clicks Uptake logo and navigates to homepage

  7. Verifies that destination page URL matches expected page URL

  8. Ends Webdriver