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
tutorial:debugging [2020/07/19 16:34]
admin [Debugging test generation]
tutorial:debugging [2020/12/31 18:48]
admin [Debugging automation script]
Line 51: Line 51:
  
 ===== Debugging automation script ===== ===== Debugging automation script =====
 +
 +Automation scripts are called as model executes. If your automation script is not functioning as expected, you may try any of the following methods to trouble-shoot the problem:
 +  * check //Server Log// file if receiving runtime errors
 +  * add additional debugging messages and check //Script Log// file
 +  * pause model and check if AUT is at the expected state
 +  * dynamically execute scripts and validate the results
 +    * highlight script and press //Ctrl-E//
 +    * execute script in //Monitor// tab
 +
 +
 +
  
 ===== Debug console ===== ===== Debug console =====