Hello people at Telerik,
In my test I am using a main test with one coded step that calls other tests using this.ExecuteTest.
This enables a modular setup and implements flow through coded statements like If/Else or Switch.
Currently I am faced with a problem when a test fails:
For example:
However, if a Step within test "A" Fails, Test "B" will not be executed.
I would like to Execute test B no matter what.
The log shows:
However, the actual step within test A that fails, is marked "continue on failure" within the UI.
The failing test is a coded step with an assertion.
It seems like the default behaviour of BaseWebAiiTest.ExecuteTest --> "Continue on failure = false".
Is there a way to overload the method, to mark it as Continue on Failure = true?
Thanks in advance.
With friendly regards,
Robert