From Test::Simple to Test::Extreme - Think Like A Bug 40

How to Write Good Tests

  • Most testing literature provides trivial examples, like:

        ok(add( 2 , 2) == 4, 'the computer can add!')
    
  • Or it says that software testing is a dark craft acquired patiently over time by intelligent, valuable, well-paid employees

  • Sounds like programing, and it is very much like it

 

YAPC::CA << Previous | Index | Next >>
Copyright © 2003 Michael Graham