vote up 2 vote down star

I remember there existed a testing program/library that will run your code and/or unit tests, creating all kinds of permutations of the parameters (null values, random integers, strings and so on). I just can't remember what it was called and searching google doesn't seem to come up with anything.

I know it was created for Java code and I think it was quite expensive as well. That's really all I can remember, anyone have a clue what program/library I am thinking about?

flag

2 Answers

vote up 2 vote down check

The AgitarOne JUnit Generator comes to mind. I'm not sure it's what you're thinking of, though.

link|flag
well, it does what stian described, it's written in Java, and it's very expensive, so probably correct :) – Michael Borgwardt Dec 31 '08 at 13:13
vote up 0 vote down

JTest from Parasoft may be what you're thinking of.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.