Testing object-oriented programs using dynamic aspects and non-determinism. Proceedings of the 1st Workshop on Testing Object- Oriented Systems. Maribor, Slovenia, ACM: 1-6.M. Achenbach and K. Ostermann, "Testing object-oriented programs using dynamic aspects and non-determinism," in ETOOS '10...
Testing Object-oriented Programs(Chapter 11 of Python 3 Object Oriented Programming) 1importunittest 2 3classCheckNumbers(unittest.TestCase): 4deftest_int_float(self): 5self.assertEquals(1,1.0) 6 7if__name__=="__main__": 8unittest.main() 本文章为转载内容,我们尊重原作者对文章享有的著作权...
and focus on specificationbased testing, since this strategy is the key strategy for testing object-oriented software. We present a theory for testing software by refinement of an exhaustive test set into a finite test set using three reduction hypothesis. We also show ...
Testing Object-Oriented Software 《Testing Object-Oriented Software》是一本图书,作者是Kung, David C.; Hsia, Pei; Gao, Jerry
A Framework for Testing Object Oriented Software Using Formal Specifications In this paper we develop a framework for semi-automated generation of test cases for object oriented programs from formal specifications. "We use Object-Z as the formal specification language.We have designed and prototyped a...
In this paper a structural integration testing approach for Object-Oriented (OO) and Aspect-Oriented (AO) Java programs is presented. To make the activity more feasible, we address the testing of pairs of units (i.e., methods and pieces of advice). A model called PWDU (PairWise Def-Use...
Testing object-oriented program is quite challenging task due to the nature of its features like inheritance and polymorphism. In practice test case generation is the most laborious and resource consuming process in software testing hence generating test data for object-oriented programs is even more ...
A method for testing system components of an object-oriented program, wherein system components of an object-oriented program are tested such that nested dependencies of methods are resolved and an arbitrary method is replaced by a stub (=substitute function). Methods without implementation ...
METHOD FOR TESTING THE SYSTEM COMPONENTS IN AN OBJECT-ORIENTED PROGRAMThe disclosed method aims at testing system components in an object-oriented program in such a way that the methods are no longer interrelated, so that each method can be replaced by an alternative module (function). The ...