Skip to content

System Test Plan

Kacey Johnson edited this page Dec 10, 2022 · 1 revision

Testing Overview

  1. Open Visual Studio
  2. Change over into the resume-web app folder
  3. In the terminal, type "npm test"
  4. Go to this address int he browser: localhost:3000/resume and hit enter

Test Plan

Scenario 1 UC1

A user navigates to the home page to view the resume.

1. Test ID: viewResume
Preconditions
Steps: 
1. Navigate to 'localhost:3000/resume'

Expected Results: Resume is displayed as the homepage

Actual Results:
Clone this wiki locally