Unit Test Case Wizard (page 2)

From RAD Studio
Jump to: navigation, search

Go Up to Testing Wizards Index

File > New > Other > Unit Test > Test Case

Use this wizard page to supply the details for the test case you want to create.

Item Description

Test Project

Specifies the name of the project. Prefilled with the default, which is the current project.

File Name

Specifies the name of the code file containing the classes and methods you want to test. Prefilled with the default, which is the current code file.

Test Framework

Specifies the testing framework you want to use. RAD Studio auto-detects the type of project you are testing and sets this to the correct framework that is currently supported for that code personality.

Base Class

Specifies the base class to be inherited by the test. By default, the test case is built using the base class of the active code file. Optional.



See Also