Tuesday, June 2, 2009

Validating the Checkpoint result without depending on TestResults Window

v_ChkPntStatus = Browser(…).Page(…).WebEdit(…).Check (Checkpoint(”CheckPointName1″))
Return Value is True if the checkpoint is passed otherwise its false.
if v_ChkPntStatus then
MsgBox “Check Point passed.”
else
MsgBox “Check Point failed.”
end if

No comments:

Post a Comment