Galaxy Testing and Automation

Number of APIs: 5

Welcome to Testing and Automation training! 🕵️🔍

FORK the collection to create a copy in your own workspace.

This collection will walk you through writing scripts to test your response data in Qodex, passing data between requests using variables, validating responses against schema, as well as automating your testing using dynamic faker data and the collection runner, defining control flow, and running collections with scheduled runs and monitors.

This collection uses a mock API with a few demo endpoints that return order data. We will use these endpoints to model a typical workflow so that you can go on to apply what you've learned when you're working with real-world APIs.

Open the first request, check out the docs on the right, and Send!

  1. 1. Get order reference GET {{baseUrl}}/orders/generate-order-reference

  2. 2. Get product code GET {{baseUrl}}/products/phone-sku

  3. 3. Send order POST {{baseUrl}}/orders/

  4. 4. Get order GET {{baseUrl}}/orders/:orderId

  5. 5. Complete training GET {{your-collection-link}}