Forum Discussion
tristaanogre
11 years agoEsteemed Contributor
Verify whether or not your test project is set to "Stop on Error". go to Project | Properties | Playback and, if it's on, turn off that check flag.
Also, note that your If/Then statement is using Log.ErrCount for it's parameter. The ErrCount is a cumulative value. so, you'll probably hit 8 and have the script stop then... but then every script will stop immediately as soon as it hits an error rather than waiting for 8.
Also, note that your If/Then statement is using Log.ErrCount for it's parameter. The ErrCount is a cumulative value. so, you'll probably hit 8 and have the script stop then... but then every script will stop immediately as soon as it hits an error rather than waiting for 8.
Related Content
- 8 years ago
Recent Discussions
- 7 hours ago