Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
statstab [2017/12/22 02:25] admin [Execution Summary] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====Stats Tab===== | ||
- | Stats Tab shows MBT execution stats collected by // | ||
- | * Execution Summary | ||
- | * Overall Coverage | ||
- | * Test Coverage | ||
- | * Requirements Coverage | ||
- | |||
- | Each stats sections can be collapsed or expanded by clicking on the {{http:// | ||
- | |||
- | {{http:// | ||
- | |||
- | |||
- | ---- | ||
- | ====Execution Summary==== | ||
- | //Execution Summary// shows basic settings and progress status for the current MBT execution. | ||
- | * Browser - name of the browser you selected in [[mbt node|MBT Property]]. | ||
- | * Plugin(s) - name of the plugin(s) you selected in [[mbt node|MBT Property]]. | ||
- | * Start Time - date and time when MBT execution was started. | ||
- | * Elapse Time - how long MBT execution has been running. | ||
- | * End Time - date and time when MBT execution completed. | ||
- | * MBT Mode - MBT sequencer selected in [[mbt node|MBT Property]]. | ||
- | * Virtual Users - number of virtual users specified in [[mbt node|MBT Property]]. | ||
- | |||
- | ---- | ||
- | ====Overall Coverage==== | ||
- | //Model Coverage// shows the coverage of the model by the MBT execution in real-time (refresh to get the latest stats from the execution): | ||
- | * Traversals - number of states or transitions traversed / covered. An up arrow or down arrow indicates this number is greater or less than the average number of state or transition traversals from the historical MBT executions. Hover mouse over the number to show to show the average of states or transitions traversals from the historical MBT executions. | ||
- | * Covered - number of states or transitions covered. Note repeated traversal on the state or transition is only counted once. An up arrow or down arrow to the right of the number indicates the number is greater or less than the average number from the historical MBT executions. Hover mouse over the number to get the average number of states or transitions from the historical MBT executions. | ||
- | * Un-Covered - number of states or transitions that have not been covered. | ||
- | * Coverage - coverage of states and transitions in percentage. | ||
- | * Coverage graph {{http:// | ||
- | * MScript Coverage - shows the mscript execution coverage during the model execution. (Rel. 4.2) | ||
- | |||
- | ---- | ||
- | ====Test Coverage==== | ||
- | //Test Coverage// shows the detailed coverage of the model in state and transition traversals. | ||
- | |||
- | {{http:// | ||
- | |||
- | |||
- | * Exceptions - number of MBTExceptions have occurred. An up arrow or down arrow indicates the number of exceptions is greater or less than the average number of exceptions from the historical MBT executions. | ||
- | * State: Transition - the dropdown list allows you to filter the list to only state or transition. The list in this section shows the state and transition stats. State is listed with state id and transitions is listed with state id: transition event id. | ||
- | * Trav - number of script method calls. | ||
- | * L1 to L5 - number of MBT exceptions that have occured. Click on the number to show the details of these exceptions. The details of the exception includes the tag name and line # the exception was raised in mScript. | ||
- | * Response Time - shows the transition response time in milliseconds. The blue line in the orange bar shows the response time of this particular state/ | ||
- | |||
- | Clicking on the blue under columns L1 - L5 will bring up the error window showing the error message as well as the link to the screenshot if a screenshot was taken at the time when the error was detected. | ||
- | |||
- | {{http:// | ||
- | |||
- | ---- | ||
- | ==== Requirements Coverage==== | ||
- | // | ||
- | See [[Tags Statistics|Tags Details]] for more details. | ||
- | |||
- | |||
- | If you want to save this stat, click on the button " | ||
- | |||
- | When running Concurrent models to orchestrate model executions, you must save the stats first and re-open the stats by selecting it in " | ||
- | |||
- | ---- | ||
- | ====Current Execution ===== | ||
- | By default, the current MBT execution is displayed. //Stats tab// does not automatically refresh. | ||
- | |||
- | === Save Execution=== | ||
- | Execution results can be saved for future review or comparison. | ||
- | |||
- | By default, the maximum number of executions can be saved is set to 5, but you can adjust this setting to fit your needs with [[modelnode|Model Property]]. When the number of executions exceeds this limit, the oldest execution will be removed automatically to make room for the new executions. | ||
- | |||
- | |||
- | ---- | ||
- | ====Past Executions==== | ||
- | Past executions saved are listed in //Stats Desc// drop-down list. You can access any of the past execution by selecting from the drop-down list. | ||
- | |||
- | Past executions are used to determine the statistical range (3-sigma range) for each state and transition traversal. | ||
- | |||
- | ===Delete Execution=== | ||
- | Past executions can be deleted by selecting //Delete// from the hover menu on the far right on the header. | ||
- | |||