Conditional WorkFlow in Postman : API Testing using Postman

Описание к видео Conditional WorkFlow in Postman : API Testing using Postman

Conditional Workflow in Postman means that Sequence of the request - If this happen then this happen else this happen is workflow.

Specify the name of the subsequent request.
postman.setNextRequest(“Request Name”);
To terminates execution.
postman.setNextRequest(null);

Join Facebook Group : http://bit.ly/learntesting2019
Website: https://scrolltest.com
Website: https://thetestingacademy.com
Twitter:   / itstechmode  

Buy the Full course Here - ►► https://www.udemy.com/course/learning... ◄◄I
Buy the Full course Indians - ►► http://bit.ly/apitesting2019 ◄◄


setNextRequest() is always executed at the end of the current script.
This means that if you put setNextRequest() before other code blocks, these blocks will still be executed.


setNextRequest() has a scope, which is the source of your collection run. This means that if you run a collection, you can jump to any request in the collection (even requests inside folders, using the same syntax). However, if you run a folder, the scope of setNextRequest() is limited to that folder. This means that you can jump to any request within this folder, but not ones that are outside of the folder.

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

✅Selenium Training and Certification -
https://scrolltest.com/go/edureka

✅Learn Jenkins for QA -
https://bit.ly/learnjenkins-p1

✅Programming Java -
https://bit.ly/learnjava2020-p1

✅Test Automation -
https://bit.ly/learnautomation2020

✅API Testing -
https://www.learnapitesting.com

✅Cypress Tutorial with LIVE Projects -
http://cypresstutorial.com

Комментарии

Информация по комментариям в разработке