Plan

The plan combines the schema, examples, credentials to determine all possible requests against your API. It is then used by a test runner to run the tests.

A suite's configuration can significantly affect how a plan is built.

Plans are re-generated when your suite's configuration has been updated, and before each suite is started. What is in the plan can change a lot between these two points, so the plan you see should only be used as an estimation.

Properties

The latest plan of each suite summarises the following properties,

Runtime The expected run-time of the test report (assumes optimal conditions)
Tests The number of tests the plan will perform (correlates with number of requests)
Operations The number unique operations that are expected to be tested

The test runner can be configured from the suite configuration

See the examples guide to learn how to provide examples that contribute to the plan.

Try for free
Legal