Forum Discussion
- RachaelbOccasional Visitor
What tools/processes do you use for API/web services automation, and how do you handle data creation/deletion for the scripts automated.
- ChrisAdamsChampion Level 2
Hi,
SoapUI is an API test tool for testing that APIs work as expected. It really isn't designed as an API scheduled runner.
Similar questions have been asked in the past. One suggested solution was to create batch file that contains the SoapUI command line command to run some test suite. This batch file could be added to a schedule timer.
My opinion, use SoapUI to work out the request and then use something like Python, Java to actually call the service at whatever time is required.
- annapurnajNew Contributor
Thank you for sharing your thoughts. We use SoapUI to send XML messages to our vendor when we have to process data in bulk using files. It would be great if I can run it at a off-peak time like 5 am every day and on top be able to send in file names as input to the 'request' in Soap-UI. I am looking into task scheduler on Windows.
Related Content
- 6 years ago
Recent Discussions
- 6 days ago