user manual
SilkPerformer Java Explorer User Guide 29
3 S
ETTING UP TESTS
Design View
Objects view shows objects stored in variables that have global scope and those
that have a local scope of the currently selected test case.
Objects Objects contain logic and data. For example an object’s data might consist of a
string. The object’s logic would then consist of functions that can be used to
manipulate the string.
Note By invoking a method more than once using different input
parameters you can create new objects.
Instance methods and members are listed here to enable users to invoke them.
Members have get/set accessors to enable the getting and setting of values.
Local test case objects are included in the Local Test Case Objects folder. A
local object is only visible while the test case that it is associated with is
selected. Global test case objects are included in the Global Test Case Objects
folder. Global random variables are listed under Global Random Variables.
Note You can create a new test case by right-clicking a test case and
selecting New test case from the context menu.