ContributionsMost RecentMost LikesSolutionsRe: where can I download Ready! API 1.4 http://dl.eviware.com/ready-api/readyapi.htm Thanks Re: SBA Elective Class - Advanced Groovy Scripting [Recap & Recording] nmrao Its fixed on 2.0.2, it runs twice only if script assertion window "OK" is clicked. Re: SBA Elective Class - Advanced Groovy Scripting [Recap & Recording] I think this is a bug, we had it logged on SOAPUI jira number was SOAP-2783, for some reason dev could not reproduce it. I tried it now and its reproducible. Thanks Re: SBA Elective Class - Advanced Groovy Scripting [Recap & Recording] On a groovy script test step (above example), its pretty much same but context essentially has current run data and it can leverage the data but testRunner has methods which can control flow (fail, cancel etc). context object is available at all levels since it holds information but testRunner is available only when you want to trigger a run. Thanks, Jeshtha Re: SBA Elective Class - Advanced Groovy Scripting [Recap & Recording] Attaching the scripts as well. Re: Groovy Datasource fails after several runs Hi, I would recommend using DataSource JSON for nested JSON. http://readyapi.smartbear.com/structure/sources/json/start Thanks Re: adding assertion fails on mac Also try upgrading to latest version, https://support.smartbear.com/downloads/readyapi/nightly-builds/ Thanks Re: what is method for stop testsuite execution in runtime through Groovy scripting Try adding fail and break statement. Re: Error finding data for data driven SoapUI using excel Make sure you can browse the file and read the file from the application since the errors says cant open it could be permission issue or file not found. Re: I need help to know the syntax to delete the step in a test case by step name using grovvy script. If trying in a groovy script testStep, testRunner.testCase.removeTestStep(testRunner.testCase.getTestStepAt(0))