Module 6: Bug Types Flashcards

1
Q

What is an AI type bug? Example?

A

Affects artificial intelligence. (NPCs repeatedly walking into walls)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Camera type bug? Example?

A

Affects all camera issues (Obstructing user view, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Collision type bug? Example?

A

Includes incorrect or mission collision of objects within an environment. (Characters passing through solid objects) and boundaries of the environment. (Falling through levels)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Consumer/Ratings type bug? Example?

A

Violates ESRB ratings (M content in an E rated title)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a Crash/Hang type bug? Example?

A

Crashes the application (Requires a restart/quit) Typically Class A bug.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Dialogue type bug? Example?

A

Affects dialogue, non-music related issues only (Character’s dialogue cuts out in the middle of a conversation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Disk/Save Content Information type bug? Example?

A

Affects saved game data (Cannot save, or Saved but cannot retrieve save file)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Frame Rate type bug? Example?

A

Affects the frame rate (Lag issues)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Functionality type bug? Example?

A

Any issue when basic actions/functions are not working as intended. (Pushing R1 was supposed to trigger a cut scene, but doing so did nothing.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Game Controls type bug? Example?

A

Affects any menus and functionality inside gameplay. (Character does not jump when pushing the appropriate button)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a Gameplay type bug? Example?

A

Any issue when the user manipulates the game to malfunction (An object is moved by the user and this prevents the game from continuing) or (The game is too difficult in EASY mode)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Graphics type bug? Example?

A

Includes video/graphic corruption, sorting issues, particle effects, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a Music type bug? Example?

A

Affects music issues only. (Transition, cut off, skip or drop out, volume changes/inconsistencies, looping effects, jukebox, etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a Network type bug? Example?

A

Affects network aspects of the title (chat, game joins, and login errors).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a Peripherals type bug? Example?

A

Affects functionality of supported controls/peripherals (Like the MOVE controller doesn’t work in a certain mode when it is supposed to.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Saving/Loading Implementation type bug?

A

Affects game saves/game loads.

17
Q

What is a Sound Effects type bug?

A

Affects sound effects (non-music related issues only)

18
Q

What is a Text type bug?

A

Includes wrong, misspelled, missing or grammatically incorrect text; includes texts that exceeds text boxes. Most often designated as B Class bugs.

19
Q

If a BUG seems to cover multiple types, what should you do?

A

Ask a SQAT

20
Q

What is the difference between Gameplay and Functionality bugs?

A

Gameplay bugs are those where the user plays and manipulates a game which results in discovering a design flaw. An UNEXPECTED result.
A Functionality bug is one where the user does something EXPECTED and it does not work.