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.
AdministerCheckNamedArgument
Syntax
integer AdministerCheckNamedArgument(string argname, string recorded, integer result)
Description
Administer a check for a named argument.
Parameters
argname ;
Name of the argument in the action line that contains the expected value.
recorded
Recorded value.
result
The result value that is to be administered for this check: 1 means pass, 0 means fail.
Return Value
The function returns the value of the result parameter.
Notes
- The functions AdministerCheck, AdministerCheckArgument and AdministerCheckNamedArgument can be used to administer the result of a check already done in a script. They are typically used when the check is not a comparison between an expected and a recorded string (like “check if the response time is below 8 seconds”).