InterviewSolution
Saved Bookmarks
| 1. |
Explain TDD(Test Driven Development) in ASP.NET MVC. |
|
Answer» TDD or Test DRIVEN DEVELOPMENT is an approach where a test will be written before the completion of production code writing for the purpose of refactoring and fulfilling the test. TDD is also known as the Red-Green-Refactor method of development. The Workflow of TDD is given below:
|
|