Integration testing frameworks for testing a distributed system?

前端 未结 4 856
野趣味
野趣味 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:19

    You can use STAF/STAX it has good capabilities/services for distributed testing scenarios like Client-Server, SAN etc. etc. Also there is one more Framework named Twister by Luxoft. This one is also brilliant.

提交回复
热议问题