How to Work with CRUD in Postman(POST/GET/PUT/DELETE/PATCH) with Example.

preview_player
Показать описание
In this tutorial, We are going to learn , How to perform CRUD in Postman.
CRUD basically means that Create,Read, Update and Delete there are like building blocks of any working application.

We are going to work with postman put request,postman put examples.

Learn How to work with postman delete request example.

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

✅Selenium Training and Certification -

✅Learn Jenkins for QA -

✅Programming Java -

✅Test Automation -

✅API Testing -

✅Cypress Tutorial with LIVE Projects -
Рекомендации по теме
Комментарии
Автор

I was searching many videos for this ...really wow..thank u😊

suni
Автор

VERY GOO CONTENT BUT THE FONTS ARE TOO SMALL

emmanuelakogwu
Автор

can you please increase the font size and also please share the link of previous video

snigshine
Автор

Thank you for your tutorial, I am following all your steps in it, but it looks like on the get request it did not picking up the eid value, when I hover it it shows:
INITIAL
CURRENT null
SCOPE Global
Is there any part I missed from the video? I had set the Pre-request Script and the Tests on the POST request by following your video already.

Fei-D
Автор

crud full form Create Read Update Delete

venkatavarma-sldo
Автор

if you could please increase the font size a bit... it would be really helpful... Thank You so much for your efforts

pallabdutta
Автор

hi.. I am getting an undefined error for the global variable 'eid' (for create method)that i have set in the post request script so i am unable to use that in get method url.. Could you help here

supercellgamer
Автор

Sir At 04:20 you have send the post request it's showing error but in my case showing correct result. I am confused whether it's correct or not? Please help me to understand this!

gulshanupreti
Автор

Can you please update the same video with better quality and font size.

harshalhankare
Автор

I am currently getting Test | TypeError: Cannot read properties of null (reading 'id'). Please how can I remedy this?

wayabryan
Автор

i have an issue in Get an Employee when i write {{url}}/Employee/{{eid}} and click send the output body is
{
"status": "failed",
"data": "Record does not found."
}

MohamedGamal-uneb
Автор

Hi Sir How to delete a particular value from multiple id?

danishmerchant
Автор

pm.test("test", function() {
var jsonData = pm.response.json();
pm.globals.set("id", jsonData.id);
});


i have written the the same test code, but global varaible is not taking the id value, initial and current value are null..can u suggest me how to fix it

ramd
Автор

Please incorporate a correction "CRUD- Create, Read (not Rename as said in the video), Update, Delete".

thanushrisrao
Автор

Hi Promod, can you please come up with session (real time/live project examples) where you can perform the above all operations (CRUD) and some advance level scenarios, so it helps us more

alishmanvar
Автор

bhai apne acha teach kiya par video quality thora improve kijiye

thegamingrecoil
Автор

Hi Promod, can not we use COLLECTION VARIABLES instead of GLOBAL one as it is within COLLECTION

alishmanvar
Автор

how to write in postman an object of object?

Defense
Автор

what if table having more than one key field, please suggest, i am getting error with 3 key fields how to add into the url

madhusudanjha
Автор

i have done each step u did in the tutorial and no problem with the Post request but when i run the Get request it gives 401 Unauthorized.
Can you help please ?

AhmedIbrahim-dvoi