PK0-005 · Question #45
PK0-005 Question #45: Real Exam Question with Answer & Explanation
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
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.