Unit Test Project Wizard (page 2)

From RAD Studio
Jump to: navigation, search

Go Up to Testing Wizards Index

File > New > Other > Unit Tests > Test Project

Use this wizard to specify the framework and test runner for your test project.

Item Description

Test Framework

Specify the framework you want to use to build the test project. The testing framework is DUnit for Delphi for Win32 and C++Builder.

Test Runner

Specify the test runner you want to use for running the test project. The GUI Test Runner is selected by default. You can also choose the Console Test Runner, which causes the test project assembly to contain a command to execute the console test runner from the framework directory.



See Also