Script Information
Includes functions for script information.
GetArgs Function
Returns the arguments passed to a script.
GetBaseClass Function
Returns the base class of the specified class.
GetBrowserType Function
Returns the current browser type.
GetDefaultBrowserType Function
Returns the default browser type, which is used when new Agent connections are made.
GetExecutableDir Function
Returns the location of the
Silk Test Classic
executable,
partner.exe
, on the local machine.
GetGuiName Function
Returns the name of the graphical user interface under which the agent on the current machine, or a specified machine, is running.
GetGUIType Function
Returns the current GUI.
GetGuiVersion Function
Returns the version number of the graphical user interface on the current machine.
GetParentClass Function
Returns the parent class of the specified class. Returns NULL if the class has no parent class.
GetProgramDir Function
Returns the directory of the script that is running.
GetProgramName Function
Returns the name of the script that is running.
GetRel1ClassLibrary Function
Returns TRUE if the
Use release 1.x version of the class library
check box is checked in the
Agent Options
window.
GetStartupDir Function
Returns the location of the include files that
Silk Test Classic
uses at startup.
GetSubClasses Function
Returns the immediate descendants of the specified class.
GetTestCaseArgs Function
Returns the list of arguments that were passed to the test case.
GetTestCaseErrorCount Function
Returns the number of application errors discovered by the current test case.
GetTestCaseName Function
Returns the name of the current test case.
GetTestCaseState Function
Returns the state of the current test case.
GetTestCaseWarningCount Function
Returns the number of warnings discovered by the current test case.
Parent topic:
Functions