Serviceeinschränkungen vom 12.-22.02.2026 - weitere Infos auf der UB-Homepage

Treffer: Testing of java web services for robustness

Title:
Testing of java web services for robustness
Source:
ACM SIGSOFT Software Engineering Notes ; volume 29, issue 4, page 23-34 ; ISSN 0163-5948
Publisher Information:
Association for Computing Machinery (ACM)
Publication Year:
2004
Document Type:
Fachzeitschrift article in journal/newspaper
Language:
English
DOI:
10.1145/1013886.1007516
Accession Number:
edsbas.998AD80
Database:
BASE

Weitere Informationen

This paper presents a new compile-time analysis that enables a testing methodology for white-box coverage testing of error recovery code (i.e., exception handlers) in Java web services using compiler-directed fault injection. The analysis allows compiler-generated instrumentation to guide the fault injection and to record the recovery code exercised. (An injected fault is experienced as a Java exception.) The analysis (i) identifies the exception-flow 'def-uses' to be tested in this manner, (ii) determines the kind of fault to be requested at a program point, and (iii) finds appropriate locations for code instrumentation. The analysis incorporates refinements that establish sufficient context sensitivity to ensure relatively precise def-use links and to eliminate some spurious def-uses due to demonstrably infeasible control flow. A runtime test harness calculates test coverage of these links using an exception def-catch metric. Experiments with the methodology demonstrate the utility of the increased precision in obtaining good test coverage on a set of moderately-sized Java web services benchmarks.