Testing Concepts interview questions — Hard

125 hard-level Testing Concepts questions from our Manual Testing bank, each with the correct answer and an explanation of why it is correct.

This topic slice is available to practise but is not yet part of our indexed set.

What this covers

Testing Concepts appears throughout Manual Testing interviews. At hard level, interviewers are typically checking depth under pressure — edge cases, failure modes, performance characteristics, and the trade-offs you accepted. Work through these, then explain your answer out loud; the second part is what interviews actually test.

4 example questions

  1. 1. Regarding Concepts, which of the following is a false statement?

    • A. The pesticide paradox says repeating the same tests stops finding new defects.
    • B. Early testing (shift-left) finds defects when they are cheapest to fix.
    • C. Testing is context dependent: a medical device and a game demand different rigor.
    • D. Quality assurance and quality control are the same role by definition.correct

    Why: The selected statement is false. The other options are accurate statements about Concepts.

  2. 2. Which statement about Concepts is NOT correct?

    • A. Static testing examines artifacts without execution: reviews, walkthroughs, inspections, static analysis.
    • B. Quality assurance is process-oriented prevention; quality control is product-oriented detection.
    • C. Independence in testing increases objectivity in finding defects.
    • D. Defects are always spread perfectly evenly across all modules.correct

    Why: The selected statement is false. The other options are accurate statements about Concepts.

  3. 3. Which of the following statements about Concepts is FALSE?

    • A. Static testing examines artifacts without execution: reviews, walkthroughs, inspections, static analysis.
    • B. Static testing requires executing the compiled application.correct
    • C. The pesticide paradox says repeating the same tests stops finding new defects.
    • D. Testing is context dependent: a medical device and a game demand different rigor.

    Why: The selected statement is false. The other options are accurate statements about Concepts.

  4. 4. Identify the INCORRECT statement about Concepts:

    • A. Defect clustering observes that a small number of modules contain most defects.
    • B. Quality assurance is process-oriented prevention; quality control is product-oriented detection.
    • C. Testing is context dependent: a medical device and a game demand different rigor.
    • D. Static testing requires executing the compiled application.correct

    Why: The selected statement is false. The other options are accurate statements about Concepts.

Related Manual Testing topics