Api testing

APITesting
Manual and Automation
What is an API
It is a set of functions or
procedures used by
computer programs to
access operating system
services, software libraries or
other systems.
API – Application Programming Interface
Example of APIWorkflow
•It is the set of functions to
which the developers
perform requests and
receive responses.
•In REST API interaction is
made via HTTP protocol.
REST – Representational StateTransfer
REST API
HTTP Methods
• GET – Provides a read only access to a resource.
• POST – Use to update an existing or create a new resource.
• PUT – Use to create a new resource.
• DELETE – Use to remove a resource.
4 Commonly Used Methods:
APITesting
• Focus on Functionality;
not on behavior or customer experience.
Why APITesting!!!!
Some reasons that we need to do API testing:
• Make sure it does what it suppose to do.
• Make sure it can handle the load
• Find all the way users can mess things up
• Bug Free Deployment
Tools to used for APITesting
Postman SoapUI REST-assured
Postman
GET Method
Response
{
"id": "81901",
"employee_name": "141567018168",
"employee_salary": "123",
"employee_age": "23",
"profile_image": ""
}
Request
http://dummy.restapiexa
mple.com/api/v1/employ
ee/81901
POST Method
Response
{
"name": "Training session",
"salary": "123",
"age": "23",
"id": "86399"
}
Request
http://dummy.restapiexa
mple.com/api/v1/create
{"name":"test","salary":"1
23","age":"23"}
PUT Method
Response
{
"name": "Training session",
"salary": "123",
"age": "35",
"id": "86399"
}
Request
http://dummy.restapiexample.
com/api/v1/update/86399
{"name":“Training session
","salary":"123","age":“35"
}
DELETE Method
Response
{
"success": {
"text": "successfully! deleted
Records"
}
}
Request
http://dummy.restapiexample.
com/api/v1/delete/82155
API
AutomationTesting
How Does Postman work in automate API
testing
•Make a Call.
•Make a SimpleTest
•Schedule(Monitor)
Make A Call
Make A SimpleTest
•Pre Script
•Post Script
Schedule(Monitor)
1 de 19

Recomendados

B4USolution_API-Testing por
B4USolution_API-TestingB4USolution_API-Testing
B4USolution_API-Testingb4usolution .
1.3K vistas31 diapositivas
API Testing por
API TestingAPI Testing
API TestingBikash Sharma
7.8K vistas9 diapositivas
Api Testing por
Api TestingApi Testing
Api TestingVishwanath KC
1.4K vistas20 diapositivas
API Test Automation por
API Test Automation API Test Automation
API Test Automation SQALab
1.9K vistas26 diapositivas
Api Testing por
Api TestingApi Testing
Api TestingVishwanath KC
557 vistas20 diapositivas
API Testing: The heart of functional testing" with Bj Rollison por
API Testing: The heart of functional testing" with Bj RollisonAPI Testing: The heart of functional testing" with Bj Rollison
API Testing: The heart of functional testing" with Bj RollisonTEST Huddle
8K vistas17 diapositivas

Más contenido relacionado

La actualidad más candente

API Testing for everyone.pptx por
API Testing for everyone.pptxAPI Testing for everyone.pptx
API Testing for everyone.pptxPricilla Bilavendran
886 vistas24 diapositivas
API TESTING por
API TESTINGAPI TESTING
API TESTINGSijan Bhandari
591 vistas23 diapositivas
4 Major Advantages of API Testing por
4 Major Advantages of API Testing4 Major Advantages of API Testing
4 Major Advantages of API TestingQASource
8K vistas20 diapositivas
Api testing por
Api testingApi testing
Api testingKeshav Kashyap
30.1K vistas21 diapositivas
POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P... por
POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P...POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P...
POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P...Postman
2.3K vistas69 diapositivas
Postman Webinar: Postman 101 por
Postman Webinar: Postman 101Postman Webinar: Postman 101
Postman Webinar: Postman 101Nikita Sharma
413 vistas16 diapositivas

La actualidad más candente(20)

4 Major Advantages of API Testing por QASource
4 Major Advantages of API Testing4 Major Advantages of API Testing
4 Major Advantages of API Testing
QASource8K vistas
POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P... por Postman
POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P...POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P...
POST/CON 2019 Workshop: Testing, Automated Testing, and Reporting APIs with P...
Postman2.3K vistas
Postman Webinar: Postman 101 por Nikita Sharma
Postman Webinar: Postman 101Postman Webinar: Postman 101
Postman Webinar: Postman 101
Nikita Sharma413 vistas
How to Automate API Testing por Bruno Pedro
How to Automate API TestingHow to Automate API Testing
How to Automate API Testing
Bruno Pedro7.9K vistas
API Testing Presentations.pptx por ManmitSalunke
API Testing Presentations.pptxAPI Testing Presentations.pptx
API Testing Presentations.pptx
ManmitSalunke119 vistas
An introduction to api testing | David Tzemach por David Tzemach
An introduction to api testing | David TzemachAn introduction to api testing | David Tzemach
An introduction to api testing | David Tzemach
David Tzemach1.5K vistas
RESTful API Testing using Postman, Newman, and Jenkins por QASymphony
RESTful API Testing using Postman, Newman, and JenkinsRESTful API Testing using Postman, Newman, and Jenkins
RESTful API Testing using Postman, Newman, and Jenkins
QASymphony 5.5K vistas
Reasons To Automate API Testing Process por QASource
Reasons To Automate API Testing ProcessReasons To Automate API Testing Process
Reasons To Automate API Testing Process
QASource979 vistas
Postman. From simple API test to end to end scenario por HYS Enterprise
Postman. From simple API test to end to end scenarioPostman. From simple API test to end to end scenario
Postman. From simple API test to end to end scenario
HYS Enterprise2.5K vistas
Postman.ppt por ParrotBAD
Postman.pptPostman.ppt
Postman.ppt
ParrotBAD2.8K vistas
REST API Design & Development por Ashok Pundit
REST API Design & DevelopmentREST API Design & Development
REST API Design & Development
Ashok Pundit1.2K vistas
Presentation for soap ui por Anjali Rao
Presentation for soap uiPresentation for soap ui
Presentation for soap ui
Anjali Rao3.5K vistas
API Testing Using REST Assured with TestNG por Siddharth Sharma
API Testing Using REST Assured with TestNGAPI Testing Using REST Assured with TestNG
API Testing Using REST Assured with TestNG
Siddharth Sharma1K vistas
What is REST API? REST API Concepts and Examples | Edureka por Edureka!
What is REST API? REST API Concepts and Examples | EdurekaWhat is REST API? REST API Concepts and Examples | Edureka
What is REST API? REST API Concepts and Examples | Edureka
Edureka!1.6K vistas

Similar a Api testing

MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice... por
MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...
MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...Jitendra Bafna
1.3K vistas34 diapositivas
API Documentation.pptx por
API Documentation.pptxAPI Documentation.pptx
API Documentation.pptxRahulCR31
57 vistas21 diapositivas
API Documentation.pptx por
API Documentation.pptxAPI Documentation.pptx
API Documentation.pptxRahulCR31
45 vistas21 diapositivas
REST API Basics por
REST API BasicsREST API Basics
REST API BasicsTharindu Weerasinghe
132 vistas15 diapositivas
Planet of the APIs: Monitoring Transactions in the Wild por
Planet of the APIs: Monitoring Transactions in the WildPlanet of the APIs: Monitoring Transactions in the Wild
Planet of the APIs: Monitoring Transactions in the WildDeborah Schalm
581 vistas24 diapositivas
Planet of the APIs: Monitoring Transactions in the Wild por
Planet of the APIs: Monitoring Transactions in the WildPlanet of the APIs: Monitoring Transactions in the Wild
Planet of the APIs: Monitoring Transactions in the WildDevOps.com
52 vistas24 diapositivas

Similar a Api testing(20)

MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice... por Jitendra Bafna
MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...
MuleSoft Surat Virtual Meetup#21 - MuleSoft API and RAML Design Best Practice...
Jitendra Bafna1.3K vistas
API Documentation.pptx por RahulCR31
API Documentation.pptxAPI Documentation.pptx
API Documentation.pptx
RahulCR3157 vistas
API Documentation.pptx por RahulCR31
API Documentation.pptxAPI Documentation.pptx
API Documentation.pptx
RahulCR3145 vistas
Planet of the APIs: Monitoring Transactions in the Wild por Deborah Schalm
Planet of the APIs: Monitoring Transactions in the WildPlanet of the APIs: Monitoring Transactions in the Wild
Planet of the APIs: Monitoring Transactions in the Wild
Deborah Schalm581 vistas
Planet of the APIs: Monitoring Transactions in the Wild por DevOps.com
Planet of the APIs: Monitoring Transactions in the WildPlanet of the APIs: Monitoring Transactions in the Wild
Planet of the APIs: Monitoring Transactions in the Wild
DevOps.com52 vistas
Orchestrating API Programs for your Team por Postman
Orchestrating API Programs for your TeamOrchestrating API Programs for your Team
Orchestrating API Programs for your Team
Postman956 vistas
Webinar: Embracing REST APIs through APPSeCONNECT por APPSeCONNECT
Webinar: Embracing REST APIs through APPSeCONNECTWebinar: Embracing REST APIs through APPSeCONNECT
Webinar: Embracing REST APIs through APPSeCONNECT
APPSeCONNECT168 vistas

Último

DevsRank por
DevsRankDevsRank
DevsRankdevsrank786
11 vistas1 diapositiva
Cycleops - Automate deployments on top of bare metal.pptx por
Cycleops - Automate deployments on top of bare metal.pptxCycleops - Automate deployments on top of bare metal.pptx
Cycleops - Automate deployments on top of bare metal.pptxThanassis Parathyras
30 vistas12 diapositivas
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon por
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDeltares
13 vistas43 diapositivas
SAP FOR CONTRACT MANUFACTURING.pdf por
SAP FOR CONTRACT MANUFACTURING.pdfSAP FOR CONTRACT MANUFACTURING.pdf
SAP FOR CONTRACT MANUFACTURING.pdfVirendra Rai, PMP
11 vistas2 diapositivas
Unleash The Monkeys por
Unleash The MonkeysUnleash The Monkeys
Unleash The MonkeysJacob Duijzer
7 vistas28 diapositivas
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra... por
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra....NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...Marc Müller
38 vistas62 diapositivas

Último(20)

Cycleops - Automate deployments on top of bare metal.pptx por Thanassis Parathyras
Cycleops - Automate deployments on top of bare metal.pptxCycleops - Automate deployments on top of bare metal.pptx
Cycleops - Automate deployments on top of bare metal.pptx
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon por Deltares
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - AfternoonDSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
DSD-INT 2023 - Delft3D User Days - Welcome - Day 3 - Afternoon
Deltares13 vistas
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra... por Marc Müller
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra....NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
.NET Developer Conference 2023 - .NET Microservices mit Dapr – zu viel Abstra...
Marc Müller38 vistas
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema por Deltares
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - GeertsemaDSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema
DSD-INT 2023 Delft3D FM Suite 2024.01 1D2D - Beta testing programme - Geertsema
Deltares17 vistas
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ... por Donato Onofri
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Unmasking the Dark Art of Vectored Exception Handling: Bypassing XDR and EDR ...
Donato Onofri711 vistas
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea... por Safe Software
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Geospatial Synergy: Amplifying Efficiency with FME & Esri ft. Peak Guest Spea...
Safe Software412 vistas
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t... por Deltares
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
DSD-INT 2023 Thermobaricity in 3D DCSM-FM - taking pressure into account in t...
Deltares9 vistas
SUGCON ANZ Presentation V2.1 Final.pptx por Jack Spektor
SUGCON ANZ Presentation V2.1 Final.pptxSUGCON ANZ Presentation V2.1 Final.pptx
SUGCON ANZ Presentation V2.1 Final.pptx
Jack Spektor22 vistas
Advanced API Mocking Techniques por Dimpy Adhikary
Advanced API Mocking TechniquesAdvanced API Mocking Techniques
Advanced API Mocking Techniques
Dimpy Adhikary19 vistas
Neo4j y GenAI por Neo4j
Neo4j y GenAI Neo4j y GenAI
Neo4j y GenAI
Neo4j42 vistas
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge... por Deltares
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
DSD-INT 2023 Delft3D FM Suite 2024.01 2D3D - New features + Improvements - Ge...
Deltares16 vistas
Consulting for Data Monetization Maximizing the Profit Potential of Your Data... por Flexsin
Consulting for Data Monetization Maximizing the Profit Potential of Your Data...Consulting for Data Monetization Maximizing the Profit Potential of Your Data...
Consulting for Data Monetization Maximizing the Profit Potential of Your Data...
Flexsin 15 vistas
Software testing company in India.pptx por SakshiPatel82
Software testing company in India.pptxSoftware testing company in India.pptx
Software testing company in India.pptx
SakshiPatel827 vistas
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut... por HCLSoftware
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
HCLSoftware6 vistas
A first look at MariaDB 11.x features and ideas on how to use them por Federico Razzoli
A first look at MariaDB 11.x features and ideas on how to use themA first look at MariaDB 11.x features and ideas on how to use them
A first look at MariaDB 11.x features and ideas on how to use them
Federico Razzoli45 vistas

Api testing