[LoopOnFail]

  • This command will iterate a loop in an AutoControl script if the current Fail count is >= 1
  • The terminal program will only repeat the loop if the [LoopStart] command was executed at some point before this command. If it wasn't, then the script will continue to the next command. 
  • If the [LoopStart] command had previously been executed, the script will loop back to that point in the script. 
  • When the Loop does iterate because of a Fail state, the Fail count will be reset back to zero. 
  • The Fail Dialog will automatically be displayed.


V2.49+

[LoopOnFail] can now have an instruction after it like this:


[LoopOnFail]Update

  • This will tell the Terminal app to also execute the same action as a call to [UpdateCSV] would do. This allows you to update the CSV file data buffer with the current information for the Failed test.