About the Presentation
API testing journey through web protocols
API testing involves much more than just HTTP methods, response codes, endpoints, JSON, and request-response, which are commonly associated with REST. According to the 2023 State of the API Report, there are five well-adopted API architectural styles: REST, Webhooks, GraphQL, SOAP, and WebSockets. In this journey, we will explore the key concepts of each API from a testing perspective, highlighting what’s important to verify and where to focus, and we’ll compare their similarities and differences.