You write test first before writing the software code. Once the tests have been written, you write the code that pass the tests. Create tests that verify functionalities of a specific feature Write ...