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 Both sides next revision
tutorial:debugging [2020/07/19 16:34]
admin [Debugging test generation]
tutorial:debugging [2020/12/31 18:38]
admin [Debugging automation script]
Line 51: Line 51:
  
 ===== Debugging automation script ===== ===== Debugging automation script =====
 +
 +Automation scripts are called as model executes and errors are logged to the log files.  When trouble-shotting model execution problems, the first step is to check these log files.
 +
 +There are two log files:
 +  * server log file - system log file
 +  * script log file - model execution specific log file
 +
 +These log files can be accessed from //RESULT// tab.
 +
 +
  
 ===== Debug console ===== ===== Debug console =====