can you anyone plz tell me , what are the basic basic & esential steps involved in TDD for spring 3 MVC.
- how to iterate over development & testing life cycle ?
- how to distinguish each iteration?
please share your experience on TDD with sping 3 MVC?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Spring-Test-MVC works very well
https://github.com/SpringSource/spring-test-mvc
Break up items into discrete REST actions that can be mapped to Scrum stories and tasks.
Mock out your services or create place holder objects that implement your interfaces.
Start with Red tests and then fill in the code.