ContributionsMost RecentMost LikesSolutionsRe: Execution goes from row 1, then 3,then 5 but no execution for row2 and 3? Hi, in fact the datasource was in the loop, we put it before the loop and now it's OK, thanks a lot, Greetings Execution goes from row 1, then 3,then 5 but no execution for row2 and 3? Hi, I have a DataSource with 5 rows but only rows 1,3,5 are considered? I've looking in preferences, installed the last SOAPUIPRO but got always the issue... Any help or idea? Thanks Regards Solvedexecution from datasource takes more and more time Hello, I'm using SOAPUI PRO. When I execute a request i get the return very quickly, but when i try on 1000 lines from the datasource object, the answer takes more and more time and sometimes i can't go to the end..... Is it a lack of performance, do i have something to clean at the end of each request return.... Thank you, Greatings Re: set header in teststep by loop Thanx Nat, it works fine! set header in teststep by loop Hi, I'd like to set all my teststep Hedears by looping, something like that : def testSteps = context.testCase.getTestStepList() testSteps.each{ // This block will loop through the test steps and print the test step name to the log testRunner.testCase.getTestStepByName(myTestStep).testRequest.setRequestHeaders(headers) } but get this "class" error groovy.lang.MissingPropertyException: No such property: getTestStepByName for class: com.eviware.soapui.impl.wsdl.WsdlTestCasePro error at line: 32 Thx for any help SolvedRe: DataSink outfile with date or number Hello Tanya, thank you for yur help, it does the job :) Greetings DataSink outfile with date or number Hi there, i'd like to add the date or a number in my Out File xls file, is there a way like this "result/outfile[Date].xls" ... Thx a lot, Emile Solved