Welcome to the Old Man's Homepage
Feel free to bookmark if you have reached terminal boardom.
Project maintained by twomack3
Hosted on GitHub Pages — Theme by mattgraham
Test Case
Test Details
- Test Case ID: PLEX 002
- Test Case Name:PLEX Story mode
- Component: Build Mode Game Engine component
- Test the Game Engine when in Story - single mode - no server
- Test Case Designer:
- Creation Date:
- Modified By:
- Modified Date:
- Requirements Covered:
- First thing to occur when game/application started
- Only the game engine can write to the main buffer
- Game engine will initialize all drivers necessary for user input
a. Menu Driver - loads the correct menus at the appropriate time
b. Graphics Driver displayes game on the user’s display
c. Music Driver starts, plays and stops the music and sdjusts volume as required
- Game engine will handle all user input
- Game engine will establish the required connection to the game server
- Game engine update the user’s display as required
- Test Description/Purpose:
- The tester perform the following steps/tests for each of the following OS: Windows 98
- Start the the application by starting/opening the installed executable file.
- Using a command/batch file attempt to write into the gaming files
- Test the game drivers
a. Menu Drive the correct menu when asked
b. Graphics Driver displayes game on the user’s display
c. Music Driver starts, plays and stops the music and sdjusts volume as required
- Make sure that the game correctly handels user input.
- Make sure the tester can see the results of their input on the display.
- Make suer user can save and play saved game
This test will consider an 80% pass as successful
- Pre-Test Conditions:
- This test requires one PC running Windows 98
Test Steps:
| # | Description | Expected Result | Check (√) |
| — | — | — | — |
| 1 |Double Click the PLEX icon| Game started without errors, lockup or unintended exit | √|
| 2 |Run batch file to write into game file |Attempt should give an error and not write | √|
| 3 |Select the menus |verify selected menu loads correctly | √|
| 4 |Graphics |Does the display have the correct colors, fonts and resolution |√ |
| 5 |Turn off and on the music |The usic turns off and on as desired | √|
| 6 |Change the music volume|Volume changed as expected| failed |
| 7 |Test the display |Does the game display correctly | √|
| 8 |Enter correct key combinations |Does the display show the correct data | √|
| 9 |Enter incorrect key combinations |Did the game handle the error condition without crashing | √|
| 10 |Save the game|Able to save teh game and restart saved game| √ |
Overall Test Status:
This test passed wityh an 90% success. the test could not change the music volume only turn it on or off
Submitted bug report # 312 & 313 submmitted on this problem Unable to turn off music
Submitted suggestion on UI redesign for Music controls too confusing for tester
Run History:
| # | Run Date | Run By | Results |
| — | — | — | — |
| 1 | Oct 17, 2017 | T. Womack| Unable to turn off music or turn down music|
| 2 | Oct 17, 2017 | I. Testsalot | Cannot turn down music - failed this test, bug report 215 submitted|
| 3 | Oct 18, 2017| T. Womack| Figured out UI still cannot turn down music - failed this test, bug report 216 submitted|