Hello all,
I'm doing some functionnal test using SoapUi. For some tests I need some properties which change dynamically. In order to update them on each test, a small program write an external properties file on my hardDisk with the new values. Then on soapUi properties test step, I load it using "Reload the current properties from the selected file" button.
My question is is there a way to automatically run the reload function, each time I start the testCases, before running the soap/rest requests?
Regards.