Skip to content

postman.setNextRequest support questions #135

Answered by thim81
mwhipple asked this question in Q&A
Discussion options

You must be logged in to vote

hi @mwhipple

You are understanding it correctly.

There are some differences in the way Posmtan & K6 executes requests

Postman request execution:
Postman runs collections in a sequential manner, executing requests one after the other.
setNextRequest is a function in Postman that allows you to dynamically set which request to execute next based on certain conditions or responses from previous requests. This makes Postman's execution flow highly flexible and can create complex, conditional workflows.

k6 request execution:
k6 is a load testing tool focused on performance testing rather than functional testing. It executes scripts written in JavaScript, but its primary design is around definin…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@thim81
Comment options

@mwhipple
Comment options

@mwhipple
Comment options

Answer selected by mwhipple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #134 on August 03, 2024 09:13.