Fuzz Tester First Release – Code Less, Test More

I’m happy to release the first version of Fuzz Tester a JUnit 4 compatible test runner. Fuzz Tester is a data-driven test runner.

You can download the first release 0.7.0 at Google Code: http://code.google.com/p/fuzztester this should be considered a beta release as I currently have some people reviewing the release, and I will hopefully get some good feedback to improve the project and documentation.

FuzzTester is a JUnit 4 test runner that allows you to manage your test data in files instead of in your test code, this simplifies your test code, and decreases the feedback loop between writing tests and running tests.

Code less, Test more.

Leave a Reply