InterviewSolution
Saved Bookmarks
| 1. |
What Are The Some Clarifications About Tdd? |
Answer»
TEST-Driven development is a process of developing and running AUTOMATED test before actual development of the application. Hence, TDD sometimes also called as Test First Development. Test-Driven development is a process of developing and running automated test before actual development of the application. Hence, TDD sometimes also called as Test First Development. |
|