Testing Proceedures - how-predictable/how-predictable GitHub Wiki

#Manual Tests

Home Page Tests

  1. Load the home page. Expect to see: Login button, Title

  2. Click the login button. Expect to see: Redirected to Powershop's loign page

  3. Enter an invalid set of credentials. Expect to see: Powershop's login page with message of incorrect login

  4. Enter a valid set of credentials. Expect to see: Redirected to dashboard with a token

Dashboard tests.

  1. Login with user:X and pass:Y. Expect to see: A "Hey user:X!" welcome and some summaries.

  2. Scroll to graph. Expect to see: A graph of the users power age compared to temperature with dates as the x-axis