Automated Black– And White–Box Testing of RESTful APIs with EvoMaster / Andrea Arcuri
Si trova su / Altri legami
A representational state transfer (REST) application programming interface (API) is a web service that exposes functionalities across a network, communicating through HTTP. Many companies use RESTful APIs to expose their services, including Twitter, Google, Amazon, and others. To avoid all the downsides of monolithic applications, modern enterprise applications are built using a microservice architecture, where web services, such as RESTful APIs, play a major role. A RESTful API will define a series of resources that are distinguished by uniform resource identifiers (URIs). Such resources can then be manipulated with actions based on the semantics of HTTP verbs, such as GET, POST, DELETE, and PUT.
