RAD Studio (Common)
ContentsIndex
PreviousUpNext
Testing Applications

Unit testing is an integral part of developing reliable applications. The following topics discuss unit testing features included in RAD Studio.

Name 
Description 
RAD Studio integrates an open-source testing framework, DUnit, for developing and running automated test cases for your applications. The DUnit framework is available for Delphi and C++. This framework simplifies the process of developing tests for classes and methods in your application. Using unit testing in combination with refactoring can improve your application stability. Testing a standard set of tests every time a small change is made throughout the code makes it more likely that you will catch any problems early in the development cycle.
The DUnit testing framework is based on the JUnit test framework and shares much... more 
DUnit is an open-source unit test framework based on the JUnit test framework. The DUnit framework enables you to build and execute tests against Delphi Win32 applications. The RAD Studio integration of DUnit framework enables you to develop and execute tests against Delphi Win32 and C++Builder applications.
The DUnit testing framework provides its own set of methods for testing conditions. The methods represent common assertions. You can also create your own custom assertions. You can use the provided methods to test a large number of conditions. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!