ORCH-02 - Use Postman Runner to test your Orchestration
Test and validate your Orchestration using Postman Runner
Description
Utilize Postman Runner to execute the same Orchestration multiple times with varying inputs. Store the input values in a separate JSON file, allowing Postman to iterate through the file and run the Orchestration for each entry it finds. This approach is commonly used for performance testing or when you need to rapidly test the same Orchestration with a large number of different inputs, such as running it over 100 times in quick succession.
Course Level
This Lecture is design vor Advanced Orchestration Users.
Prerequisites
The course is teaching on how to use Postman Runners for testing your Orchestration but not for creating the Orchestration to test.