210k views
17 votes
What are principles of an API test design?

User Apoorva
by
5.1k points

1 Answer

3 votes

Answer:

The five most important principles of an API test design are:

Setup: Create objects, start services, initialize data, etc

Execution: Steps to apply API or the scenario, including logging

Verification: Oracles to evaluate the result of the execution

Reporting: Pass, failed or blocked

Clean up: Pre-test state

User Overmeulen
by
5.5k points