Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Neither system testing nor user acceptance testing is the repeat of unit testing (OT)

by adrianh (Chancellor)
on Oct 25, 2005 at 09:12 UTC ( [id://502649]=note: print w/replies, xml ) Need Help??


in reply to Neither system testing nor user acceptance testing is the repeat of unit testing (OT)

She had the perception that those three phases were meant to repeat the same testing, but with different people, so that we can reduce mistakes through excessive forces and effort.

I just want to pick on calling unit/system/acceptance testing phases.

They're different kinds of testing, but I think treating them as phases (first do all the unit testing, then do all the system/integration testing, then do all the user acceptance testing) can lead to many nasty situations.

For example, leaving all the user acceptance testing to the end means that if you've misinterpreted the requirements and have working code that doesn't meet the users needs, then you're going to be throwing a lot of work away.

In my experience it's much better to, as much as possible, do all three at the same time. Build your development process around small end-to-end increments of the project so you can be continually doing system and acceptance testing as you go.

  • Comment on Re: Neither system testing nor user acceptance testing is the repeat of unit testing (OT)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-18 23:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found