Forum Discussion
'Default project properties' apply to new created projects only. You should uncheck 'Stop on Error' option in your project directly.
Double click at "ESRA HighSpeed" item in project tree. Open 'Properties' tab. Select 'Playback' page in list.
Yes, Thanks stop on error works but it requires user interaction whenever runtime error occurs
[i.e. User has to click on 'No' button whenever it asks whether to stop project execution.]
When user clicks on 'No' button excution proceeds ahead. Cant we skip this step of 'Confirmation popup' ?
Please help us with a solution.
- tristaanogre10 years agoEsteemed Contributor
Runtime errors are a bit different... they indicate a problem with the code itself. I think you need to do a bit of debugging to get that error to go away.
- Bobik10 years agoFrequent Contributor
There are 'Stop on error' and 'Stop on exception' columns in project items editor. But they are hidden by default.
If you don't want stop execution on exception just disable it for needed test item.
To show columns use 'Field chooser' in popup menu.
Also there is option 'Error dialog' in project Playback properties. You could uncheck it too.