Agile Testing Question:
Download Questions PDF

What is test driven development in Agile Testing?

Agile Testing Interview Question
Agile Testing Interview Question

Answer:

Test driven development or TDD is also known as test-driven design. In this method, developer first writes an automated test case which describes new function or improvement and then creates small codes to pass that test, and later re-factors the new code to meet the acceptable standards.

Download Agile Testing Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me pair Programming and its benefits?Tell me what is your approach when requirements change continuously?