Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 785 Bytes

testing.md

File metadata and controls

13 lines (9 loc) · 785 Bytes

Testing the API

Once your API is up and running, it's crucial to write tests to ensure it is bug-free and to prevent future regressions. A good practice is to follow a Test-Driven Development (TDD) approach, where tests are written before the production code.

API Platform provides a set of helpful testing utilities to write unit tests, functional tests, and to create test fixtures.

Testing Documentations