TestCafe git repos

For each repo create your own repos first

  1. Create a new repo on your github account. A possible name might be “find-highest-number-tests”

  2. Using git bash navigate to the /c/work folder

  3. Clone this project down using this command git clone

  4. Change the remote location to your repo using the command git remote set-url origin <remote_url> (where <remote_url> is the url of your new repo)

  5. In Visual Studio Code open the folder new-folder

Description

Git Repo

Tests To Think About

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