Is there way where I can control whether the test script should fail when a single step fails or to continue on failure as the step would be optional.
Is there a way to achieve ,Continue on failure and stop on failure functions.
Something similar to the soft assert
1 Like
Not sure if this is the correct solution but would a try catch block allow this?
try… catch shall work.