I play with SoapUI (a free open-source publication) to find out if it can be useful at work for such extensive API testing, which we often do, because now we conduct most of our testing directly on the -ui swagger in each server / application, and some functions, such as automation of some test cases, can be very convenient (among many others).
The problem is that I cannot figure out how to import all endpoints into SoapUI without having to manually create them one at a time. I see that there is an opportunity to import from swagger, but I can not get it to work, and googling around has not helped me yet.
- Can this be done with the free version? I know REST discovery is a professional feature, but that is not what I am looking for.
- Can someone tell me what the steps will be? I tried pointing it to the swagger-ui page, but did nothing. I have access to the source code of the application (written in java + spring), will there be a swag definition that I need to import somewhere there? Tried, but I probably donβt look in the right place.
I know that I am stuck in something that is probably ridiculously simple, but I would appreciate any help on this.
Edit: this is using SoapUI version 5.2.1
swagger soapui
Laucien
source share