1 2 3 > >>   Sort: Date

gzip Compressed HTTP Response in SoapUI
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website, you may get gzip compressed HTTP response back as shown in this tutorial. 1. Create a new project in SoapUI and add the following HTTP request: TestStep Name: Bing Home Endpoint: http://www.bing.com...
2022-03-18, 12635🔥, 1💬

Turn Off HTTP Response Compression in SoapUI
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size and improves Website performance. But it makes the test job difficult. You can follow this tutorial to turn off HTTP response compression. 1. Click "File > Preferences". You see "Set global So...
2018-04-21, 9360🔥, 0💬

View Request and Response Raw Messages in SoapUI
How to view request and response raw messages in SoapUI? Request raw message is the actual data SoapUI is sending to the remote server, when you run a request. The Request raw message includes the GET, POST or other HTTP method line, request headers, and the request body. Response raw message is the...
2018-04-21, 7011🔥, 0💬

SoapUI Error - com.eviware.soapui.plugins
How to fix the SoapUI error "com.eviware.soapui.plugins ..."? You are getting the following SoapUI error, because some SoapUI plugins are not fully installed: C:\fyicenter>\fyicenter \SoapUI\bin\soapui.bat... 21:26:01,995 ERROR [SoapUI] An error occurred [com.eviware.soapui.plugins.au to.fact...
2018-04-28, 4765🔥, 0💬

View HTTP Log in SoapUI
How to view HTTP request and response logs in SoapUI? When you run a test, SoapUI records some debug message for each HTTP request and response in the HTTP log. You can follow this tutorial to see view HTTP log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File > Im...
2018-04-12, 4201🔥, 0💬

Error with Running soapui.bat
Why I am getting errors when running soapui.bat? Sometimes you may get errors when running the soapui.bat file directly as shown below: C:\fyicenter>\fyicenter \SoapUI\bin\soapui.bat21:46:17,864 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\fyicenter\soapui-set tings.xml]...
2018-04-28, 3790🔥, 0💬

Clone SOAP Request in SOAP Test Case
How to clone a SOAP Request in a SOAP Test Case? I want create new SOAP request similar to an existing SOAP request. You can follow this tutorial to clone an existing SOAP request to save time and avoid mistake when creating new test steps. 1. Open NDFD-soapui.xml project in SoapUI. 2. Right-click o...
2018-03-31, 3618🔥, 0💬

REST API Resource with Template Parameters
How to add a REST API resource with template parameters in SoapUI? You can follow this tutorial to add new resources with template parameters to a REST API service in SoapUI. 1. Start SoapUI on your computer. 2. Click "File > Import" menu to open your SoapUI test project stored in "\fyicenter...
2023-06-12, 2910🔥, 2💬

💬 2023-06-12 FYIcenter.com: @Stephen, Maybe you can try to simplify your template as: database/{database}/{geocode}

💬 2023-06-08 Stephen: How do you make a double parameter with a choice work? eg database/{database}/{geocode: geocode|geocode.json} I can get the data...

"timeout value is negative" on LoadTestRunner
Why am I getting the "timeout value is negative" error on LoadTestRunner? You will get the "Decompression of response failed" error on LoadTestRunner, if your load test delay random factor is > 1.0. For example, your load test has the following settings: Strategy: Simple Delay: 1000 Random: 1...
2018-02-08, 2898🔥, 0💬

Parameter Types of REST API in SoapUI
What types of REST API parameters are supported in SoapUI? SoapUI REST projects support the following types of REST API parameters: 1. Query Parameter - Query parameters are parameters encoded in the query string of the final requesting URL. For example, "http://api.example.com/orders /1001?format=xm...
2018-03-13, 2619🔥, 0💬

SoapUI Error - SLF4J: Failed to load class
How to fix the SoapUI error "SLF4J: Failed to load class ..."? You are getting the following SoapUI error, because the SLF4J implementation JAR file is not included in the installation: C:\fyicenter>\fyicenter \SoapUI\bin\soapui.bat... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerB. ..
2018-04-28, 2554🔥, 0💬

Run REST API Request with Template Parameter
How to Run a REST API Request with Template Parameters? When running a REST API request, you need to provide a actual values to each template parameter as shown in this tutorial. 1. Start SoapUI on your computer. 2. Click "File > Import" menu to open your SoapUI test project stored in "\fyice...
2018-03-13, 2499🔥, 0💬

