Unplanned
Last Updated: 21 May 2014 07:01 by ADMIN
ADMIN
Boyan Boev
Created on: 29 Jan 2014 14:16
Type: Bug Report
3
StopTestListOnFailure Property is non-functional for remote execution and scheduling
The "StopTestListOnFailure" property of a test is no longer stopping the rest of a test list from executing upon the failure of the test.

Steps to reproduce:

1. Create a Project
2. Add two tests to the project (test A and B)
3. Create a step that will cause the first test to fail (Test A)
4. On the Project tab  right click on both tests and check the property "StopTestListOnFailure" (set it to true)
5. Click the Test Lists Tab
6. Add the two tests to the test lists with the first one as the first test in the list (Test A)
7. Execute the test list
Expected: After the first test is run and fails the second test will not run due to that property being set to true.
Actual: Both tests are run
1 comment
ADMIN
Shtilianov
Posted on: 21 May 2014 07:01
Hi, with the latest changes we made which are included in the latest internal build, StopTestListOnFailure Property will work for local test list execution. The problems remains for remote execution and scheduling, we are still working on an universal solution.