Software QA Testing Question:
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.
Previous Question | Next Question |
What is Test Harness? | What is Test Environment? |