Test Table
Test ID | Test Scenario | Expected Result | Actual result | Fix |
Movement 1 | Pressing W to move forward | Character Moves Forward | The character moves forward when W is pressed | N/A |
Movement 2 | Pressing S to move backwards | Character Moves Backwards | The character moves backwards when S is pressed | N/A
|
Movement 3 | Pressing A to go left | Character Moves Left | The character moves left when A is pressed | N/A
|
Movement 4 | Pressing D to go right | Character Moves Right | The character moves right when D is pressed | N/A
|
Movement 5 | Pressing W+A to go diagonal | Character Moves Diagonal | The player moves diagonally when W&A is pressed | N/A
|
Movement 6 | Pressing W+D to go diagonal | Character Moves Diagonal | The player moves diagonally when W&D is pressed | N/A
|
Movement 7 | Pressing S+A to go diagonal | Character Moves Diagonal | The player moves diagonally when S&A is pressed | N/A
|
Movement 8 | Pressing S+D to go diagonal | Character Moves Diagonal | The player moves diagonally when S&D is pressed | N/A
|
Movement 9 | Pressing W+S to move | Character Moves | Character moves | N/A
|
Movement 10 | Character near object press E will pick up object | Pickup object | Character latched onto object but not picked up. | Change character collision |
Collisions on assets | Walk across platforms | Character able to walk on platforms | Character floats- Collision to high | Redo collisions on the platforms |
Death | Walk onto collision box | Character dies | Character dies | N/A |
Checkpoint spawn | Walk over checkpoint then die | Will spawn at checkpoint
| Character spawns at beginning | Change code to spawn at most recent checkpoint |
Pendulum swing | Walk to pendulum | When game starts pendulum continues to swing | Pendulum only swings to 90 degrees then stops | Switch the true and false around |
Ragdoll effect | Character spawn | Ragdoll | No effect was taken | Change intensity |
Falling platforms | When on collision box platform falls | Platform falls | Platform falls | N/A |
Camera shake | On collision box on platform camera will shake | Camera shakes | Camera stays still | Increase intensity |
Level transitions | Complete level and walk onto the teleport | Transition to next level | Transitioned to next level | N/A |
Items respawn | Throw item off level | Item will respawn with the set position | Item never respawned | Add destroy actor to the death box blueprint |
Main Menu button | Press button | Open main menu | Open main menu | N/A |
Quit button | Press quit button | Quit game | Quit game | N/A |
Resume button | Press resume button | Resume game | Resumed game | N/A |
Restart from checkpoint button | Press restart checkpoint button | Respawn at checkpoint | Respawned at checkpoint | N/A |
Open pause menu | Press ‘P’ Key | Opens pause menu and pauses game | Opens pause menu and pauses game | N/A |
Configure of custom curser | Load Menu | Widget displays curser | Cursor displays as a custom image | N/A |
Comments
Post a Comment