gytanzo / MusicalChairs

Music game app being developed for CSE442.
2 stars 1 forks source link

Allow buttons to be pressed to increase points #26

Closed TMGPH closed 3 years ago

TMGPH commented 3 years ago

Task Tests

Test 1 1) Visit the website "https://ubcse442-musicalchairs.herokuapp.com/" on a computer or phone 2) Select the "Play" button. 3) Select the "Game 1" button. 4) Select the "A. Musician" button. (For the purposes of this test, button A will represent the correct choice) 5) Verify that the score is now "1" upon selecting the button. 6) Select the "A. Musician" button 9 more times. 7) Verify that the score is now "10".

Task 2 1) Visit the website "https://ubcse442-musicalchairs.herokuapp.com/" on a computer or phone 2) Select the "Play" button. 3) Select the "Game 1" button. 4) Select the "A. Musician" button 10 times. (For the purposes of this test, button A will represent the correct choice) 5) Verify that the score is now "10". 6) Select the "A. Musician" button 1 more time. 7) Verify that the score is still "10".

TMGPH commented 3 years ago

Added another test case to account for the fact that the score should stop increasing after hitting the max question (there are no remaining questions).