Free ISTQB Test Analyst Prep Practice Test PDF
Download a free ISTQB Test Analyst Prep practice test PDF with 30 questions, answers and explanations, then continue with online mock exams.
Free ISTQB Test Analyst Prep PDF with 30 questions
Print it, save it, or use it as a quick cram sheet before taking a timed mock exam.
Download PDF
The PDF includes 30 ISTQB Test Analyst Prep questions with answers and explanations.
Try ISTQB Test Analyst Prep questions now
Q1Which white-box test technique focuses on ensuring that each executable statement in the code is executed at least once during testing?
Show answer
✓ Correct answer: Statement testing
Statement testing (also called statement coverage) aims to ensure each executable statement in the code is executed at least once during testing. It's the most basic form of white-box testing coverage.
Q2Which of the following coverage levels provides the strongest logical test coverage?
Show answer
✓ Correct answer: Modified condition/decision coverage (MC/DC)
Modified condition/decision coverage (MC/DC) requires that each condition in a decision independently affects the outcome of the decision, making it stronger than the other options in detecting logical defects.
Q3In the context of white-box testing, what is the main advantage of decision testing over statement testing?
Show answer
✓ Correct answer: It ensures all branches or decision outcomes are tested
Decision testing ensures that all branches or decision outcomes are tested, which provides better test coverage than statement testing by ensuring that both true and false paths in conditions are executed.
Q4A team is using multiple condition testing on a complex financial application. What is this technique primarily designed to evaluate?
Show answer
✓ Correct answer: All possible combinations of condition outcomes within a decision
Multiple condition testing evaluates all possible combinations of condition outcomes within a decision, making it especially useful for testing complex logical expressions where each combination could lead to different behavior.
Q5Which metric would a technical test analyst use to measure decision coverage in a codebase?
Show answer
✓ Correct answer: Percentage of decision outcomes exercised by tests
Decision coverage is measured by calculating the percentage of decision outcomes that have been exercised by test cases, determining how many of the possible true/false paths have been tested.
Q6Which white-box technique would be MOST appropriate for testing critical aerospace software where safety is the primary concern?
Show answer
✓ Correct answer: Modified condition/decision coverage (MC/DC)
Modified condition/decision coverage (MC/DC) is often required for safety-critical systems like aerospace software because it ensures each condition in a decision independently affects the outcome, providing thorough testing of complex logical expressions.
Full ISTQB Test Analyst Prep bank + unlimited mocks
Try 30 questions free. Unlock the complete ISTQB Test Analyst Prep question bank, every explanation, and unlimited timed mock exams. Practice on any device.
Unlock ISTQB Test Analyst Prep →