ModelJUnit extends JUnit to support model-based testing, with the models being written as Java classes. Model-based testing allows you to automatically generate test suites from a model of a system under test.
Categories
Software TestingLicense
GNU General Public License version 2.0 (GPLv2)Follow Model-Based Testing with JUnit
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Switching from Spec Explorer, I found ModelJUnit a very good MBT tool for Java users. Advantages: simple, easy to use, fast-but-efficient exploration algorithms. Disadvantages: no test data generation and data coverage report, no depth-first-search exploration. In general, this is a very good MBT tool among the ones I tried. Will post some improvement requests/bug report in the Bug Tracker.