Thursday 20 December 2018

First Integration tests

I am developing an API service whose request handler is divided into 2 sub components who communicate through RabbitMQ. The requests are collected from a producer who sends the messages to a RabbitMQ queue, and on the other end a consumer pulls out messages from the queue and processes them.I have implemented tests for both the components separately, but now I would like to implement some integration tests. What are the first steps?

Submitted December 20, 2018 at 10:31AM by honestserpent

No comments:

Post a Comment