Game testing quiz questions
Graphical models representing game behaviors from the developer's perspective.
(the Quiz says its true tho) False, Graphical models representing game behaviors from the player's perspective
Critical-S1
Application crash, Loss of data.
Configuration A Startup B Exception C Stress D Normal E Restart F
remove first Prevented Fastest expected reject
The game hasn't crashed, but parts of the game world have disappeared, and the player cannot play the game.
severe bug
Why do we create bug reports
to get bugs fixed
In a single player game, there is a gap between the area of the text and the edge of the screen
trivial bug
how do you write a bug report
Complete and concise, report immediately, use technical terms
Trivial-S4
Some UI enhancements.
Calculate: Number of test run per day
13
Calculate: Blocked test case (put the number without %)
14
Combinatorial Testing
This is a method of experimental design that is used for commercial software testing and to generate test cases
Calculate: Passed test cases (put the number without %)
46
Agile Testing
A method of software testing that follows the principles of agile software development.
Ad Hoc Testing
A method of software testing without any planning and documentation.
Simulator
A software that helps your computer run certain programs built for a different operating system
Emulator
A software that mimics the hardware and software of target device on your computer
A: Abort Switch B: Activated C: Indicator Red Reset Countdown D: Arrow
A: Flow Identifier B: Event C: Action D: Flow
This testing is a kind of test, conducted without the knowledge of the inner workings of the product
Black box
To answer this question, read "QA and more information" lecture. What do need to right in your bug report:
Bug category Name of the bug Bug severity
ad hoc testing
This is quite an unplanned testing method generally used to break down the system. Testers randomly test the app without test cases or any documents.
Scenario Testing
This kind of testing requires pre-prepared test scripts — sets of test cases.
who can assign/change priority in a bug report
Development/Project Manager
Real device
Device allows you to run your mobile applications and checks its functionality
Functionality Testing
This literally means the method to identify bugs or errors in a game that may affect the user-experience.
In Game Testing, what does ET stand for?
Exploratory Testing
To answer this question, read "QA and more information" lecture. Bugs have similar sizes and shapes.
False Bugs come in many shapes and sizes
Length of functions in programming should be long.
False Lengthy functions are very difficult to understand. That's why functions should be small enough to carry out small work.
There are two main types of software testing, functional and non-functional.
Functional Testing- This aspect focuses on the practical use of software, from the point of view of the user: its features, performance, ease of use, absence of defects. Nun-Functional Testing- This includes the code maintainability, understandability, efficiency, and security.
Black Box: Levels Applicable To
Generally, independent software testers Mainly applicable to higher levels of testing like acceptance testing and system testing
White Box Testing:
Generally, software developers Mainly applicable to lower level of testing like unit testing and integration testing A software testing method in which the internal structure/design of the item being tested is known to the tester
Bartle's Taxonomy of Player Types: Killers
Interested in IMPOSING themselves on others ; Primary Pleasure: COMPETITION and DESTRUCTION ; Interested in ACTING on PLAYERS
Bartle's Taxonomy of Player Types: Socializers
Interested in RELATIONSHIPS with other People ; Primary Pleasure: FELLOWSHIP ; Interested in INTERACTING with PLAYERS
Functional testing
Its purpose is to identify and test all possible user behavioral scenarios .
Major-S2
Major loss of function
What are some bug tracking tools
Mantis and DevTrack
In a game you are able to pick an object up and use it but part of the object is missing, or you can see through it
Minor bug
Minor-S3
Minor loss of function
Blocker-1
No further testing work can be done.
Can testers participate in a usability test cycle multiple times?
No, because the customer would get similar answers from the same testers
Put the steps of Life Cycle of a Build in correct order.
Plan and Design the Test Prepare for Testing Perform the test Report the Results Repair the bug Return to step 1 and retest
Security testing
Purpose is to check for loopholes in the code that dishonest players (cheaters) can take advantage of.
who can assign/ change severity in a bug report
QA Tester
Enhancement-6
Request for a new feature or some enhancement in the existing one
TFD in game testing stands for:
Test Flow Diagram
Usability
The purpose is UI/UX optimization within the framework of constant use and an objective assessment of convenience and readability/readability.
compatibility testing
This is used to find whether a game is functioning properly or not with respect to the hardware, graphics and software configuration that the device is built with.
Why do companies do usability testing?
To avoid poor user experience and keep them on their page
You have to speak out loud everything that comes to your mind in the video recording because the tester needs to know your thoughts, feelings, and motivations behind your actions.
True
The names of the function should be written in camel case starting with small letters.
True This is one rule in coding standard.
Exploratory Testing
Unlike scripted testing, it doesn't restrict the tester to a predefined set of instructions.
What is the difference between usability and user experience?
Usability is the ease of use of a website, while user experience measures the emotional response to a website
Bartle's Taxonomy of Player Types: Explorers
Want to know the BREADTH of the Game ; Primary Pleasure: DISCOVERY ; Interested in INTERACTING with the WORLD
What is the rule of WWW?
What happened and Where under Which circumstances
The testing is a kind of test deals with architectural and systematic aspects of the mobile game
White box
Load Testing
a type of performance testing to determine the performance of a system under real-time loads.
You just start playing League of Legends and put the game on full screen mode, then the game never opens anymore
block bug
What is a bugs life cycle
bug found, bug reported, assigned to a developer, fixed, verified by tester, closed
In a mobile game, the game freezes after tapping on the screen a lot of times
crash bug
Severity
how austere a bug is Realizing the Severity of a bug is critical from risk assessment and management point of view.
Priority
how quickly a bug should be fixed Bug priority indicates the sense of urgency for dealing with a
Regression testing
is done to retest the unchanged parts of the software.
Play testing
is the method of game testing by playing the game to analyse non-functional features like fun factors, difficulty levels, balance, etc.
Performance testing
its purpose is to determine how does the product influence the gadget, whether there are problems with optimization or not.
In a racing game, the map is not saved when you press the power button and return to the game
major bug