56.4k views
5 votes
You are performing system testing of a train reservation system. Based on the test cases performed, you have noticed that the system occasionally reports that no trains are available,although this should be the case. You have provided the developers with a summary of the defect and the version of the tested system. They recognize the urgency of the defect and are now waiting for you to provide further details.

In addition to the information already provided, the following additional information is given:
1. Degree of impact (severity) of the defect
2. Identification of the test object
3. Details of the test environment
4. Urgency/priority to fix
5. Actual results
6. Reference to test case specification
Which of this additional information is most useful to include in the defect report?
A. 1, 2, 6
B. 1, 4, 5, 6
C. 2, 3, 4, 5
D. 3, 5, 6

1 Answer

6 votes

Final answer:

Option B). The most useful information to include in the defect report is the severity of the defect, identification of the test object, urgency to fix, actual results, and reference to the test case specification.

Step-by-step explanation:

The most useful information to include in the defect report in this situation would be:

  1. Degree of impact (severity) of the defect
  2. Identification of the test object
  3. Urgency/priority to fix
  4. Actual results
  5. Reference to test case specification

These pieces of information are crucial in providing developers with a comprehensive understanding of the defect and its impact on the system. Severity helps the developers prioritize the fix, identification of the test object allows them to reproduce the issue effectively, urgency helps them allocate resources accordingly, actual results provide evidence of the problem, and reference to the test case specification assists in identifying the expected behavior.

User Kokaubeam
by
8.0k points