This folder contains example of offline MBT
Files:
- offline_mbt.py contains simple calculator model and somo. Executing this generates tests in a file.
- sut_calculator.py simulates system under testing in this case
Generate test cases
python offline_mbt.pyExecute test cases
pytest generated_test.py