Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ide_model [2021/01/01 02:31]
admin [Transition Properties]
ide_model [2021/04/29 22:12]
admin [Model Execution]
Line 133: Line 133:
   * Sub Model Name - sub-model attached to this state   * Sub Model Name - sub-model attached to this state
   * Data Set - data set attached to this state   * Data Set - data set attached to this state
-  * Color* - background color, custom class, or css style in json, e.g. {"background": "yellow"+  * State Color/Style: 
-  Text Color* - state label color, custom class, or css style in json, e.g. {"font-style": "italic"}+    * Background* - background color, custom class, or css style in json, e.g. {"background": "yellow"
 +    Label* - state label color, custom class, or css style in json, e.g. {"font-style": "italic"}
   * Activate Type - condition when state is activated. Concurrent Model only.   * Activate Type - condition when state is activated. Concurrent Model only.
     * Traversal Count - count of incoming transition traversals has reached the threshold     * Traversal Count - count of incoming transition traversals has reached the threshold
Line 204: Line 205:
   * play - visualize model execution synchronized with AUT / target process   * play - visualize model execution synchronized with AUT / target process
  
-This can be accomplished with the shortcut buttons: {{wiki:idescreen:ide_run_btns.png?100}}: +This can be accomplished with the shortcut buttons:  {{wiki:idescreen:ide_run_btns.png?100}} 
-  * {{wiki:idescreen:ide_model_btn_gen.png?16}} Gen + 
-  * {{wiki:idescreen:ide_model_btn_run.png?16}} Run +  * {{wiki:idescreen:ide_model_btn_gen.png?16}} Generate test cases 
-  * {{wiki:idescreen:ide_model_btn_stop.png?16}} Stop +  * {{wiki:idescreen:ide_model_btn_run.png?16}} Run model: generate test cases and execute automation scripts 
-  * {{wiki:idescreen:ide_model_btn_pause.png?16}} Pause +  * {{wiki:idescreen:ide_model_btn_stop.png?16}} Stop model execution 
-  * {{wiki:idescreen:ide_model_btn_step.png?16}} Step Over+  * {{wiki:idescreen:ide_model_btn_pause.png?16}} Pause model execution 
 +  * {{wiki:idescreen:ide_model_btn_step.png?16}} Step Over model execution to next state/transition
   * {{wiki:idescreen:ide_model_btn_debug.png?16}} Debug - run and pause on initial state   * {{wiki:idescreen:ide_model_btn_debug.png?16}} Debug - run and pause on initial state
-  * {{wiki:idescreen:ide_model_btn_play.png?16}} Play+  * {{wiki:idescreen:ide_model_btn_play.png?16}} Play model in animation mode
  
 Model execution can be monitored with [[ide_monitor | Execution Monitor ]]. Model execution can be monitored with [[ide_monitor | Execution Monitor ]].