Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Yet another meditation on testing

by flyingmoose (Priest)
on Feb 17, 2004 at 20:14 UTC ( [id://329720]=note: print w/replies, xml ) Need Help??


in reply to Re: Yet another meditation on testing
in thread Yet another meditation on testing

Automated testing, a tenet of the buzzword-compliant "XP" Extreme Programming, can be seductively dangerous though. Beware, you will write tests first, but they clearly won't encompass the problem....or worse, you will write tests later and will unknowingly write tests that all pass. A good test suite is very difficult to build, and the need for manual testing can never be eliminated.

Far too often in the software industry does an emphasis on automated testing and formal test organizations (i.e. "testers by occuptation") result in poor manual unit testing. A developer really has to understand all of the corner cases before manually unit testing, and to write effective unit tests, he has to be even sharper.

Anyhow, be warned -- automated testing is great stuff -- but it is not a substitute for the real thing. Your test cases passing doesn't mean there are no bugs!

Replies are listed 'Best First'.
Re: Re: Re: Yet another meditation on testing
by dws (Chancellor) on Feb 18, 2004 at 07:26 UTC
    Anyhow, be warned -- automated testing is great stuff -- but it is not a substitute for the real thing.

    First, we weren't talking about "automated" testing. Second, what do you mean by "real thing?" Actual use? Ad Hoc testing?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found