View Single Post
  #1  
Old 07-23-2009, 02:26 PM
ebriggs ebriggs is online now
Registered User
 
Join Date: 01-28-2008
Posts: 4
Failure step ignoring subroutine grouping

We just upgraded from Visual Build 5.7 to Visual Build 7.2. Now we're having a problem when a step fails. The first step in our list of "Failure Steps" calls a subroutine that contains a single step. For some reason, after this step executes it doesn't go back to the "Failure Steps" tab to continue executing the next failure step. Instead it continues on with the *next* subroutine on the "Subroutine Steps" tab. This is causing a loop to occur because that subroutine fails (because it's not supposed to be randomly executed and requires the caller to pass a parameter to it), which causes the Failure Steps to execute, which calls the subroutine mentioned before, etc...

Has anyone else seen this? This was working fine in version 5.7; I haven't changed anything.

Thanks!
Emily
Reply With Quote