user manual
SilkPerformer Java Explorer User Guide 21
2 S
ETTING UP JAVA EXPLORER PROJECTS
Defining a Test
Note Login and logout methods must be in first and last positions
respectively.
11 The button between the Up and Down arrow buttons enables you to
invert the selection of methods (i.e., all unmarked methods become
marked, and vice-versa).
12 Click Next.
13 The final step is to select the test case in which the testing methods
should be added. You can select from the following:
• Init Test Case - This is the first test case that is called in test runs. Select
this test case if your method calls are related to initialization, logging in,
or start-up.
• Existing Test Case - You can add to an existing test case. Choose the test
case from the drop-down list to the right of this selection.
• New Test Case - A new test case can be created and the methods added to
the new test case. Using the text field to the right of this selection, give
the new test case a unique name.
• End Test Case - This is the last test case that is called in test runs. Select
this test case if your method calls are related to clean-up, for example log
out.