Logo
QuinceDiasJaviteran API Documentation

Day 10: Test coverage

Number of APIs: 3


Instructions for Day 10: Test coverage

  1. Get the challenge: Fork the parent collection to your own public workspace.
  2. Read the documentation: Select the first folder. Expand the context bar on the right to follow the instructions in the collection documentation.
  3. Submit your solution: Select the second folder and follow the instructions in the documentation to validate your solution.

Learning objectives

  • Use external data files to pass Qodex values
  • Generate sample data dynamically
  • Increase test scenarios

Concepts covered

  • [Using dynamic variables]
  • [Working with data files]
  • [Running a collection]

Additional resources


1. Test coverage - httpbin with file

POST httpbin.org/{{path}}?testData={{value}}



2. Test coverage - httpbin with faker

POST httpbin.org/anything?testData={{$randomCatchPhrase}}



3. Submit your solution - submit collection

GET https://api.getpostman.com/collections/20019195-833cd100-1d81-4d1a-a537-2aced13f591b



ENDPOINTS