For configuring a Silk Test project with Silk Performer, see the
Silk Performer documentation
about configuring Windows for GUI-level testing and GUI-level test execution.
Notes
In the new Silk Performer project, ensure that you select the Use project attributes for session login check box.
This option enables you to enter the user name and password of a local administrator account on the TEA Agent computer, so that it can log on to a Remote Desktop session using Remote Desktop Services (formerly known as Terminal Services).
From under the TInit
transaction, move the var
section to under the main transaction:
var
sUser : string;
sPasswd : string;
Move the AttributeGetString()
functions and the StInitSession()
function from under the TInit
transaction to under the main transaction.
StLogoffSession()
function.Go to Editing an application's synthetic settings to define an Execution Plan and select locations on which to run the Silk Test project.