10-15-2018 06:42 AM
Hi,
A lot of our test sequences are used for different variants of the same product. Variant dependent tests are handled by if, else if, else statements. The else statement is used for unknown variants. When running into such an else statement i don't want the test sequence to continue. Is it possible to intentionally create a runtime error? Something like a "not yet implemented" exception in .NET?
Thanks in advance,
Stef
Solved! Go to Solution.
10-15-2018 07:23 AM
Hi Stef
Inside your Else you could add a Statement step that sets the value of its Step.Result.Error property to the error condition required.
Steve