Question: Does Cameo have built-in capability to auto-generate test cases based on State Machine pathways permutations?
Context:
- The attached Test and Evaluation paper by Dunning et al. (2020) presents an MBSE method to auto-generate test cases based on state machine modeling of the System Under Test.
- To do this, two open-source tools are used in conjunction with Cameo Systems Modeler:
- -'AltWalker' is a "model-based testing framework developed in Python that automates test execution."
- -'GraphWalker' is the path generator to produce paths through the state machine.
- Per the attached paper: "The command-line interface utility function provided by Cameo Simulation Toolkit is used to invoke AltWalker, which reads the JSON file, executes GraphWalker, and reports a path through the sate machine. This is then wrapped in an iterator to run the path generation n-number of times, to produce the test cases which form a test suite."
- Neither github site for these tools includes examples.
Request: Checking here to see whether others have examples to share, or whether this capability has since been incorporated entirely into Cameo and no longer requires open-source tools.
