What is the main rule Test Driven Development
| The main rule of a Test Driven Development is to create the test cases prior to writing the actual code. It means that we actually be writing code for the tests before you find yourself writing code for the application. | |
