Question: 25
(Choose 1 answer)
Evaluate the impact of adopting an MVC2 architecture on the testability of a web application.
A. It would make the application harder to test due to increased complexity
B. It would improve testability by allowing the components to be tested in isolation
C. It would have no impact on testability as the architecture doesn't influence testing approaches
D. It would reduce testability due to the tight coupling between view and controller.