Explain what is Test Driven Development (TDD)?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Agile Testing Job Interview Questions And Answers