Requirement Traceability:
Requirement
5
Purpose:
Verify that the user can end
the current single player game.
Procedure:
1. Follow the actions below.
Test
Data:
|
Action |
Input |
Expected Output |
|
Start Sokoban game |
|
The program will begin
with the opening graphics sequence and display the main menu. |
|
Click on the New Solo Game
button |
|
The solo game begins on
the first level with “Level 1” displayed in the Level Name field on
the right side of the application window.
The level has one crate and one incinerator. Score, Moves, Pushes, and Crates
Incinerated are all set to 0. The
timer is continually counting upward. |
|
Push
the Up arrow twice |
|
The Moves field
reads 2. |
|
Push the
Right arrow twice |
|
The Moves field
reads 4. |
|
Press the End Game button |
|
The user is returned to the main menu screen. |