So basically I can get 2 different types of success message after an operation is done.
Even if I get one of the message… I want the test case to end. how can i do it.
I tried it with parallel but that just means other one will keep running even if I got one message
I’m looking for something like an OR gate
You can see in the image…