Respuesta :
It's E) both A and B
A) Control logic is invoked
B) Data flow paths are established
Regression testing should be a normal part of integration testing because as a new module is added to the system new control logic is invoked and data flow paths are established.
What is regression testing?
Regression testing is a software testing practice which ensures that an application is still functioning as it need to or expected after making any code changes or improvements. Regression testing checks for the overall stability and functionality of the existing features of the software.
Now, the Regression testing is integrated with the software so that if any changes are made, new control logics are automatically invoked and data flow path is established.
Thus, the correct option is E. i.e. both A and B.
Learn more about regression testing.
https://brainly.com/question/13327687
#SPJ2