Tag: testing

Questions Related to testing

  1. Actual results

  2. Program specification

  3. User requirements

  4. System specification


Correct Option: C
  1. Found in the software; the result of an error.

  2. Departure from specified behaviour.

  3. An incorrect step, process or data definition in a computer program.

  4. A human action that produces an incorrect result.


Correct Option: B
  1. Post-release testing by end user representatives at the developer’s site.

  2. The first testing that is performed.

  3. Pre-release testing by end user representatives at the developer’s site.

  4. Pre-release testing by end user representatives at their sites.


Correct Option: C
  1. Functional characteristics

  2. Non functional characteristics

  3. Both A. & B.

  4. None of the above


Correct Option: B
  1. Plan, Do, Check, Act

  2. Plan, Do, Correct, Act

  3. Plan, Debug, Check, Act

  4. Plan, Do, Check, Accept


Correct Option: A
  1. Developers.

  2. Analysts.

  3. Testers.

  4. Incident Managers.


Correct Option: A
  1. Open, Assigned, Fixed, Closed

  2. Open, Fixed, Assigned, Closed

  3. Assigned, Open, Closed, Fixed

  4. Assigned, Open, Fixed, Closed


Correct Option: A
  1. a) Incident resolution is the responsibility of the author of the software under test.

  2. b) Incidents may be raised against user requirements.

  3. c) Incidents require investigation and/or correction.

  4. d) Incidents are raised when expected and actual results differ.


Correct Option: A
Explanation:

To correctly answer this question, the user should understand the definition of an incident in software testing and the typical characteristics of an incident.

An incident refers to any event that occurs during the testing of software that requires further investigation, such as when the actual results differ from the expected results.

Option A: This statement is incorrect. Resolution of incidents is not the sole responsibility of the author of the software under test. Various team members, such as developers, testers, and project managers, may be involved in resolving incidents.

Option B: This statement is correct. Incidents may be raised against user requirements when there is a deviation from the expected behavior or when the system fails to meet the specified requirements.

Option C: This statement is correct. Incidents require investigation and/or correction. When an incident is raised, it must be investigated to determine its cause and corrected to ensure that the software functions as expected.

Option D: This statement is correct. Incidents are raised when expected and actual results differ. When a test case is executed, the expected results are compared to the actual results. If they differ from each other, an incident is raised.

Therefore, the correct answer is:

The Answer is: A