Automation Guide
Action-based testing language
TestArchitect Automation Classes
Engine class methods ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
AssignSetting
Syntax
integer AssignSetting (string settingname, string settingvalue)
Description
Assign a value to a run setting.
Parameters
settingname
Name of the setting to assign.
settingvalue
Value to be assigned to the setting.
Return Value
Return 1 if the call is successful; otherwise, 0.If unsuccessful, the diagnostic functions can be used to get more details.
Notes
- Settings have a wide variety of uses to tune the behavior of the engine or any other part of the automation.
- Settings can be saved in a file with SaveProfile.
- When this file is specified as parameter in Start or is read with Intake, the saved settings are made available again.