Issue with 'Stop on error' in editor window
Hello all,
I have a project set up as the following (note the tree structure for child and sibling levels):
>Project name (Folder)
-->Test case name (Folder)
---->Init script (function)
------>Login script (function)
-------->Script #1 (function)
-------->Script #2 (function)
---->Logout script (function)
Within the 'Project editor - Test Items' window, I have all of the scripts set to 'Stop on error - Test Item.' According to documentation, an error in Script#1 should cause a stoppage all the way to the Init script, thereby immediately jumping to the Logout script, which is what I want.
My problem is that even on receiving an error, nothing stops. My question is, what could cause 'Stop on error' to be ignored? I've searched the forum and the documentation, and the only conflict I can come up with is 'Stop on error in Project Properties overrides Stop on error for each test item,' however, this is disabled. Can someone lend some insight as to what is happening?