Validate API flow by running Postman collection
Preconditions (3)
Step 1: Open the Postman collection containing the API requests
Step 2: Click the 'Run' button to open the Collection Runner
Step 3: Ensure environment variables are selected if needed
Step 4: Start the collection run
Step 5: Observe each request execution and test results in the runner
Step 6: Verify that all requests run in the correct order
Step 7: Check that all tests pass for each request
✅ Expected Result: The collection runs all API requests in sequence, each request's tests execute, and all tests pass confirming the API flow works as expected