Tutorial

Conventions

actiWATE tutorial uses a number typographical conventions.

Font style Description Example
Courier New Indicates names of classes, methods and configuration parameters. ActiwateTestCase.newSession()
Courier New
IN UPPER CASE
Indicates names of HTML tags. TABLE
Italic
Courier New
Indicates files and directories names. File names are written in Windows notation with backslashes (\). actiwate.properties
Courier New Used to display sample code.

setText(textField("user"), "jsmith");
setText(passwordField("pwd"), "123456");

Bold Indicates text within interface components such as names menu items and captions of dialogs. File > Project Properties
<Bold in triangle brackets> Labels, that should be replaced by real values. java.exe <Class Name>