Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam ISTQB-CTFL Topic 1 Question 338 Discussion

Actual exam question for ISTQB's ISTQB-CTFL exam
Question #: 338
Topic #: 1
Which ONE of the following options MOST ACCURATELY describes branch testing?

Suggested Answer: C Vote an answer

Comprehensive and Detailed In-Depth Explanation:
Branch testing is a structural testing technique that ensures each branch (decision point) in the control flow is executed at least once. The goal is to measure branch coverage, which is the number of branches exercised divided by the total number of branches.
* (A) describes statement testing, not branch testing.
* (B) and (D) introduce confusion between decisions and statements, whereas branch testing focuses on control flow branches.
In simple terms, branch testing checks that all possible decision outcomes (true/false) are executed, whereas statement testing only ensures that each line of code is executed.
Reference: ISTQB CTFL v4.0 Syllabus, Section 4.3.2 - Branch Testing

by Cherry at May 08, 2026, 07:20 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.