Agile Testing Question:

Explain what is Test Driven Development (TDD)?

Agile Testing Interview Question
Agile Testing Interview Question

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 QuestionNext Question
What is iterative Development in Agile?Tell me what is importance of daily stand up meeting?