What do you understand by the term Test Driven Development (TDD)?

devquora
devquora

Posted On: Feb 22, 2018

 

 
It is a technique that involves Test-first development where we first test then goes on to write the complete code for production. After that, the test is run again based on the result so as to refactor the code that fulfills the requirement for the test.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Agile Testing Interview Questions

     What do you understand by Agile testing?

    AGILE methodology is a practice followed by QA and is known to promote continuous iteration of development. This test..

    Agile Testing Interview Questions

      What do you understand by the term sprint backlog and product backlog?

      The sprint backlog is basically treated as the subset of the backlog of a product that contains requirements and feat..

    Agile Testing Interview Questions

     What is the main difference between the traditional Waterfall model and Agile testing?

    In the traditional Waterfall model, the testing is generally done at the end of development. However, in Agile methodol..