ContributionsMost RecentMost LikesSolutionsHow to output the value of a property/variable in SoapUI Pro to command line? I am executing my soap project through command line. I want to output the value of one of the property to command line after the execution of my project. How can I do that? Thanks Re: How to set "File Path" in DataSource test step using groovyThanks "nmrao". Can you also provide me the groovy statement to be used to set the file path inside the datasource test step?How to set "File Path" in DataSource test step using groovyHow to set "File Path" in DataSource test step using groovy? I have multiple datasources in my test case and I want to set the path's inside each of the test cases using a groovy script. How can I do that? Thanks in Advance.Re: Ability for DataSource to read property names from text/xcelHi, Is there any update on this feature enhancement? Thanks,Re: How to Insert a Web Test Case in a Soap-UI project?Hi, I am working with a Soap-based web service. I want to go to a URL and on the page loaded need to uncheck a box and then click a button. Finally copy the returned value from the page. Is this something, that can be done in Soap-UI Pro? Thanks,How to Insert a Web Test Case in a Soap-UI project?How to Insert a Web Test Case in a Soap-UI project? I want to make a call to a url address and read some data from that page. Please advise. Thanks,SolvedAbility for DataSource to read property names from text/xcelIt would be good to have the following ability to the Data Source Test Step. "DataSource Test Step should be capable of reading the property Names either from a Text file or an excel." It is very tedious to type all the property names in the DataSource test step. Currently for a project, I read 225 data values from a spreadsheet and I had to type all these property names manually into this test step..XLSX support in Soap-UI ProHello, Does the current version of Soap-UI Pro (version 4.6.4) support .xlsx excel files? I have seen posts from 2009 saying it's in the list of items to be addressed soon and a few posts from 2011 saying its going to come out in the near future(the post said, the feature might be out in about a month). Soap-UI's internal request # for this is SOBL-1075. Thanks,How to save the Test Case Execution time using groovyHi, I want to save the test case execution time using groovy. My testcase looks something like this: Here are the steps in my testcase: DataSource DataGen Properties Groovy Script1 Property Transfer1 REST Request1 Groovy Script2 Property Transfer2 REST Request2 Groovy Script3 Property Transfer3 REST Request3 DataSink DataSource Loop I am reading/writing data from/to an excel sheet. Each row in the excel is a test case. So I want to calculate the time taken to execute the steps for each row? Soap is printing a time in the logs, but that is the time taken to execute all the rows in the excel.Re: [Res] DataSoruce with mandatory and non mandatory fieldsI am good for now with the custom groovy script. Thanks for your help.