Test Data in a Distributed System
- by Davin Tryon
A question that has been vexing me lately has been about how to effectively test (end-to-end) features in a distributed system. Particuarly, how to effectively manage (through time) test data for feature testing.
The system in question is a typical SOA setup. The composition is done in JavaScript when call to several REST APIs. Each service is…