ISEB-SWTINT1 · Question #58
Scenario 3 Data is transmitted over the internet as a series of packets. Each packet is sent to its destination via the best available route. The decision on the best available route is made by a…
The correct answer is B. b and c. The question is missing the definitions of items a–e, which is a formatting issue in how it was provided. However, based on standard ISTQB software testing principles, this is a classic question about the defect lifecycle. Why B (b and c) is correct: After a defect is fixed…
Question
Options
- Aa and b.
- Bb and c.
- Cc and d.
- Dc and e.
- Ea and b.
How the community answered
(32 responses)- A3% (1)
- B63% (20)
- C19% (6)
- D6% (2)
- E9% (3)
Explanation
The question is missing the definitions of items a–e, which is a formatting issue in how it was provided. However, based on standard ISTQB software testing principles, this is a classic question about the defect lifecycle.
Why B (b and c) is correct: After a defect is fixed, the two immediate next steps are confirmation testing (re-testing the specific fix to verify the defect is resolved) and regression testing (verifying the fix hasn't broken other parts of the system). Both must happen together - one without the other is incomplete practice.
Why the distractors are wrong:
- A / E ("a and b") - these are identical choices, which signals a trap. If the first item (a) is something like "raise a change request," that precedes the fix, not follows it.
- C ("c and d") - skips confirmation testing, jumping straight to regression and then some later activity like production release, which is premature.
- D ("c and e") - similarly skips the re-test of the actual defect, which must come before any downstream steps.
Memory tip: Remember "Fix → Confirm → Regress" in that order. You always confirm the fix worked first, then run regression to check for collateral damage. Think of it as: "Did we fix it? Did we break anything else?"
Note: The full list of sub-items (a–e) appears missing from this question. If you have the complete version, the same logic applies - look for the pair that maps to confirmation + regression testing.
Topics
Community Discussion
No community discussion yet for this question.