Which type of testing defines, end-to-end testing done to ensure that nothing is broken in the integrating modules?
Which type of testing defines, end-to-end testing done to ensure that nothing is broken in the integrating modules?
Regression testing is conducted to ensure that recent code changes have not adversely affected the existing functionality of the software. It aims to check that nothing is broken in the already integrated modules after new changes are introduced. This type of testing involves running a set of predefined test cases on the complete system to verify that the recent code changes do not affect the existing system's functionality.
why not B?
In case u do not know what is regression testing https://u-tor.com/topic/regression-vs-integration