nerdexam
ISTQB

ISTQB-CTFL · Question #98

Which of the following statements describes regression testing? I, Retesting of a fixed defect II, Testing of an already tested program III, Testing of new functionality in a program IV, Regression…

The correct answer is C. II. Regression testing is the re-running of functional and non-functional tests to ensure that previously developed and tested software still performs as expected after a change. It does not involve retesting of a fixed defect, testing of new functionality, or applying only to…

Testing Throughout the Software Development Lifecycle

Question

Which of the following statements describes regression testing? I, Retesting of a fixed defect II, Testing of an already tested program III, Testing of new functionality in a program IV, Regression testing applies only to functional testing V, Tests that do not nave to be repeatable, because They are only used once

Options

  • AII, IV, V
  • BI, III, IV
  • CII
  • DI, IV

How the community answered

(59 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    95% (56)

Explanation

Regression testing is the re-running of functional and non-functional tests to ensure that previously developed and tested software still performs as expected after a change. It does not involve retesting of a fixed defect, testing of new functionality, or applying only to functional testing. Tests that are used for regression testing should be repeatable, because they are used to verify the stability of the software after each change.

Topics

#regression testing#retesting#test types#test definitions

Community Discussion

No community discussion yet for this question.

Full ISTQB-CTFL Practice