Coding against interfaces is a powerful technique in object-oriented programming. It decouples code and enables in-dependent development. However, code decoupled via in-terfaces poses additional challenges for testing and dynamic execution, as not all pieces of code that are necessary to ex-ecute a piece of code may be available. For example, a client class may be coded against several interfaces. For testing, however, no classes may be available that implement the in-terfaces. This means that, to support testing, we need to generate mock classes along with test cases. Current test case generators do not fully support this kind of indepen-dent development and testing. In this paper, we describe a novel technique for gener-ating test cases a...
An application framework provides a reusable design and implementation for a family of software syst...
While test generators have the potential to significantly reduce the costs of software testing and h...
Cílem této práce je představit a porovnat možnosti testování s mock objekty v Javě. Ač je na interne...
Automatic test case generation for software programs is very powerful but suffers from a key limitat...
When testing software artifacts that have several dependencies, one has the possibility of either in...
htmlabstractIn the context of test-driven development for object-oriented programs, mock objects are...
AbstractIn the context of test-driven development for object-oriented programs, mock objects are inc...
The goal of this thesis is to provide comprehensive set of information about a technique called the ...
In Extreme Programming, unit testing is an integral activity of everyday software development. For i...
Not all object oriented code is easily testable: Dependency objects might be difficult or even impos...
When writing automated unit tests, developers often deal with software artifacts that have several d...
We discuss a new testing process to generate test cases for object-oriented programs. We focus on cl...
When testing software artifacts that have several dependencies, one has the possibility of either in...
During testing, there are several reasons to exclude some of the components used by the unit under t...
An application framework provides a reusable design and implementation for a family of software syst...
An application framework provides a reusable design and implementation for a family of software syst...
While test generators have the potential to significantly reduce the costs of software testing and h...
Cílem této práce je představit a porovnat možnosti testování s mock objekty v Javě. Ač je na interne...
Automatic test case generation for software programs is very powerful but suffers from a key limitat...
When testing software artifacts that have several dependencies, one has the possibility of either in...
htmlabstractIn the context of test-driven development for object-oriented programs, mock objects are...
AbstractIn the context of test-driven development for object-oriented programs, mock objects are inc...
The goal of this thesis is to provide comprehensive set of information about a technique called the ...
In Extreme Programming, unit testing is an integral activity of everyday software development. For i...
Not all object oriented code is easily testable: Dependency objects might be difficult or even impos...
When writing automated unit tests, developers often deal with software artifacts that have several d...
We discuss a new testing process to generate test cases for object-oriented programs. We focus on cl...
When testing software artifacts that have several dependencies, one has the possibility of either in...
During testing, there are several reasons to exclude some of the components used by the unit under t...
An application framework provides a reusable design and implementation for a family of software syst...
An application framework provides a reusable design and implementation for a family of software syst...
While test generators have the potential to significantly reduce the costs of software testing and h...
Cílem této práce je představit a porovnat možnosti testování s mock objekty v Javě. Ač je na interne...