Tagged Questions
3
votes
2answers
100 views
Isolating defect in distributed event-driven system
Our system takes an object from external system every time the object gets changed (change event), processes it and put it back processed into this external system. So, end-to-end testing is about ...