Need function in data source to write properties to a file
Hi,
Under Soapui datasink, there are functions that we can write properties to a file or import properties from a file. Under data source, there is only function to import from a file. I would like to have the functiom that we can write data source properties to a file so that next time I can reuse it directly or reuse it little update.
Thanks for your kind support!
you can try to add a property transfer and dataSink steps. The idea is that you will transter data between you dataSource and DataSinc, and save them to a specific file.
Alternatively, if you are comfortable with scripting, you can do a select from groovy (instead of using dataSource step), and save results to the file in the same script using a code example I gave you before.