Using Test Driven Development, writing code to implement new functionality is done only after writing a failing test verifying the functionality is not working.
A) True
B) False