nerdexam
iSQI

CTAL-TTA_001 · Question #64

Part 7 "Test Process & Incident Management" The development manager asks you to identify suitable test coverage entry criteria for a component test. Which TWO of the following would you recommend as…

The correct answer is D. Code review completed E. Static analysis shows no major violations. D (Code review completed) and E (Static analysis shows no major violations) are correct because both represent quality gates that must be satisfied before dynamic testing begins - they verify that the code is in a state worth testing. Code reviews catch structural and logic…

Technical Test Analyst Tasks in the Test Process

Question

Part 7 "Test Process & Incident Management" The development manager asks you to identify suitable test coverage entry criteria for a component test. Which TWO of the following would you recommend as appropriate for entry criteria to a component testing phase? 2 credits [K3]

Options

  • A100% statement coverage
  • BNo critical outstanding defects
  • CTest log available
  • DCode review completed
  • EStatic analysis shows no major violations

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    18% (6)
  • D
    71% (24)

Explanation

D (Code review completed) and E (Static analysis shows no major violations) are correct because both represent quality gates that must be satisfied before dynamic testing begins - they verify that the code is in a state worth testing. Code reviews catch structural and logic issues early, while static analysis confirms the code meets baseline quality standards, ensuring component testing effort isn't wasted on fundamentally flawed code.

Why the distractors are wrong:

  • A (100% statement coverage) is an exit criterion - coverage is measured during testing, so it cannot exist before testing starts.
  • B (No critical outstanding defects) is also an exit criterion concept; at the start of component testing, there may be no defects logged yet, and it's more relevant to test completion gates.
  • C (Test log available) is impossible as an entry criterion - test logs are produced by testing, so they cannot exist before the test phase begins.

Memory tip: Ask yourself "Is this produced by testing, or does it happen before testing?" Entry criteria are pre-testing gates (review, analysis). Exit criteria are test outcomes (coverage achieved, defects fixed, logs written). If it requires running tests to produce it, it's an exit criterion.

Topics

#entry criteria#component testing#static analysis#code review

Community Discussion

No community discussion yet for this question.

Full CTAL-TTA_001 Practice