InterviewSolution
Saved Bookmarks
| 1. |
What is TDD (Test Driven Development)? |
|
Answer» TDD or the TEST DRIVEN Development is a test-first development technique which used to ADD a test before the complete production CODE could be written. The test will be run based on the result refactor the code to complete the test requirements. |
|