Ticket #4366: testing.diff
File testing.diff, 521 bytes (added by , 17 years ago) |
---|
-
docs/testing.txt
4 4 5 5 Automated testing is an extremely useful bug-killing tool for the modern 6 6 Web developer. You can use a collection of tests -- a **test suite** -- to 7 tosolve, or avoid, a number of problems:7 solve, or avoid, a number of problems: 8 8 9 9 * When you're writing new code, you can use tests to validate your code 10 10 works as expected.