| Question | Answer | % Correct |
|---|---|---|
| error found by tester | bug | 80%
|
| human mistake | error | 80%
|
| incorrect process | fault | 40%
|
| dev team error | defect | 20%
|
| ^ when triggered during execution | failure | 20%
|
| testing to ensure existing code still works after new adds | regression testing | 20%
|
| Testing at every phase | early testing | 0%
|
| Objective of testing | ensure quality | 0%
|
| Objective of testing | meet reqs | 0%
|
| Same test case wont work all the time in different versions | pestiside paradox | 0%
|
| Objective of testing | prevent defect | 0%
|
| black box types | regression system acceptance | 0%
|
| white box types | statement condition branch coverage | 0%
|
| Features of test cases | traceability reusability coverage | 0%
|
| testing levels (from base to top) | unit integration system acceptance | 0%
|