
II · The Starlight Lab
QA and testing trivia questions
QA and testing trivia
Try 20 QA and testing trivia questions one at a time, no sign-in needed. Harder questions and review of what you missed continue in the LoreUp app.
- Which test quickly runs over the core features right after a release to see that nothing is badly broken?QA and testing
- Which test checks that several modules fit together properly once they are joined?QA and testing
- Which test checks that working features have not broken after a fix?QA and testing
- What do we call the document setting out the condition to test, the steps to run, and the expected result?QA and testing
- What must always be written down alongside a defect you have found?QA and testing
- What is QA mainly responsible for?QA and testing
- Which value says how much damage a defect does to the service?QA and testing
- Which test takes one small piece, such as a function or a class, and checks it in isolation?QA and testing
- Which test walks the whole path from screen to server, the way a real user would?QA and testing
- Which way of testing checks a system through inputs and outputs alone, without looking at the internals?QA and testing
- Black box testing checks a system through its inputs and outputs alone, without looking at the internals.QA and testing
- The severity and the priority of a defect are always given the same value.QA and testing
- A smoke test is the most thorough test of all, covering every feature without a gap.QA and testing
- A bug report should carry the steps that let someone else run into the problem again.QA and testing
- A test case says what result should come out when you do a given thing under a given condition.QA and testing
- QA's job is not to find defects but to fix the code on the developer's behalf.QA and testing
- A regression test checks that working features have not broken after something was fixed.QA and testing
- Test enough and you can prove that software has no defects at all.QA and testing
- An E2E test is always faster and lighter than a unit test.QA and testing
- A unit test takes one small piece, such as a function or a class, and checks it in isolation.QA and testing