Completed
Last Updated: 04 Apr 2013 07:33 by ADMIN
Himanshu
Created on: 30 Jan 2013 11:24
Type: Bug Report
1
step "continue on failure" fails the complete test if used in a test as step
In A scenario, we have Test 1, Test 2, and Test3. These are called in a driver test as "Test as step".
In test 2, there is a step which has a continue on failure toggle. If this step fails, it completes other steps in Test 2. But, it does not start Test 3 and fails the complete Driver Script.
1 comment
ADMIN
Pavel
Posted on: 31 Jan 2013 14:41
This behavior is expected. The test used as a step is marked as "failed" regardless of the fact that it continued its execution. So the step that represents this test is also failed. In order to achieve the desired result, this step should also be marked with "Continue on Failure".