As mentioned in the title, How to have multi-flow for automated testing in postman?
For example, I have these end-points:
- Create a user
- Delete a user
- Create a post (needs a user)
I need automated tests like:
- Flow 1: Create a user > Delete a user
- Flow 2: Create a user > Create a post (needs a user)
I mean that I need to run multi test-flow.