Search For Knowledge

Google

Monday, June 18, 2007

Here is the code for the Pass/Fail status of a check point.

chk_PassFail = Browser(…).Page(…).WebEdit(…).Check (Checkpoint(”Check1″))
if chk_PassFail then
MsgBox “Check Point passed”
else
MsgBox “Check Point failed”
end if

No comments: