What is Rule 2? | ||
Identify each of the following as Judger (J) or Perceiver (P) behaviors:
| ||
Which of the following is an appropriately detailed defect title?
| ||
Which of the following should be in the defect description?
| ||
Your first assignment for Gamecorp is testing a first-person shooter game. Your character, a cyborg wearing heavy armor , is on the second level carrying a knife and ammo for the megazooka weapon. You find an empty megazooka, pick it up and try to fire it, but it doesn't shoot because it's reading 0 ammo. You know from your project meetings that the weapon is supposed to automatically load any ammo you are carrying for it. What are some things you should do to "amplify" this defect? | ||
What are some of the kinds of problems you might find by running the step-by-step test example from the "Playing Games" section of this chapter? | ||
Rewrite the step-by-step test in outline form. What are some advantages of doing this? What are some disadvantages? |
Answers
Trust no one. | |
a-J, b-P, c-J, d-P | |
c | |
e | |
Check if the megazooka ammo is still in your inventory and if anything else you were carrying is gone. Check if this problem occurs on other levels, with other character types, and while wearing other armor. Check if this occurs when you are not carrying a weapon other than the knife, and with no weapon at all ‚ just the megazooka ammo. Check if this bug occurs when the ammo is in different inventory slots. Drop the megazooka and pick it up again while you still have the ammo to see if it still reads ammo . Try manually reloading the megazooka. Try picking up more megazooka ammo while you are using the empty megazooka. Get two megazooka ammo packs and then pick up the empty megazooka. | |
Some potential problems are: Male Scoundrel picture or title might not get highlighted at the appropriate time, wrong picture could be shown for Male Scoundrel, scoundrel description might be wrong or contain an error, scoundrel description might not get shown at the right time, X or Y buttons could affect the selection or display of the scoundrel, right analog stick could affect the selection or display of the scoundrel , X or Y buttons could affect the subsequent operation of the B (back) button, right analog stick could affect the subsequent operation of the B button. | |
Outline Test:
|