ContributionsMost RecentMost LikesSolutionsRe: Give feedback on the new Groovy Script Debugger! Thanks for such Kadak (Awesome) feature in SOAP UI, Wanted to suggest one thing that can we have the function keys F5,F6 to debug or to Run the test case and test Suite, It will definitely Help users. Re: goto - testCase in Groovy Thank you so much, It worked for me too! Re: conditional goto based on pass/failed status of a teststep Thanks Radford, It worked and able to get the status, And Yes, I was running only groovy script instead of whole testcase hence it was showing me above error. Thanks Again. Re: conditional goto based on pass/failed status of a teststep Hi Unhandled, I am bit new to SOAP UI, I have added rest reequest before the groovy script and manually run it and then added groovy script step and I copied the same code and when try to run it,It shows error "java.util.NoSuchElementException: Cannot access last() element from an empty list" Can you suggest what changes or steps to follow to get the Exact status of the teststep. Thanks Re: Writing to the TestCase Log and getting that log back to file in Groovy script Dear Smart-bear_Support I am bit new to ready API and groovy scripting, can you please elaborate how to use the step you have mentioned above? How to utilize the custom report functionality to generate the report automatically post execution? Hi Team, I want to generate the custom test report where I would like to add only the desired field of Rest-request response and result status, any idea guys? Thanks in Advance!! Re: Data Driven Parameters for REST Calls That Don't Use Query Arguments Thanks Justin! It worked for single parameter. But how can we add multiple parameters or parameter list to it? and what if I want to read parameters from text file? Currently I am using readline() groovy function but is there any alternate way for doing this? Re: Is there a possibility to pop up Input Box using Java script in SOAP UI 3.0 Thanks Anand.. It worked for me :) How to add fields from json response to Email body? Hi, I am using using json slurper to collect response from my Rest request, but If any filed validation is failed I am using testRunner.gotoStepByName("Email step name Validation Error Email") Which send an alert email to me. But I have validating multiple fields hence In Email body I am able to add only text but want to make it dynamic i.e. it should pick only the failed values + text message? def getResponse = testRunner.testCase.getTestStepByName("RESTRequest").getPropertyValue("Response") def ID= parse(Response).read('$.._Number__c') i.e. if the validation on ID fails, I want to add #field + validation i.e length is not correct in message body for multiple elements. Re: Date/time validations in Groovyscript Your link is showing web error,