easyfish
9 years agoContributor
How retrieve data source automatically once soapui starts up
Hi,
Now I have oracle jdbc as my data source. Once I quite soapui and rerun soapui, all the values in data source are lost. I have to click the green triangle icon and retrieve value from database for each data source.
I am wondering how I can retrive data value automatically from database once soapui is started. Now the issue is very critical for me.
Thanks for your kind support in advance!
If you have your connection established, you should be able to run the whole project, test suite or test case and this should execute all test steps including retrieving data from the db.
Can you please give an example of a structure for you tests? Becides I use db as a data source as well and I don't need to run it separatly for each step.