< 1 2 3 >   Sort: Rank

Testing REST API with SoapUI
Where to find tutorials on Testing REST API with SoapUI? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Testing REST API with SoapUI What Is REST and RESTful API Terminologies Used in RESTful API What Are CRUD Operations in RESTful API Create ...
2018-03-31, 1409🔥, 0💬

Terminologies Used in RESTful API
What are commonly used terms in RESTful API? Here are some commonly used terms in RESTful API: RESTful API - Refers to the client-server API of a REST compliant software. REST API - Same as RESTful API. Service - Refers to the URL component that identifies the location where the server can be reache...
2018-03-31, 1227🔥, 0💬

What Is REST and RESTful API
What Is REST and RESTful API? REST (Representational State Transfer) is style of software architecture that follows these constraints: 1. Client-Server Architecture - The software is divided into two components: the client component that interacts with end users with data presentation and data input...
2018-03-31, 1083🔥, 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 &gt;...
2018-03-24, 2178🔥, 0💬

Add New Resource to REST API Service in SoapUI
How to add a new resource to a REST API service in SoapUI? I have created the REST project already. You can follow this tutorial to add new resources to a REST API service in SoapUI. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to open your SoapUI test project stored in "\f...
2018-03-24, 1997🔥, 0💬

What Are CRUD Operations in RESTful API
What Are CRUD Operations in RESTful API? CRUD (Create, Retrieve, Update and Delete) Operations in RESTful API refers to 4 primary operations that are supported by most REST compliant software: Create Operation - Implemented mostly with HTTP POST method. Allows client to create a new resource on the ...
2018-03-24, 1779🔥, 0💬

Run REST Project Request in SoapUI
How to run a REST project request in SoapUI? A request in a REST project represents a HTTP request of a specific GET or other method for a specific resource provided a REST API. This tutorial shows you how to run a request in a REST project in SoapUI using iextrading.com API as an example. 1. Start ...
2018-03-24, 1771🔥, 0💬

Create REST Project in SoapUI
How to create a REST project in SoapUI to test REST APIs? This tutorial shows you how to create a REST project in SoapUI to test a REST API using iextrading.com API as an example. 1. Start SoapUI on your computer. 2. Click "File &gt; New REST Project". You see the "New REST Project" dialog box. ...
2018-03-24, 1587🔥, 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💬

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 &gt; Import" menu to open your SoapUI test project stored in "\fyice...
2018-03-13, 2499🔥, 0💬

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

Performing Load Tests with SoapUI
Where to find tutorials on Performing Load Tests with SoapUI? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Performing Load Tests with SoapUI Build Test Steps for Load Test with SoapUI Create Load Test with SoapUI Load Test Parameters in Soap...
2018-03-13, 1231🔥, 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💬

Load Test Result in SoapUI
How to read load test result in SoapUI? SoapUI presents the load test result with these columns: Test Step - The name of the test step executed in the test. min - The best response time in milliseconds for this test step. max - The worst response time in milliseconds for this test step. avg - The av...
2018-03-10, 1534🔥, 0💬

Create Load Test with SoapUI
How to create a load test with SoapUI? I have created test steps for the load test. You can follow this tutorial to create a load test in SoapUI. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to open your Flickr SoapUI test project stored in "\fyicenter\Flickr-project.xml "....
2018-03-10, 1344🔥, 0💬

Build Test Steps for Load Test with SoapUI
How to build Test Steps for a load test with SoapUI? To perform a load test, you need to build test steps in same way as normal SoapUI test project as shown in this tutorial. 1. Start SoapUI on your computer. 2. Click on "File &gt; Create Empty Project" menu. You see a new project "Project 1" cr...
2018-03-10, 1073🔥, 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&gt;\fyicenter \SoapUI\bin\testrunner.bat-r flickr-project.xml 13:28:29,421 INFO ...
2018-02-28, 2066🔥, 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💬

"TestRunner -M" for Test Run Log Report
How to use SoapUI "TestRunner -M" command option to create a Test Run Log Report in XML format? If you want to get a nice test run report in XML format, you can use the SoapUI "TestRunner -M" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\testrunner.bat-M -r flickr-project...
2018-02-28, 1633🔥, 0💬

Using SoapUI TestRunner Command
Where to find tutorials on Using SoapUI TestRunner Command? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using SoapUI TestRunner Command. What Is SoapUI TestRunner Command Run SoapUI Test Case with TestRunner Command "TestRunner -r" to Print...
2018-02-28, 1121🔥, 0💬

Using SoapUI LoadTestRunner Command
Where to find tutorials on Using SoapUI LoadTestRunner Command? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using SoapUI LoadTestRunner Command. What Is SoapUI LoadTestRunner Command Run SoapUI Load Test with LoadTestRunner Command Load Tes...
2018-02-14, 1789🔥, 0💬

Run SoapUI Load Test with LoadTestRunner Command
How to Run SoapUI Load Test with LoadTestRunner Command? You can follow this tutorial to run a SoapUI Load Test with LoadTestRunner Command. 1. Open Windows command line window. 2. Go to the folder where your SoapUI project file is located and run the LoadTestRunner command with the project file: C:...
2018-02-14, 1744🔥, 0💬

What Is SoapUI LoadTestRunner Command
What Is SoapUI LoadTestRunner Command? SoapUI LoadTestRunner Command is a command line tool that allows you to run load tests defined in SoapUI projects at the command line without the graphical user interface. SoapUI LoadTestRunner Command is a nice tool for running your load test cases in batch sc...
2018-02-14, 1650🔥, 0💬

< 1 2 3 >   Sort: Rank