Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Refactoring makes unit tests obsolete

by Anonymous Monk
on Oct 22, 2004 at 11:53 UTC ( [id://401448]=note: print w/replies, xml ) Need Help??


in reply to Refactoring makes unit tests obsolete

unit tests are important, but even passing all unit tests doesn't mean your program is correct - even if you did think of everything. The whole is more than the sum of its parts. To make an analogy, to find out whether a house you are going to be is structually safe, it isn't sufficient to test each brick, pillar and beam. If you dismantle a safely build house, and use the parts (who each pass their "unit" test) to build a new house, it's still possible for the new house to collapse.

That's the same with software. While a unit test can show a program has defects, it can't show the absence of all defects (and for more fundamental reasons than "not thinking about certain cases").

  • Comment on Re: Refactoring makes unit tests obsolete

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://401448]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found