Which of the following statements describes the principal concept behind test driven development?
Select an option, then click Submit answer.
-
○
Tests may not be written by the same development team that wrote the tested code.
-
○
All tests are generated automatically from the tested source code.
-
○
Tests are written before the function / method is implemented.
-
○
The only acceptable reason to write a test is to prevent fixed bugs from occurring again.
-
○
Instead of testing software automatically, manual tests are performed and logged daily.