Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Git Repo

Tests To Think About

Demonstrates the basic structure of a TestCafe test

git clone https://livingwater@bitbucket.org/living-water-js/testcafe-basics.git

NA

An empty project for Quicklab 03

git clone https://livingwater@bitbucket.org/living-water-js/testcafe-quicklab-03.git

NA

Relates to writing tests for Quicklab “Personal Details Tests”

git clone https://livingwater@bitbucket.org/living-water-js/testcafe-quicklab-practice.git

Test 1

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

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

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

Test 2

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

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

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

  4. Navigate to QA by clicking on the QA link

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