Integration testing frameworks for testing a distributed system?

前端 未结 4 845
野趣味
野趣味 2021-02-04 08:41

I have a distributed system with components spread across multiple boxes. They talk to each other using tcp or multicast. Each components interchanges messages with each other -

4条回答
  •  迷失自我
    2021-02-04 09:26

    You can checkout Zopkio : https://github.com/linkedin/Zopkio. Its an open source framework for functional and performance testing of distributed systems.

提交回复
热议问题