Click or drag to resize

CustomLoadTestCaseCheckParameters Method

Checks the validity of test parameters.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
public override bool CheckParameters()

Return Value

Type: Boolean
- If all parameters are valid, if at least one parameter has error. DisplayMessage contains the error message.
See Also