Question - Explain what is the rule of a “Test Driven Development”?
Answer -
The rule of a Test Driven Development is to prepare test cases before writing the actual code. Which means you are actually be writing code for the tests before you write code for the application.