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 001
- Test Case Name:PLEX Build mode
- Component: Build Mode Game Engine component
- Test the Game Engine when in Build - multiplayer mode
- 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 displays game on the user’s display
c. Music Driver starts, plays and stops the music and sdjusts volume as required
d. Timeer sarts and re-sets the game timer
e. Dabase / Network driver
- 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
d. Timer sarts and re-sets the game timer
e. Database / Network driver
- Make sure that the game correctly handels user input.
- Make sure the game attaches to the server
- Make sure the tester can see the results of their input on the display.
This test will consider an 80% pass as successful
- Pre-Test Conditions:
- This test requires 5 PCs running Windows 98 connected to a Server that meets or exceeds the following: Intel Celeron 1300MHz server with a 256KB cache
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 |Timer |did the a time out oocur when not used for ten minutes | √|
| 9 |Database |Did the correct data load from the server witout errors | √|
| 10 |Enter correct key combinations |Does the display show the correct data | √|
| 11 |Enter incorrect key combinations |Did the game handle the error condition without crashing | √|
Overall Test Status:
This test passed wityh an 91% success. the test could not change the music volume only turn it on or off
Submitted bug report # 212 & 213 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 212 submitted|
| 3 | Oct 18, 2017| T. Womack| Figured out UI still cannot turn down music - failed this test, bug report 213 submitted|