A programming technique where you; (1) Write a test to verify a feature; (2) Verify that the program fails the test; (3) Write code to implement the feature; and (4) Verify that the code passes the test.
A programming technique where you; (1) Write a testto verify a feature; (2) Verify that the program fails the test; (3) Write code to implement thefeature; and (4) Verify that the code passes the test.