Agile Testing Question:
Explain what is Test Driven Development (TDD)?
Answer:
It is Test-first development technique in which we add a test first before we write a complete production code. Next we run the test and based on the result refactor the code to fulfill the test requirement.
Previous Question | Next Question |
What is iterative Development in Agile? | Tell me what is importance of daily stand up meeting? |