"Decompression of response failed" on LoadTestRunner
Why am I getting the "Decompression of response failed" error on LoadTestRunner? My load test runs ok on SoapUI GUI. You will get the "Decompression of response failed" error on LoadTestRunner, if the Web server is sending you gzip compressed HTTP responses. For example, your load test has the follo...
2018-02-08, 2343🔥, 0💬

Load Test Parameters in SoapUI
What are load test parameters supported in SoapUI? SoapUI supports the following load test parameters: Threads - Default is 5. Threads specifies the number of threads used to run the same test case concurrently. The more threads you use, the more load is added to the remote server. Strategy - Defaul...
2018-03-10, 2285🔥, 0💬

SoapUI Tutorials
Where to find tutorials on SoapUI test tool? I want to know how to use SoapUI. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about SoapUI test tool: Getting Started with SoapUI What Is SoapUI? Download and Install SoapUI Start Up Soa...
2018-02-03, 2284🔥, 0💬

What Is SoapUI?
What Is SoapUI? SoapUI is web service testing application for service-oriented architectures (SOA) and representational state transfers (REST). Its functionality covers web service inspection, invoking, development, simulation and mocking, functional testing, load and compliance testing. SoapUI has ...
2018-02-03, 2194🔥, 0💬

Rename Project Objects in SoapUI
How to rename project objects in SoapUI? When you create new SoapUI objects, their names might be set to default names like: Project 1, TestSuite 1, Request 1, etc. If you don't like those names, you can change them as shown in this tutorial. 1. Start SoapUI on your computer. 2. Click "File >...
2018-03-24, 2178🔥, 0💬

Add "Not SOAP Fault" Assertion to SOAP Request
How to Add "Not SOAP Fault" Assertion to a SOAP Request? I want to ensure the SOAP request always returns good response with no errors. You can follow this tutorial to Add "Not SOAP Fault" Assertion to SOAP Request. 1. Open NDFD-soapui.xml project in SoapUI. 2. Double-click on "SOAP Request" you add...
2018-04-12, 2174🔥, 0💬

Run SoapUI Test Case with TestRunner Command
How to Run SoapUI Test Case with TestRunner Command? You can follow this tutorial to run a SoapUI Test Case with TestRunner Command. 1. Open Windows command line window. 2. Go to the folder where your SoapUI project file is located and run the TestRunner command with the project file: C:\fyicenter&a...
2018-02-28, 2083🔥, 0💬

"TestRunner -r" to Print Summary Report
How to use SoapUI "TestRunner -r" command option to print test result summary? If you want to get a nice simple test result summary, you can use the SoapUI "TestRunner -r" command option as shown below: C:\fyicenter>\fyicenter \SoapUI\bin\testrunner.bat-r flickr-project.xml 13:28:29,421 INFO ...
2018-02-28, 2066🔥, 0💬

Download and Install SoapUI
How to Download and Install SoapUI on my Windows computer? If you want to try SoapUI, you follow this tutorial to download and install SoapUI on your Windows computer. 1. Go to SoapUI Website . 2. Click "Get It" under the "SoapUI OpenSource" heading. 3. Save the download file to your computer like: ...
2018-02-03, 2058🔥, 0💬

What Is SoapUI TestRunner Command
What Is SoapUI TestRunner Command? SoapUI TestRunner Command is a command line tool that allows you to run test cases defined in SoapUI projects at the command line without the graphical user interface. SoapUI TestRunner Command is a nice tool for running your test cases in batch scheduled as a back...
2018-02-28, 2045🔥, 0💬

SOAP Request Failed in SOAP Test Case
What will happen if a SOAP request failed in a test case? When the SOAP server failed to process a SOAP request, it should return a SOAP Fault message as shown below. 1. Open NDFD-soapui.xml project in SoapUI. 2. Double-click on "SOAP Request Error" you added in the last tutorial. You see a sample S...
2018-03-31, 2036🔥, 0💬

Add Assertion to Request in SoapUI
How to add assertions to requests in SoapUI? When you perform a request as a test step in SoapUI, you need to add some assertions to determine if the request is successful or not. You can follow this tutorial to see add assertions to a request in a SoapUI test. 1. Start SoapUI on your computer. 2. C...
2018-04-21, 1998🔥, 0💬

1 2 3 > >>   Sort: Date