Pre Request In Postman- How to use Pre Request In Collection-- Postman Tutorial For Beginner

preview_player
Показать описание
In this video, I will guide you about what is Pre Request In Postman, why we need and how to use Pre Request In Postman at script level and at collection level as well.

Official link-

Postman Tutorials For Beginners

All Playlist

Connect with us:
Рекомендации по теме
Комментарии
Автор

thanks alot Mukesh. Very helpful. thanks so much.

baan
Автор

Hi Mukesh Your explanation is very good .and Thnks for your videos.
I have a Question here .
Can we run one POST request in another POST Request Pre-Request Script ?

ravinadhb
Автор

thanks for the video and the concepts .

JitendraKumar-lrvq
Автор

Hi Mukesh Thanks for the Video.In Future if you please prepare a video on Top Interview questions for Postman

maheshshivramwar
Автор

Hi Mukesh,

Thanks for the videos,
I have one doubt, consider a Collection has 3 Requests. For this collection in the Collection level can we set the pre-requests for each request as separately?

Rather then adding the pre-requests in request level.

koushikthelukala
Автор

I want to go deeper in this. I want to create a code what sends login and recieved token for the request

amaangigani
Автор

Hi Mukesh, can you please tell, how we will manage if we have scenario
I will create an application and next I want to move ahead with some action on the created application. My reference will application ID and few other key values -- In postman with help of Pre Request..

dineshbajikar
Автор

Can we validate payload schema in pre request ? If they How ?

pravinjadhav
Автор

This is amazing vedio, Could please explain me, Let suppose we have collection, that collection takes multiple request and every request demand different data, who can we do this, because right now i have upload one json/.csv file for every request but i need to create a file so i can run multiple request in one time

vibhorsharma
Автор

Nice video Mukesh..Amazing series it is..I have one doubt..Suppose in collection there are 3 reqs and for each req pre requisite is different. In this case if I want to set pre req seperately for each req at collection level how to do this? As in video you set common pre req for each req at collection level

monalishambhwani
Автор

Giving example like printing sysout statement is equivalent to teaching someone to write hello-world and asking them now you can do everything.
I was expecting that you would call getuser and use the user-id in the response to update/delete in subsequent requests.

Example like this hold no practical value.

AbhishekKumar-ubco
Автор

HI Mukesh, How do we get the response in ore-request script and add extra data and send it as request body to another requestAPI.
I have a Josn reponse
{
Conatcts [
"key1":"Value1",
"Key2":"Value2",
clients[
{
"key3":"Value3",
"key4":"Value4",
..
..
"key7":"Value7"
}
]
]
}
And I want to add extra client to this response and send it as request body to another POST Request like below
{
Conatcts [
"key1":"Value1",
"Key2":"Value2",
clients[
{
"key3":"Value3",
"key4":"Value4",
..
..
"key7":"Value7"
},
{
"keyid":"Valueid",
"keyaddress":"Valueaddress",
..
..
"keypin":"Valuepin"
}

]
]
}

Please help me how to do this

ravinadhb
join shbcf.ru