JMeter Performance Testing Tutorial 16 - How to test the performance of SOAP and REST APIs

Опубликовано: 02 Октябрь 2024
на канале: Testing Funda by Zeeshan Asghar
6,264
182

How to test the performance of SOAP and REST APIs
===========================================

What is an API?
===============
In computing, an application programming interface is an interface that
defines interactions between multiple software applications.

What is REST API?
===============
Representational state transfer is a software architectural style that uses a subset of HTTP.
It is commonly used to create interactive applications that use Web services.
A Web service that follows these guidelines is called RESTful.

What is SOAP API?
================
SOAP is a messaging protocol specification for exchanging structured information in the implementation of web services
in computer networks.

SAMPLE SOAP API URL
======================
http://www.learnwebservices.com/

http://www.learnwebservices.com/servi... URL that accepts a name, and gives back a welcome message. (The service accepts only POST HTTP requests so you may not use it in a browser directly.) The WSDL file that specifies the interface is available at http://www.learnwebservices.com/servi...


SAMPLE REST API URL
======================
https://www.instantwebtools.net/fake-...

End Point: https://api.instantwebtools.net/v1/ai...
Method: Get
Description: Read all airline details.

End Point: https://api.instantwebtools.net/v1/pa...
Method: Post
Description: Create passenger using correct passenger data.
Paramters
========
- Name
- Trips
- Airline

Subscribe our channel for latest videos
==================================
   / testingfunda  

#selenium #tutorials #free #2022 #training
Watch more free Selenium Tutorials
   • Selenium WebDriver with Java Tutorial...  

#JMeter #performance #testing #tutorials #free #2022 #training
Step by step free JMeter performance tutorials
   • Postman API Testing Tutorial for Begi...  

#postman #API #testing #tutorial #manual #automation #free #2022 #training
Step by step free postman API manual and Automation Testing tutorials
   • Postman API Testing Tutorials for Beg...  

#java #programming #tutorials #free #2022 #training
Step by step free Java programming tutorials
   • Java tutorial 1 - What is Java | How ...  

#cypress.io #automation #testing #tutorials #free #2022 #training
Step by step free cypress.io automation testing tutorials
   • Cypress tutorial 1 - What is Cypress ...  

#agile #Youtube #series #free #2022 #training
Learn about agile from free YouTube series
   • Agile  

#learn #software #testing #innovative #animated #videos #free #2022
Learn software testing free from innovative animated videos
   • Boundary Value Analysis | Black Box T...