Last active
December 31, 2021 21:02
-
-
Save ahsan-ikram/3704d4168300c19ee46da097ff6fad6a to your computer and use it in GitHub Desktop.
Software Testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Write the test | |
| Run the test (there is no implementation code, test does not pass) | |
| Write just enough implementation code to make the test pass | |
| Run all tests (tests pass) | |
| Refactor | |
| Repeat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment