Edited online

kylienencetty 2024-01-27 02:51:00 +00:00
parent 5dbed2067e
commit 1ec312649d
1 changed files with 6 additions and 3 deletions

@ -19,7 +19,7 @@ In your plan, be sure to include the following:
----------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------
## **How will you test objects, levels, and games during the development cycle?** ## ## **How will you test objects, levels, and games during the development cycle?** ##
* All features will be tested throughout their development frequently. * All features will be tested throughout their development frequently.
* **Play Test:** Testing that will be done during the preproduction stage, before the release of the alpha (end of week 4). * **Play Test:** Testing that will be done during the preproduction stage, before the release of the alpha (end of week 4). (**Group Decision**)
* Categories of features to be tested are as follows: * Categories of features to be tested are as follows:
* Player Keybinds * Player Keybinds
* Jump Pads * Jump Pads
@ -32,7 +32,8 @@ In your plan, be sure to include the following:
* Scene * Scene
* HUD * HUD
* Crafting Station * Crafting Station
* **Demo:** Testing that will be done before the release of the beta (end of week 5). * These categories were made as a **Group Decision**.
* **Demo:** Testing that will be done before the release of the beta (end of week 5). (**Group Decision**)
* Categories of features to be tested are as follows: * Categories of features to be tested are as follows:
* Player Keybinds * Player Keybinds
* Acid Pools * Acid Pools
@ -47,11 +48,13 @@ In your plan, be sure to include the following:
* Projectiles * Projectiles
* Viruses * Viruses
* Health Damage * Health Damage
* **Code Release:** Testing that will be done before the final code release (end of week 6). * These categories were made as a **Group Decision**.
* **Code Release:** Testing that will be done before the final code release (end of week 6). (**Group Decision**)
* Categories of features to be tested are as follows: * Categories of features to be tested are as follows:
* Run all alpha tests again to ensure that bug fixes have not introduced new bugs. * Run all alpha tests again to ensure that bug fixes have not introduced new bugs.
* Run all beta tests again to ensure that bug fixes have not introduced new bugs. * Run all beta tests again to ensure that bug fixes have not introduced new bugs.
* Textures, Materials, and Models. * Textures, Materials, and Models.
* These categories were made as a **Group Decision**.
----------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------