What is mockmvc?
Answer / Rajnikant Sharma
MockMvc is a testing utility library that helps test the Controller layer of an MVC application in a standalone manner, without actually running the entire web application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we detect that an mvc controller is called by post or get?
What is domain model in mvc?
What is meant by mvc?
What is mvc view engine?
How to perform exception handling in mvc?
What is latest mvc version?
What are route constraints in mvc?
What is validation in mvc?
Mention what is the difference between adding routes, to a webform application and an mvc application?
What is ignore route in mvc?
What are the filters in mvc?
What is meaning of View in MVC?