Why are controllers testable artifacts?

Technology CommunityCategory: SpringWhy are controllers testable artifacts?
VietMX Staff asked 3 years ago

In Spring MVC, Controllers are testable artifacts because they are not directly coupled with any View technology. They just return a logical View name, which can be easily tested.