kgbheem
7 years agoOccasional Contributor
how to stop assertions execution when first assertion is failed
how to stop assertions execution when first assertion is failed
my scenario is like :
Login request: i have added 3 assertions
if i get bad ressponse and my first assertion will fail as it was expecting 200 and other assertions also gets failed.
here i want to tell that if first assertion is failed( status assertion) then stop verifying other assertions. how do i acheive this?
the idea i have is write assertions in groovy script and add condition but this i can do in soap ui free version, is there a feature in ready api to acheive this?
Regards
Bheem