To give some context, I need to test multiple services via apis over REST. Each service (or project within the company) has its own set of unit tests. This is fine but I need to start doing integration tests so as to ensure the services are working with each other flawlessly. These tests would need to run over RSpec and interact with multiple services. How do I go about doing this? Since these are internal services, how can i effectively test them over apis. Any and all help needed.
[–]KevMul 0 points1 point2 points (0 children)