Interview Questions

How to create a SoapUI project?

SoapUI FAQ


(Continued from previous question...)

How to create a SoapUI project?

The SoapUI project is the central point in all SoapUI testing. Once the project is created, you can create and run Functional Tests, LoadTests, create MockServices or much more. In this tutorial, we will walk through two things how to:

1. Create a SoapUI project
--In the navigator, which is the tree structure at the left in the SoapUI GUI, right click on the project node

--In the New SoapUI Project dialog enter a project name and click OK
--This will create a new project in the Navigator.

2. Add a WSDL
In SoapUI the projects mostly are based on a WSDL. It’s not necessary to start by importing a WSDL, but it makes testing easier since the WSDL contains all information you need about the web service tested; information about the requests and responses, what they contain and much more, which simplifies SoapUI testing greatly.
Let’s add a WSDL to the project;
1. Right click on the project node and select Add WSDL
2. Enter
3..You should now see that the WSDL was successfully added to the project by seeing the operations in the Web Service in the navigator.
4. You can double click the Project for a window that gives you overview of your project. As your project and test skills grow, this view will be very important since you can manage a great deal of things at project level, like JDBC Connections (SoapUI Pro only), Security Configurations. SoapUI even contains basic Requirements functionality in the Project Window.
5. You can also double click the Interface for an Interface view

(Continued on next question...)

Other Interview Questions