<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   Sort: Rank

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

View SoapUI Log in SoapUI
How to view SoapUI log in SoapUI? When you run a test, SoapUI records some high level execution information and debug messages in the SoapUI log. You can follow this tutorial to see view SoapUI log after running a SoapUI test. 1. Start SoapUI on your computer. 2. Click "File &gt; Import" menu to...
2018-04-12, 1719🔥, 0💬

What Is SOAP Web Service
What Is SOAP Web Service? SOAP (Simple Object Access Protocol) Web Service is a Web service implemented with the SOAP protocol. A SOAP Web service uses SOAP messages to exchange information between clients and the server. A SOAP message is an XML document containing the following elements: Envelope ...
2018-04-12, 1594🔥, 0💬

Testing SOAP Web Service with SoapUI
Where to find tutorials on Testing SOAP Web Service with SoapUI? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Testing SOAP Web Service with SoapUI What Is SOAP Web Service What Is WSDL Create SOAP Project with WSDL Document Run Web Service R...
2018-04-12, 1556🔥, 0💬

Create SOAP Project with WSDL Document
How to Create a SOAP Project with a WSDL Document? Most SOAP Web service providers offers WSDL documents to describe their Web services. You can create SOAP test projects in SoapUI with a given WSDL document as shown in this tutorial. 1. Open https://graphical.weather.gov/ xml/in a Web browser and r...
2018-04-07, 1896🔥, 0💬

Run SOAP Test Case in SoapUI
How to Run SOAP Test Case in SoapUI? You can follow this tutorial to run test cases in a SOAP project in SoapUI. 1. Open NDFD-soapui.xml project in SoapUI. 2. Double-click on "SOAP Request" you added as a test step in the test case. You see a sample SOAP request message. 3. Review the request messag...
2018-04-07, 1823🔥, 0💬

Run Web Service Request for SOAP Operation
How to run a sample Web service request for a SOAP operation in SoapUI? I have the SOAP project created with the WSDL document. If you have a SOAP project created properly, you can follow this tutorial to run a sample Web service request for a SOAP operation. 1. Start SoapUI on your computer. 2. Cli...
2018-04-07, 1742🔥, 0💬

Add SOAP Request as Test Step in SoapUI
How to Add SOAP Request as Test Step in SoapUI? I have the SOAP project created with the WSDL document. If you have a SOAP project created properly, you can follow this tutorial to create a test case and add SOAP Requests as test steps. 1. Start SoapUI on your computer. 2. Click "File &gt; Impor...
2018-04-07, 1582🔥, 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, 1435🔥, 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, 3714🔥, 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, 2110🔥, 0💬

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, 1443🔥, 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, 1266🔥, 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, 1099🔥, 0💬

Base64 Decoder
How to perform Base64 Decoding? Base64 encoding is designed to convert any digital data into 64 printable characters as described in RFC 2045. Base64 encoding is mainly used to protect data be transferred safely over the Internet. Email attachments are usually associated with the following headers t...
2018-03-28, 4557🔥, 0💬

Base64 Encoder
How to perform Base64 Encoding? Base64 encoding is designed to convert any digital data into 64 printable characters as described in RFC 2045. Base64 encoding is mainly used to protect data be transferred safely over the Internet. Email attachments are usually associated with the following headers t...
2018-03-28, 3650🔥, 0💬

Using UFT (Unified Functional Testing)
Where to find tutorials on Using UFT (Unified Functional Testing)? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using UFT (Unified Functional Testing). Start UFT (Unified Functional Testing) Create New Test in UFT Enter Script Statement in U...
2018-03-28, 2689🔥, 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, 2230🔥, 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, 2022🔥, 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, 1803🔥, 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, 1799🔥, 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, 1617🔥, 0💬

HTTP POST with XML Message
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an XML message to a server with JMeter. 1. Create a Test Plan called Azure-Echo-API.jmx with the following HTTP Request in a Thread Group: Protocol: http Server Name: echoapi.cloudapp.net Method: POST P...
2018-03-18, 14511🔥, 0💬

Working With XML Body Messages
Where to find tutorials on Working With XML Body Messages in JMeter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Working With XML Body Messages in JMeter. HTTP POST with XML Message XML Assertion - XML Validation XPath Assertion - XPath Exp...
2018-03-18, 3106🔥, 0💬

<< < 8 9 10 11 12 13 14 15 16 17 18 > >>   Sort: Rank