Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
12answers
654 views

Why should I bother with unit testing if I can just use integration tests?

Ok, I know I am going out on a limb making a statement like that, so my question is for everyone to convince me I am wrong. Take this scenario: I have method A, which calls method B, and they are in ...
3
votes
3answers
117 views

Simple operation to waste time?

I'm looking for a simple operation / routine which can "waste" time if repeated continuously. I'm researching how gprof profiles applications, so this "time waster" needs to waste time in the user ...
2
votes
1answer
1k views

Netbeans lack of SVN Add

I've been driving myself crazy over the past few days over this one. We've just finished setting up a Hudson Continuous-Integration server. So it runs a build script each and every commit to ...