-
Notifications
You must be signed in to change notification settings - Fork 0
Tests
Test Case 1
Open the app then press the quit button.
Result:
the app closes
Test Case 2
Open the app then press start.
Result:
you will be brought to the first question
Continue on to test case 3
Test Case 3
Play the game trying to get as many questions right as possible (more than half of them). Count how many you got right and check that the numbers in the corner are increasing by 1 each time.
Result:
After 10 questions you will be brought to the score page. Make sure your score /10 is equal to the number of correct answers you counted. The answer page should congratulate you if you have a score of 6 or more.
Press the Continue button to continue to test case 4
Test Case 4
After having played a game, you are back at the main menu and press the quit button
Result:
the app should close gracefully
Test Case 5
Open the app, press the start button, play the game and this time try to get as many questions wrong as possible. This time you are looking for the same question appearing twice in the correct answer always appearing in the first position since these should both not happen.
Result:
the score page will show you your score and should display the message better luck next time. Continue to the next text case by pressing a new button
Test Case 6
Play another game
Result:
Shows that you can play two games in a row without shutting the app off in between and that the questions will not all be identical between games.