What are contract tests API?

What are contract tests API?

Hi Yanisleidi!

Contract testing is a lightweight form of API testing that checks the content and format of API requests and responses. It’s useful for testing the integration points between different services, such as microservices, APIs, etc.

Learn more about contract testing in the below guide