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…
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)- C88% (22)
- D4% (1)
- I8% (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
Community Discussion
No community discussion yet for this question.