Ticket #4366: testing.diff

File testing.diff, 521 bytes (added by Simon G. <dev@…>, 17 years ago)
  • docs/testing.txt

     
    44
    55Automated testing is an extremely useful bug-killing tool for the modern
    66Web developer. You can use a collection of tests -- a **test suite** -- to
    7 to solve, or avoid, a number of problems:
     7solve, or avoid, a number of problems:
    88
    99    * When you're writing new code, you can use tests to validate your code
    1010      works as expected.
Back to Top