Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
execitem [2020/03/19 16:42] admin removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====MBatch: | ||
- | // | ||
- | |||
- | * //status// - //Pending// or // | ||
- | * //name// - unique identifier for the model execution instance. | ||
- | * //browser// - type of browser to be used, see list below | ||
- | * //firefox// | ||
- | * //chrome// | ||
- | * // | ||
- | * //safari// | ||
- | * //opera// | ||
- | * //mode// - test generation mode, // | ||
- | * //model// - name of the model to be executed. | ||
- | * //mcase// - name of the mCase to be executed. | ||
- | * //loops// - number of times the model will be executed consecutively. | ||
- | * //threads// - number of virtual users to be used in model execution for load testing. | ||
- | * //plugins// - // | ||
- | * //seed// - the initial seed to be used for random number generator. only applicable for // | ||
- | * //count// - stop condition: max number of transition traversals when exceeded to stop model execution. | ||
- | * // | ||
- | * //timeout// - max execution elapse time in minutes allowed. | ||
- | * //userid// - user id to access model if security is enabled, overrides userid specified for the batch in [[MbtBatch|MbtBatch]] tag. | ||
- | * // | ||
- | * //desc// - stat description, | ||
- | * //publish// - true to publish the stats if //desc// attribute is also specified. |