nerdexam
iSQI

CTFL_SYLL_4.0 · Question #157

You are testing the latest version of an air-traffic control system prior to production deployment using exploratory testing. After following an unusual sequence of input steps, the system crashes…

The correct answer is C. Description of the defect to enable reproduction. The critical information missing from the defect report is a detailed description of the defect to enable reproduction. A clear and concise description of the steps taken to reproduce the defect is essential for developers to understand the context and to be able to replicate…

Managing the Test Activities

Question

You are testing the latest version of an air-traffic control system prior to production deployment using exploratory testing. After following an unusual sequence of input steps, the system crashes. After the crash, you document a defect report with the following information:

  • Title: System crashes unexpectedly during input.
  • Brief summary: System crashes when an unusual sequence of inputs is used.
  • Version: V1.001
  • Test: Exploratory testing prior to production deployment
  • Priority: Urgent
  • Risk: High
  • Reference: Screenshot of crashed application

What critical Information Is missing from this report?

Options

  • AConclusions, recommendations, and approvals.
  • BChange history.
  • CDescription of the defect to enable reproduction.
  • DStatus of defect

How the community answered

(15 responses)
  • A
    7% (1)
  • C
    87% (13)
  • D
    7% (1)

Explanation

The critical information missing from the defect report is a detailed description of the defect to enable reproduction. A clear and concise description of the steps taken to reproduce the defect is essential for developers to understand the context and to be able to replicate the issue in their environment. Without this information, it can be challenging to diagnose and fix the defect. The ISTQB CTFL syllabus emphasizes the importance of providing all necessary details in a defect report to facilitate effective communication and resolution.

Topics

#defect reporting#defect reproduction#bug report content#exploratory testing

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice