ruhc6296
12 years agoNew Contributor
The "Visible" property of the "Stub object" object does not meet the checkpoint's condition.
Hi,
For one of my test where I have to check - After clicking ok button of message dialog, dialog closes., I created the property checkpoint and set the property "visible" to false but getting the following error message; what could be wrong with checkpoint?
The "Visible" property of the "Stub object" object does not meet the checkpoint's condition.
Object name: | Stub object |
---|---|
Property: | Visible |
Actual value | false |
Expected value | true |
Condition | cmpNotEqual |
Case-sensitive | true |
- Hi Ruchi,
Stub object has only Exists property which is always False. All other properties, even if you happen to see them in the Object Browser do not exist during runtime and cannot be used.