|
Re: What are Your JUnit Pain Points, Really?
|
Posted: Nov 13, 2009 2:45 AM
|
|
> > > What I've seen of actual analysis on the > effectiveness > > of > > > different approaches to checking for code > correctness, > > > unit testing came in at the bottom of the pack, if > not > > > dead last. > > > > Do you have a reference? I would be very interested in > > looking at that analysis. > > If I recall correctly, this presentation talks about the > reference: > > http://www.infoq.com/presentations/francl-testing-overrated
FWIW, DZone's refcard for agile and software quality put TDD and unit tests way up, and functional tests way down.
http://refcardz.dzone.com/refcardz/agile-adoption-improving
It might be worth considering another point as well. Someone mentioned that the most common problems he saw was missed requirements. Well, clearly, he wasn't using an Agile methodology. With Agile, the user select specific requirements to develop at each interaction, which makes it impossible for the developers to "forget" one of them, and the short interactions help the user notice that he forgot about some requirement. But I'm really going off-topic with this.
|
|