SoapUI hangs if assertion failed in TestCase TearDown Script
I've made a loop using Conditional goto with steps: 1. Request 2. Groovy script to set/update property variable 3. conditional goto. and added an assert to TesCase TearDown Script: def tc = te...