Skip to content

A new test type that involves outgoing REST communication #9615

Open
@martintmk

Description

@martintmk

In modern applications, especially in microservice architectures, outgoing REST calls play a critical role in communication with external APIs and services. While the current test suite covers many scenarios, there isn’t a dedicated test type that evaluates the performance of HTTP clients during these REST interactions.

The idea is to create a test that simulates a typical REST communication flow, which would involve:

  • Constructing and sending an HTTP request.
  • Serializing the request payload.
  • Receiving the response.
  • Deserializing the response.

This test would effectively assess the performance and robustness of various HTTP clients across different frameworks and languages. By using a minimal REST dependency as the data source (instead of a database, as in some of our current tests), it can directly measure client-side REST handling capabilities.

The specification for the new test type is TBD (it could be just a variation of existing single database query). I am just wondering if you would entertain such idea before investing more time into it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions