Versions Compared

Key

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

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

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

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

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

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