Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.13 KB

TESTING.md

File metadata and controls

20 lines (18 loc) · 1.13 KB

Testing

Assuming was started correctly, when implementing changes, here is an end-to-end test-case for assessing whether everything works:

  1. Go to home page. The web page should load.
  2. Go to the courses page. The web page should load and show 5 courses.
  3. Go to the registration page. The web page should load with a form.
  4. Fill in the form with some data, and hit "Register Now". You should be redirected to the home page.
  5. Go to the login page. The web page should load with a login form.
  6. Fill in the form with the data from earlier, and hit "Login". You should be redirected to the home page. You should also see the Register and Login navigation buttons have disappeared.
  7. Go to the courses page and click "Enroll" for a course. You should be redirected to the the enrollment page.
  8. Click the Logout navigation button and you should be logged out.