docker run -e INTERFACE=example -p 8089:8089 wireframe_test
- Java Gatling makes a request to a static CSV file stored on Azure, the file returns the name column of each record
- Each name is sent to the service bus on Azure at the same rate as requests would be made in production
- The names are stored in a queue on the service bus
- Azure Functions is listening for changes to the queue and will retrieve the names and send them to API being tested
- WireMock will exist in place of the live APIs and will use the names from the request to obtain further information from the orignal CSV
- The data from the CSV is transformed and passed back to Java in XML format