nerdexam
BCS-ISEB

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…

Tool Support for Testing

Question

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 series of routers on the internet. In order to make the best decision on the route to take, the router: 1) Scans the destination address and matches it against rules set up in a configuration table. 2) Checks the performance of the primary connection to see if it is good enough to send the packet. If not, it seeks an alternative. Routers handle many millions of packets being sent at the same time. Packets can take the form of email messages, data files etc. When a software defect in a system has been found and fixed, which of the following activities should be undertaken next?

Options

  • Aa and b.
  • Bb and c.
  • Cc and d.
  • Dc and e.
  • Ea and b.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    63% (20)
  • C
    19% (6)
  • D
    6% (2)
  • E
    9% (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

#tool support#test automation#performance testing#test tools

Community Discussion

No community discussion yet for this question.

Full ISEB-SWTINT1 Practice