Where it is found, how it is generated and an example.
Configuration Trigger - Pre-Game/In Game regions,
How it is generated,
A defect could be triggered because of the games settings
Example,
The defect could happen due to the system you play the game on. E.g. Xbox, PS4, PC, the operating system that you use, the games version, your monitors resolution or the setup language.
Start-up Trigger - Game Start region,
How it is generated,
The defect is triggered in the start-up of a game. This is where all the necessary data is being loaded.
Example,
Happens when loading the game due to the amount of information needed to be loaded.
Exception Trigger - Pre-Game, Game Start, In Game or Post-Game regions,
How it is generated,
The defect is triggered when something exceptional happens. Often dealt with by messages appearing on screen.
Example,
This defect could happen due to incorrect version of the game, internet disconnection, Post Game and high score not appearing.
Stress Trigger - In Game region,
How it is generated,
Caused by the game being in a ‘stressful’ situation. The game must deal with other issues which could be external or internal factors.
Example,
This defect could happen due to low memory space, virus scanning taking place or internet speed drops.
Normal Trigger - In Game region,
How it is generated,
This is the most common type of trigger and occurs when the game is playing normally.
Example,
These happen when the player is playing the game due a range of different things but these are too big of a problem and won't stop you from playing the game.
Restart Trigger - Game Start, In Game or Post Game regions,
How it is generated,
The defect is triggered by restarting the game.
Example,
Maybe a new update is required and it closes the application die to this.