CRUD in Postman In 10 minutes | Working with GET/POST/PUT/PATCH/DELETE | API Testing with Postman

preview_player
Показать описание
Hey BugHunters, In this video we are going to discuss CRUD in Postman In 10 minutes and How to work with GET/POST/PUT/PATCH/DELETE | API Testing with Postman

✅ What is CRUD in Postman?
Create, Read, Update, and Delete (CRUD) are the four basic functions that models should be able to do, at most.

✅ What is GET Request?
The GET Method. GET is used to request data from a specified resource. GET is one of the most common HTTP methods.

✅ What is POST Request?
POST is used to send data to a server to create/update a resource.
The data sent to the server with POST is stored in the request body of the HTTP request:

✅ What is PUT Request?
PUT is used to send data to a server to create/update a resource.
The difference between POST and PUT is that PUT requests are idempotent.

That is, calling the same PUT request multiple times will always produce the same result. In contrast, calling a POST request repeatedly have side effects of creating the same resource multiple times.

✅ What is PATCH Request?
PATCH is somewhat analogous to the "update" concept found in CRUD (in general, HTTP is different than CRUD, and the two should not be confused)

✅ What is DELETE Request?
The DELETE method deletes the specified resource.

#postman #crud #apitesting

P.S:
This is Day 10 of the 30 days of API Testing challenge Series. Where will learn the Basics before jumping to API Automation.

✅ Time Jump

✅ What is covered in Rest Assured Tutorial or 30 Days of API Testing with Rest Assured Challenge?
- Learn How to Master API Testing with Rest API Testing with Rest Assured.
- Step By Step Tutorials
- Building your Own Custom Framework.

✅ What is Rest Assured?
REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, maintainable tests for RESTful APIs. I'll be using real-world code examples you can copy, run, and reuse directly in your own test automation efforts

#restassured #restassuredtutorial #apitesting #api #automationtesting #manualtesting #testautomation #thetestingacademy #scrolltest

🚀 Tools and services I recommend:
Some of the courses that I recommend to become better Automation Tester 🙌🙌

🐦 Learn Jenkins for QA -

📸 Programming Java -

🌍 Test Automation -

💌 API Testing -

🎙 Cypress Tutorial with LIVE Projects -

📝 REST API testing with Python -

PS: Some of the links in this description are affiliate links that I get a kickback from 😜
Рекомендации по теме
Комментарии
Автор

can not find localhost 3000.... could somebody tell me what is the issue....

anjalipahariya
Автор

Hi Pramod, First of all, Thanks for creating such a informative series on rest assured and while practicing I got a question as I found 1 high severity vulnerability while installing Json server, Is that okay to proceed with or should we resolve it first ?

poojakunder
Автор

i could not get the db.json anywhere, can u pls post the link here in my comment?

armatearjun
Автор

what is seek on seek api..can you make a tutorial video for the same.

iffatsheikh
Автор

I have received error code 404 Please can u sugget?

manishkannamoney
Автор

Postman ke lite OBC cast age kitana he pissed camet

jagannathkoli
Автор

Hi bro.. I have issue with autoit.. my application logis is having windows based login for that we are using autoit.. so the issue is the useris and passwords are some times not entering infields properly... Please help

rakeshsudi
Автор

Sir, You haven't provide db.json in description... If possible provide it.

sachinvan
Автор

db.json is missing but over all nice session, thanks

anujkap