InterviewSolution
Saved Bookmarks
| 1. |
What Is Test First Design? |
|
Answer» Test-first design is one of the mandatory PRACTICES of Extreme Programming (XP).It REQUIRES that programmers do not write any production code until they have first WRITTEN a UNIT test. Test-first design is one of the mandatory practices of Extreme Programming (XP).It requires that programmers do not write any production code until they have first written a unit test. |
|