The requested page is not available for selected version.
AdministerCheckArgument
Syntax
integer AdministerCheckArgument(integer argnr, string recorded, integer result)
Description
Administer a check for an argument.
Parameters
argnr
Number 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”).