Software QA Testing Question:
What is Test First Design?
![QA Testing Interview Answer QA Testing Interview Question](/public/images/interview/28.webp)
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? |