CTFL_SYLL_4.0 · Question #38
Confirmation testing is performed after:
The correct answer is D. a defect is fixed, and if such testing is successful then the regression tests that are relevant for. Confirmation testing is performed after a defect is fixed, and if such testing is successful then the regression tests that are relevant for such fix can be executed. Confirmation testing, also known as re-testing, is the process of verifying that a defect has been resolved by…
Question
Confirmation testing is performed after:
Options
- Aa defect is fixed and after other tests do not find any side-effect introduced in the software as a
- Ba failed test, and aims to run that test again to confirm that the same behavior still occurs and
- Cthe execution of an automated regression test suite to confirm the absence of false positives in
- Da defect is fixed, and if such testing is successful then the regression tests that are relevant for
How the community answered
(24 responses)- C4% (1)
- D96% (23)
Explanation
Confirmation testing is performed after a defect is fixed, and if such testing is successful then the regression tests that are relevant for such fix can be executed. Confirmation testing, also known as re-testing, is the process of verifying that a defect has been resolved by running the test case that originally detected the defect. Confirmation testing is usually done before regression testing, which is the process of verifying that no new defects have been introduced in the software as a result of changes or fixes.
Topics
Community Discussion
No community discussion yet for this question.