Abstract
Whitening the testing of service-oriented applications can provide service consumers confidence on how well an application has been tested. However, to protect business interests of service providers and to prevent information leakage, the implementation details of services are usually invisible to service consumers. This makes it challenging to determine the test coverage of a service composition as a whole and design test cases effectively. To address this problem, we propose an approach to whiten the testing of service compositions based on events exposed by services. By deriving event interfaces to explore only necessary test coverage information from service implementations, our approach allows service consumers to determine test coverage based on selected events exposed by services at runtime without releasing the service implementation details. We also develop an approach to design test cases effectively based on event interfaces concerning both effectiveness and information leakage. The experimental results show that our approach outperforms existing testing approaches for service compositions with up to 49 percent more test coverage and an up to 24 percent higher fault-detection rate. Moreover, our solution can trade off effectiveness, efficiency, and information leakage for test case generation.
Original language | English |
---|---|
Article number | 6609032 |
Pages (from-to) | 1444-1465 |
Number of pages | 22 |
Journal | IEEE Transactions on Software Engineering |
Volume | 39 |
Issue number | 10 |
DOIs | |
State | Published - 2013 |
Externally published | Yes |
Keywords
- Web service composition
- event interface
- events
- white-box testing