How To Build Workflow in Postman- How to run multiple request in order-Postman Tutorials

preview_player
Показать описание
In realtime, we always have such a requirement where we need to run the test in sequence or in proper order. It can be done easily in postman by setting setNextRequest method.

Postman Tutorials For Beginners

All Playlist

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

Hello Mukesh, Thank you very much for explaining concepts so nicely. I love to watch your videos,

I am wating for your next video Pre-Request Script in Postman

maheshshivramwar
Автор

Understandable and to the point video tutorials

sijijaison
Автор

thanks for creating such a informative video. I got a quick question here. I'm using Postman as my testing tool for my Json-rpc endpoints. Could you please sharing with me any links or tutorial I can how to create workflow to call my rpc endpoints with pagination? Many thanks!

thehard-coder
Автор

Hi mukesh...Please post more videos on Rest Assured using get, put, post and Serlization, Payload....and complete framework of simple mini rest assured project....and Thanks for the Postman videos

sureshak
Автор

Thank you so much appreciate your awesome work

tahakarim
Автор

Hi mukesh, I have a scenario... i need to run request A once and request B multiple times with diff data sets through runner ?? I can run request A directly first(not from runner) and B request alone I can keep in runner in this way i could achieve it but i want both requests to be done from runner but A one time and B multiple times. Pls suggest

krishnakiranvajha
Автор

Thanks for the video. How can setNextRequest be called for a request in another folder within same workspace?

enableDeepak
Автор

Hi Mukesh, If I want to 1) get the list of users 2)post a new user 3) get the list of users (to see if my user has been appended). What should I do to run them in sequence. what if 4) I want to delete and 5) get the list of users? what should be my work flow strategy should be

laxminedunuri
Автор

waiting for postman integration..how to commit postman scripts to the git repository and on how to integrate postman with jenkins..

JitendraKumar-lrvq
Автор

After using null in delete method, I am not getting delete api call

ritusharma
Автор

I got a challenge like 1st API should run 3 times until completion of first API script should hold second API same it should run in next iterations 3 times then 3 Rd one should run.is this possible? Can we run this scenario in runner collection which is having these 3 API's

noorfathima-bvcd
Автор

Please post few more videos for selenium with cucumber BDD.

stepikzyal
Автор

Great explanation Thank you. Just one doubt suppose I have two request 1. Create User 2. GET user. I want to run both in sequence order as First Create User then GET user. Now, the trick is I want to use same user_id for my next request GET user.So, user is created in first call and in response I got "user_id" : 987454, Now, same user_id value I want to use in GET user call with user_id. How to do this? Any suggestions. Appreciate your help. Thnks

ashishkumarmishra