ContributionsMost RecentMost LikesSolutionsLooping rows in DataSource via groovyid like to loop thru rows of a particular datasource column and dynamically create the xml I get my teststep and can set start/end rows, and view current rows, but how do I do this? for(i=0;i<rowcount;i++) { ts.getPropertyValue("column header name") } and do it for each row??Returning XML when using "Run TestCase" test stepI have basic tests set up with the following test steps //============= // Test Case A //============= Test Case A TestRequest MockResponse Groovy - to verify XML returned in steps above (values stored in RawRequest, Request and Response) //============= // Test Case B //============= Test Case B Run TestCaseA - Run TestCase test step TestRequest MockResponse Groovy - to verify XML returned in steps above (values stored in RawRequest, Request and Response) When running Test Case B, the "Run TestCase" test step fails because the Groovy script in Test Case A fails due to the fact that the XML values for RawRequest, Request and Response properties of that test case are not updated when using that test step (it works fine when run as a Test Case itself) Is there a way for the XML values to populate when using the Run TestCase test step?Re: Changing test step names using Groovyjust needed to walk away ... ts.getName() ts.setName(<String>)Changing test step names using GroovyIs it possible to change test step names using groovy? The set/get property methods seem to set/grab from custom properties, but I want to access GroovyScript Properties MockResponse Properties TestRequest PropertiesRe: Missing operation for soapAction ...Sorry, I didn't post in pro because i did not think it was a pro bug. Running soapUI on RHEL 5.6. I'm running from 4 diff tests we have here (and I'm new so I dont know them all very well). The error logs I have are the exact same as others who posted. Missing operation for soapAction ... I do NOT have HTTP Settings/Enable Mock HTTP Log: Logs wire content of all mock requests checked; are there other settings I should look into?Missing operation for soapAction ...I'm running multiple tests and have found that after some period of time (TBD) of running successful tests, things stop working and I start receiving.... "Missing operation for soap Action ... and body element ... with SOAP Version ..." And then, the error will go away, and things will be successful again. I've read plenty of info on this topic, but none of the suggestions work. In fact, this error is so random, I cannot pin point it. Appreciate some clarity and solution that's not "upgrade"...I'm currently using a Pro license for soap UI 4.5.1.Re: can you preload properties before sending request?so, 1) write them to file and 2) from the startup script I can call System.getProperty ? or is there more to it?Re: WS-Security header applied when not seti found out that when WS-Security settings are set, and not used, the header was put on. When I removed all of them (keystone, in, out, …) it stopped. Seems like a bug?Re: can you preload properties before sending request?Tks for the reply. For clarity, I have a properties file as a test step, I'd like to use say a start-up script to pull all of those properties, and update the soap request so that instead of #phone-number I would see the actual phone number. Does that help? Your response suggested editing the file prior to launching the gui. Id like to be able to update a properties file, and during start-up, update the request.can you preload properties before sending request?Is there a way to preload properties before submitting request?