Skip to main content
Filter by
Sorted by
Tagged with
126 votes
12 answers
42k views

At work we are currently still using JUnit 3 to run our tests. We have been considering switching over to JUnit 4 for new tests being written but I have been keeping an eye on TestNG for a while now. ...
Sam Merrell's user avatar
  • 2,352
45 votes
9 answers
12k views

Many people use Mock Objects when they are writing unit tests. What is a Mock Object? Why would I ever need one? Do I need a Mock Object Framework?
Mike Minutillo's user avatar
93 votes
12 answers
63k views

I'm having trouble figuring out how to get the testing framework set up and usable in Visual Studio 2008 for C++ presumably with the built-in unit testing suite. Any links or tutorials would be ...
DShook's user avatar
  • 15.9k
67 votes
15 answers
60k views

I'm working on a project where I'm coding in C in a UNIX environment. I've been using the lint tool to check my source code. Lint has been around a long time (since 1979), can anyone suggest a more ...
David's user avatar
  • 14.1k
30 votes
5 answers
4k views

Looking for books or other references that discuss actually how to write a code coverage tool in Java; some of the various techniques or tricks - source vs. byte code instrumentation. This is for a ...
user avatar
29 votes
5 answers
12k views

I would like to test a function with a tuple from a set of fringe cases and normal values. For example, while testing a function which returns true whenever given three lengths that form a valid ...
nlucaroni's user avatar
  • 48k

1
1006 1007 1008 1009
1010