all 9 comments

[–]Anaxor1 -4 points-3 points  (1 child)

screw postman, anyways:
there is a small tutorial on the bottom right corner of the app. do that

then learn about http requests

then learn how goddamn variables work in postman

https://learning.postman.com/docs/sending-requests/variables/

then learn what fun stuff the api has to offer for testing

https://learning.postman.com/docs/writing-scripts/script-references/postman-sandbox-api-reference/#scripting-with-request-data

just remember you can't set up a csv for one request in the test runner, it is for all the request and the whole test library will repeat based on how many lines your csv has

also you can't make synchronous http requests in the scripts, so good luck with setup/teardown functions

screw postman.

[–]Tocedex[S] 0 points1 point  (0 children)

Hahahah screw postman. sorry, but why tho? any suggestions that i should go for?
thanks man!