nerdexam
iSQI

CTFL_SYLL_4.0 · Question #58

Which of the following statements describes regression testing?

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…

Test Types

Question

Which of the following statements describes regression testing?

Options

  • AII, IV, V
  • BI, III, IV
  • CII
  • DI, IV
  • IRetesting of a fixed defect

How the community answered

(25 responses)
  • C
    88% (22)
  • D
    4% (1)
  • I
    8% (2)

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#test types#retesting#maintenance testing

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice