As mentioned in the title, How to have multi-flow for automated testing in postman?
For example, I have these end-points:
I need automated tests like:
I mean that I need to run multi test-flow.
Try to add one folder for one use case, Each use case might have multiple testcases, create subfolders accordingly
Do not worry about duplicate request created in the subfolders, each testcases(folder/subfolder) should be independent. so that we can execute folders independently
like,