<< < 1 2 3   Sort: Date

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, 1422🔥, 0💬

"TestRunner -a" to Export All Results
How to use SoapUI "TestRunner -a" command option to Export All Results of all test cases? If you want to get a dump report of all results of all test cases, you can use the SoapUI "TestRunner -a" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\testrunner.bat-a -r First-proj...
2018-02-14, 1417🔥, 0💬

What Is WSDL
What Is WSDL? WSDL (Web Services Description Language) is an XML-based interface definition language that is used for describing the functionality offered by a web service. WSDL 2.0 uses the following XML elements: Service - Contains a set of system functions that have been exposed to the Web-based ...
2018-04-07, 1413🔥, 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, 1366🔥, 0💬

Start Up SoapUI
How to Start Up SoapUI on my Windows computer? There are 2 ways to startup SoapUI on your computer: 1. Run the SoapUI executable file in a command window: C:\fyicenter&gt;\fyicenter \SoapUI\bin\SoapUI-5.4.0.exe2. Double-click on the batch file: \fyicenter\SoapUI\bin\SoapUI-5 .4.0.exein Windows E...
2018-02-03, 1362🔥, 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, 1240🔥, 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, 1238🔥, 0💬

"LoadTestRunner -r" to Generate Load Test Report
How to use SoapUI "LoadTestRunner -r" command option to generate load test reports? If you want to get a load test result report, you can use the SoapUI "LoadTestRunner -r" command option as shown below: C:\fyicenter&gt;\fyicenter \SoapUI\bin\LoadTestRunner.bat-r Google-vs-Bing-soapui.xml ... 21...
2018-02-08, 1206🔥, 0💬

Getting Started with SoapUI
Where to find tutorials on getting started with SoapUI? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on getting started with SoapUI. What Is SoapUI? Download and Install SoapUI Start Up SoapUI Create My First SoapUI Test Run My First SoapUI Tes...
2018-02-03, 1194🔥, 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, 1130🔥, 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, 1090🔥, 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, 1085🔥, 0💬

<< < 1 2 3   Sort: Date