Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format.
1) Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions that capture the behavior or your program and that catch bugs.
2) Randoop has created tests that find previously unkwon errors even in widely-used libraries including Sun and IBM's JDKs. Randoop's combination of randomized test generation and test execution results in a highly effective test generation technique.
Source is stored in Bitbucket: https://bitbucket.org/javydreamercsw/randoop-netbeans-plugin
Features
- NetBeans JavaSE Project support