Podcast
Questions and Answers
What is a crash?
What is a crash?
What is the term used to describe a long error in the game’s programming that causes the application to freeze indefinitely?
What is the term used to describe a long error in the game’s programming that causes the application to freeze indefinitely?
What term is used to describe when assets, usually the player, can pass through set areas?
What term is used to describe when assets, usually the player, can pass through set areas?
What type of collision issue occurs when a model isn’t visible and prevents the player model from passing through something it should be able to?
What type of collision issue occurs when a model isn’t visible and prevents the player model from passing through something it should be able to?
Signup and view all the answers
What should testers do when they find bugs while using debug?
What should testers do when they find bugs while using debug?
Signup and view all the answers
What is the minimum frames per second (FPS) rate required for smooth application performance?
What is the minimum frames per second (FPS) rate required for smooth application performance?
Signup and view all the answers
Which type of testing involves pushing the game to its limits to ensure maximum stability?
Which type of testing involves pushing the game to its limits to ensure maximum stability?
Signup and view all the answers
A 'crash' is when the application is abruptly terminated by the operating system.
A 'crash' is when the application is abruptly terminated by the operating system.
Signup and view all the answers
Destructive testing involves actions such as button mashing, pulling out ethernet cables, and rapidly restarting checkpoints.
Destructive testing involves actions such as button mashing, pulling out ethernet cables, and rapidly restarting checkpoints.
Signup and view all the answers
The minimum framerate required for VR titles is 60fps.
The minimum framerate required for VR titles is 60fps.
Signup and view all the answers
In destructive testing, some clients may reject bugs that they consider to be too destructive.
In destructive testing, some clients may reject bugs that they consider to be too destructive.
Signup and view all the answers
Soak testing involves leaving the console on for a short period of time.
Soak testing involves leaving the console on for a short period of time.
Signup and view all the answers
Crashes are considered a low priority issue in game testing.
Crashes are considered a low priority issue in game testing.
Signup and view all the answers
Invisible collision occurs when your player model passes through something it shouldn’t.
Invisible collision occurs when your player model passes through something it shouldn’t.
Signup and view all the answers
A blocker bug prevents any kind of advancement in the game and is classified as a low priority issue.
A blocker bug prevents any kind of advancement in the game and is classified as a low priority issue.
Signup and view all the answers
A lack of collision occurs when something passes through something it shouldn’t.
A lack of collision occurs when something passes through something it shouldn’t.
Signup and view all the answers
Match the game issue with its description:
Match the game issue with its description:
Signup and view all the answers
Match the type of collision issue with its description:
Match the type of collision issue with its description:
Signup and view all the answers
Match the gameplay issue with its description:
Match the gameplay issue with its description:
Signup and view all the answers
Match the following testcase status options with their meanings:
Match the following testcase status options with their meanings:
Signup and view all the answers
Match the following testing type with its description:
Match the following testing type with its description:
Signup and view all the answers
Match the following bug types with their descriptions:
Match the following bug types with their descriptions:
Signup and view all the answers
Match the following testing tasks with their purposes:
Match the following testing tasks with their purposes:
Signup and view all the answers