Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

(1) Project explorerAll the studies and tests in the current project are accessed from this panel.
(2) Palette, Runner and View tabsTo edit, run, and view results. 
(3) Script windowTo edit the test. The commands can be moved using the arrows near the number 6.
(4) Parameters windowAll command parameters are displayed in this window.
(5) Stdout (Console window)

The test verbose results are displayed in this window.

(6) Memory monitoring

Real-time monitoring of the Java Heap Memory from the program.

(7) Contextual menu and shortcutsTo access the different options from TestView.

Main Window Menus

NOTE that names given to these various elements may NOT have spaces in them.

File Menu

File Menu

New Project…

Displays the window below. Enter a name for the project.

Clicking Apply closes the project that was already open if any, and opens a new project.

If the user types the name of a project that already exists, it opens the existing one instead of creating a new one.

New Project Dialog Box

New Study…

Displays the window below. Enter a name for the study. A study can regroup several tests and can even regroup studies.

Clicking Apply adds a new study to the current project. 

New Study Dialog Box

New Test…

Displays the windows below. Enter a name for the test. A test may or may not be created inside a study. It depends on the selected option in the Project Explorer window.

Clicking Apply to the first dialog box will open the second dialog box. The description field is optional. 

New Test Dialog BoxNew Test Dialog Box

Open Project…

Displays the window below. Select a TestView project file (.prj). Only .prj files are supported in TestView.

Selecting a .prj file closes the opened project and opens the selected project.

Open Project Dialog Box

Refresh Project

Click to refresh the Project explorer window. If a study file is deleted, for instance, the change is not visible in the Project explorer without clicking on Refresh Project.

Save

Click to save the currently selected test. This option is grayed out if no test is selected or open.

Save All

Click to save all the tests modified in the project. This option is grayed out if no test is open.

Print

This option is currently not supported. Do not use.
ExitClicking this option closes the program.

Edit Menu

Edit Menu

Copy [Selected Command]

Use this option to copy a command that is currently selected in the opened script in the Script window. This option will be grayed out if no command is selected.

The text in parenthesis will change depending on the command selected in the script.

Paste [Selected Command]

Use this option to paste commands in the Script window that is currently open. It will be pasted directly underneath the selected command in the Script window.

This option will be grayed out if no command is copied or cut. The text in parenthesis will change depending on the command copied or cut in the script.

Cut [Selected Command]

Use this option to copy and delete a command from the currently opened test in the Script window. This option will be grayed out if no command is selected. T

he text in parenthesis will change depending on the command selected in the script.

...