0% found this document useful (0 votes)
28 views9 pages

Web Services Testing: Soapui

This document discusses XML, web services, and the testing tool SoapUI. It defines XML as a data format that can store and transfer data between systems using custom tags. Web services are described as applications without a GUI that take XML input, process the data, and provide XML output. WSDL provides information about a web service's input and output formats and exposed services. SoapUI is an automation tool that can generate XML input, send it to a web service, receive the XML output, and validate the data and generate reports. It outlines the typical workflow of creating a SoapUI project with test suites and test cases containing test steps.

Uploaded by

shanbhaganup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views9 pages

Web Services Testing: Soapui

This document discusses XML, web services, and the testing tool SoapUI. It defines XML as a data format that can store and transfer data between systems using custom tags. Web services are described as applications without a GUI that take XML input, process the data, and provide XML output. WSDL provides information about a web service's input and output formats and exposed services. SoapUI is an automation tool that can generate XML input, send it to a web service, receive the XML output, and validate the data and generate reports. It outlines the typical workflow of creating a SoapUI project with test suites and test cases containing test steps.

Uploaded by

shanbhaganup
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 9

WEB SERVICES

testing

SOAPUI

XML(Extendible Markup
Language)

XML can be used as a data source to hold some data.

XML can be used to communicate data between systems.

In XML we can define our own tags ultimately, we are defining our own protocol to transfer data between systems

<PersonalData>
<FirstName> Amit </FirstName>
<MiddleName> Singh
</MiddleName>
<LastName> Rathi </LastName>
</PersonalData>

WEBSERVICE
Web service can be defined as an
application, which does not have
any GUI. Web service have
engine, this engine takes input in
the form of XML, process the data
and provide output again in the
form of XML

WEBSERVICES

WSDL(Web Service Definition


Language)

* When we are working on web service, we dont have idea, what is


the format of input xml that web service take
* What is the format of output xml generated by web services.
* What are the different services is exposed by my web service

All these information is


mentioned in XML formatted
document is called WSDL
We use this wsdl while
testing web services

TYPES OF WEBSERVICES
SOAP
Conventional
Heavy
Use WSDL

REST
New Technology
Light Weighted
Use WADL

SoapUI

Automation tool for web services function and load testing

Receive data coming from web service and validate data

Generate XML on behalf of our input data and send it web service
engine.
Generate basic reports as well

Workflow of SoapUI
CREATE SOAPUI
PROJECT
Create Test Suite
Create Test Cases

Create Test Steps


bestpowerpointtemplates.com

Questions

Q& A

bestpowerpointtemplates.com

You might also like