Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
mcase [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== MCase ===== | ||
- | |||
- | //MCase// is an a collection of states and transitions of the model to represent a specific test scenario or a set of scenarios. | ||
- | |||
- | ---- | ||
- | ==== MCase Sequencers==== | ||
- | //MCase//s are executed by these two sequencers: [[sequence_mode# | ||
- | |||
- | The states and transitions do not need to be consecutive. // | ||
- | |||
- | ---- | ||
- | ==== MCase Use Cases ==== | ||
- | //MCase// allows you to perform incremental testing of parts of your application affected by the changes. You can create as many //MCase// as you need and execute subsets or all of //MCase// at will. | ||
- | |||
- | You can also create Data-Driven testing using //MCase//. As each transition in an //MCase// is traversed, a specific row from the test dataset can be retrievedto set up the test scenario. | ||
- | |||