When should Unit Tests be written in Development Cycle?
A - Unit Tests are to be written before the code during development in order to help coders write the best code.
B - Unit Tests are written after the code during development in order to help coders test the code.
C - Both of the above.
D - None of the above.
Correct Ans is A - Unit Tests are to be written before the code during development in order to help coders write the best code