SEOct 6, 2015

From Network Traces to System Responses: Opaquely Emulating Software Services

arXiv:1510.01421v24 citations
Originality Incremental advance
AI Analysis

This addresses the problem of developing and testing enterprise software systems under production-like conditions, representing an incremental improvement over existing methods.

The paper tackled the challenge of accurately emulating software services for testing by improving record-and-replay approaches without requiring prior knowledge, achieving over 99% accuracy across four enterprise messaging protocols.

Enterprise software systems make complex interactions with other services in their environment. Developing and testing for production-like conditions is therefore a challenging task. Prior approaches include emulations of the dependency services using either explicit modelling or record-and-replay approaches. Models require deep knowledge of the target services while record-and-replay is limited in accuracy. We present a new technique that improves the accuracy of record-and-replay approaches, without requiring prior knowledge of the services. The approach uses multiple sequence alignment to derive message prototypes from recorded system interactions and a scheme to match incoming request messages against message prototypes to generate response messages. We introduce a modified Needleman-Wunsch algorithm for distance calculation during message matching, wildcards in message prototypes for high variability sections, and entropy-based weightings in distance calculations for increased accuracy. Combined, our new approach has shown greater than 99% accuracy for four evaluated enterprise system messaging protocols.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes