| Test Data/Input | Purpose | Expected Result |
| Enter “Desmond” as player name | To test whether the program takes the input and returns it later on in the program | When the program is explaining things it will use the player name so that the player feels like the program is actually talking to them.
And when NPC’s or enemys are encountered they call you by your player name. |
| Test with 0 Health | To test the end game screen and whether the game loop exits properly | When the player dies they are presented with an endgame screen |
| Enter over 10 items into the inventory | To test if the scrolling in the inventory section works and how the program handles multiple items | A scroll bar should automatically appear, allowing the player to scroll to reveal other items. And the inventory system should continue to work as normal. |