Borland Software Water System silk perforator java explorer 2006 release 2 Manual De Usuario

Descargar
Página de 110
SilkPerformer Java Explorer User Guide
23
2  S
ETTING
 U
P
 J
AVA
 E
XPLORER
 P
ROJECTS
Understanding Test Cases
The invoked method calls (service1.echoString and service2.echoFloat) have 
been added to the specified test case. Click a method call to view or edit its 
input/output parameters. 
Understanding Test Cases
Following is an overview of the characteristics of test cases as they relate to Java 
Explorer.
Each test scenario includes an Init test case and an End test case. Multiple Main 
test cases can be defined. An Init test case is the first test case that is called 
during a test run. Init test cases often include method calls that are related to 
initialization, logging in, or start-up. End test cases are the last test cases that are 
called during test runs. End test cases often include method calls that are related 
to clean-up, for example logging off.
Main test cases are executed between Init and End test cases and can include any 
sort of method call. 
A local variable is only valid within a single test case and cannot be passed to 
another test case. Only global variables can be used to pass values between test 
cases.