Top "Soapui" questions

SoapUI is an open-source desktop application providing functional testing, load testing, security testing, API mocking, and API monitoring for both SOAP/WSDL and REST/WADL web services.

Continue after failed assertion

Once an assertion fails( typically API response ), the remaining test steps in a test case do not get executed. How …

automated-tests soapui
Running VMWare powerCLI commands with SoapUI

I have a powershell script file with PowerCLI commands like Connect-VIServer etc. I am able to run the script file …

powershell vmware soapui powercli
Unable to resolve class groovy.json.JsonSlurpe

I am getting the following error messages returned: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script3.groovy: 1: unable to resolve …

groovy soapui ready-api
How select json value in soapui property transfer from HTTP request?

Here is a raw response: HTTP/1.1 200 OK Date: Tue, 21 Oct 2014 08:46:31 GMT Content-Type: application/json;charset=UTF-8 Transfer-Encoding: chunked Server: Jetty(9.2.2.…

json rest properties soapui transfer
WCF WebService with UserName Authentication test on SoapUi

I have WCF WebService with UserName Authentication and not able to test it with Soapui. Here you have web.config: &…

wcf authentication soapui username
Create MockService in soapUI without wsdl

Is it somehow possible to create mock service in soapUI without having wsdl file? All I have is sample request …

web-services soap wsdl soapui
How to check file exists in Groovy script

Workbook aWorkBook = Workbook.getWorkbook(new File("C:\Users\Response.xls")); WritableWorkbook workbook1 = Workbook.createWorkbook(new File("C:\Users\Responses.xls"), …

groovy soapui data-driven-tests data-driven
How do I import SoapUI project in Postman?

Can anyone help me in importing the SoapUI project in postman? I have imported wsdls in SoapUI. So I need …

soapui postman
SOAPUI: How to include Groovy script from an external file

How can I include groovy script from an external file? I was tried to use: def script = new GroovyScriptEngine('d:/…

groovy soapui
API Testing Using SoapUI vs Postman vs Runscope

I'm new to using applications to test backend APIs. I've always just manually tested using the front-end applications. What I …

automated-tests soapui postman web-api-testing runscope