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
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
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.