PK0-005 · Question #45
Which of the following is a test that is done on an existing system to ensure the previous functionality still works after a change has been made?
The correct answer is B. Regression testing. Regression Testing definition: The process of testing an application after changes are made to see if the changes triggered problems in older areas of code. A regression test confirms that the code change did not affect any existing functionality.
Question
Which of the following is a test that is done on an existing system to ensure the previous functionality still works after a change has been made?
Options
- ASmoke testing
- BRegression testing
- CUnit testing
- DUser acceptance testing
How the community answered
(21 responses)- A5% (1)
- B90% (19)
- C5% (1)
Explanation
Regression Testing definition: The process of testing an application after changes are made to see if the changes triggered problems in older areas of code. A regression test confirms that the code change did not affect any existing functionality.
Topics
Community Discussion
No community discussion yet for this question.