Button
|
Name
|
Action
|
|
New Session
|
Starts a new session by clearing any existing setup values or settings.
|
|
Project Testing UI
|
Opens the Project Testing UI (used to test a set of classes).
|
|
Start All Tests
|
Starts testing the class whose name appears in the Class Name field.
Right-clicking this button displays the following commands in a shortcut menu:
- Start All Tests: Starts testing the class.
- Static Analysis: Starts running the selected type of Static Analysis tests.
- Dynamic Testing: Starts running the selected type of Dynamic Analysis tests.
|
|
Stop
|
Stops testing the class whose name appears in the Class Name field.
|
|
View Report
|
Displays the Single Class Report for the current test.
Right-clicking this button displays the following commands in a shortcut menu:
- View Report: Displays the Single Class Report of the current test.
- Print ASCII Report: Sends the report directly to the printer.
|
|
View Test Cases
|
Opens the View Test Cases window (displays test cases that Jtest used for Dynamic Analysis).
|
|
View Class Metrics
|
Displays class metrics.
|
|
Class Test Parameters
|
Lets you view and edit the Class Test Parameters (parameters used for the current class test).
|
|
Global Test Parameters
|
Lets you view and edit the Global Test Parameters. (parameters used for all Jtest tests).
|
|
Rules
|
Displays nodes representing Jtest's built-in static analysis rules in the Global Test Parameters window.
Right-clicking this button displays the following commands in a shortcut menu:
- Show Built-in Rules: Displays nodes representing Jtest's built-in static analysis rules in the Global Test Parameters window.
- Show User-Defined Rules: Displays nodes representing the rules you created with RuleWizard in the Global Test Parameters window.
- Show Rules Directory: Displays the directory in which Jtest expects user-defined rules to be saved.
- Reload User-Defined Rules: Prompts Jtest to check the Rules directory and refresh its list of user-defined rules.
- Launch RuleWizard: Opens RuleWizard, the Jtest feature that lets you create your own rules and customize existing rules.
|
|
View Class Source
|
Displays the source of the class currently under test.
Right-clicking this button displays the following commands in a shortcut menu:
- View Class Source: Displays the source of the current class in Jtest's source viewer.
- Edit Class Source: Displays the source of the current class in your source editor.
- Locate .java file: Displays the path to the .java file currently under test.
- Locate .class file: Displays the path to the .class file currently under test.
- Compile Class: Compiles the source of the current class.
|
|
Context Help
|
Enables context-sensitive help.
After clicking this button, move your cursor over the area on the UI that you would like to learn more about. A help window will open if that area has context-sensitive help.
|