From the Publisher:
Object-oriented programming increases software reusability, extensibility, interoperability, and reliability. To realize these benefits you must use software testing. Software testing aims to uncover as many programming errors as possible with minimum cost. How to reduce the cost and improve the quality of software testing remains a major challenge to the software engineering community. The requirements for testing object-oriented programs differ from those for testing conventional programs. Testing Object-Oriented Software illustrates these differences and discusses object-oriented software testing problems, focusing on the difficulties and challenges testers face. The book provides a general framework for class-level and system-level testing and examines object-oriented design criteria and metrics of high testability. It offers object-oriented testing techniques, ideas and methods for unit testing, and object-oriented program integration-testing strategy. Readers are shown how they can drastically reduce regression test costs, presented with steps for object-oriented testing, and introduced to object-oriented test tools and systems. In addition to software testing problems, the text covers various test methods developers can use during the design phase to generate programs with good testability. The book's intended audience includes object-oriented program testers, program developers, software project managers, and researchers working with object-oriented testing.
Cited By
- Huang R, Cui C, Lian J, Towey D, Sun W and Chen H (2024). Toward Cost-Effective Adaptive Random Testing: An Approximate Nearest Neighbor Approach, IEEE Transactions on Software Engineering, 50:5, (1182-1214), Online publication date: 1-May-2024.
- Bellettini C, Marchetto A and Trentini A TestUml Proceedings of the 2005 ACM symposium on Applied computing, (1694-1698)
- Bellettini C, Marchetto A and Trentini A WebUml Proceedings of the 2004 ACM symposium on Applied computing, (1662-1669)
- Ruiz J, Killijian M, Fabre J and Thévenod-Fosse P (2003). Reflective Fault-Tolerant Systems, IEEE Transactions on Computers, 52:2, (237-254), Online publication date: 1-Feb-2003.
- Jeon T, Seung H and Lee S (2019). Embedding built-in tests in hot spots of an object-oriented framework, ACM SIGPLAN Notices, 37:8, (25-34), Online publication date: 1-Aug-2002.
- Ruiz-Garcia J, Thévenod-Fosse P and Fabre J A Strategy for Testing MetaObject Protocols in Reflective Architectures Proceedings of the 2001 International Conference on Dependable Systems and Networks (formerly: FTCS), (327-336)
- Labiche Y, Thévenod-Fosse P, Waeselynck H and Durand M Testing levels for object-oriented software Proceedings of the 22nd international conference on Software engineering, (136-145)
- Briand L, Arisholm E, Counsell S, Houdek F and Thévenod–fosse P (1999). Empirical Studies of Object-Oriented Artifacts, Methods,and Processes, Empirical Software Engineering, 4:4, (387-404), Online publication date: 1-Dec-1999.
Recommendations
Testing object-oriented software (abstract)
OOPSLA '92: Addendum to the proceedings on Object-oriented programming systems, languages, and applications (Addendum)Testing of object-oriented software is just as important as testing non-object-oriented software, but the process is fundamentally different because of such factors as information hiding, encapsulation, and inheritance. This tutorial teaches you the ...
Testing object-oriented software (abstract)
Testing of object-oriented software is just as important as testing non-object-oriented software, but the process is fundamentally different because of such factors as information hiding, encapsulation, and inheritance. This tutorial teaches you the ...
Comparative Analysis of Traditional and Object-Oriented Software Testing
Software testing is an important phase of the software development life cycle. Testing is the process of executing the program with the goal of finding errors. The purpose of testing is not only to find the bugs in software but also to improve the ...