Selenium Task

Replay the TestCafe lab “quicklab practice” here

Create a new folder of the work folder and add these two html files to that folder.

Test 1 - git clone https://livingwater@bitbucket.org/living-water-js/selenium-basics.git

  1. Create a new .py file (call it whatever your like)

  2. Verify that if an expression is entered into first-name and last-name, the first letter of each word capitalized

  3. Verify that when the form is loaded the age label is empty

  4. Verify that if a date is applied to the date picker, the age label shows the correct age

Test 2

  1. Create a new .py file (call it whatever your like)

  2. Navigate to BBC News by clicking on the BBC link

  3. Verify you have moved away and are at the BBC News site

  4. Navigate back to the where you started (home), verify you are back home

  5. Navigate to QA by clicking on the QA link

  6. Verify you have moved away and are at the QA site