RSS Feed for This PostCurrent Article

My test fails due to checkpoint failing, Can i validate a checkpoint without my test failing due to checpoint failure?

code:
Reporter.Filter = rfDisableAll ‘Disables all the reporting stuff
chk_PassFail = Browser(…).Page(…).WebEdit(…).Check (Checkpoint(”Check1″))
Reporter.Filter = rfEnableAll ‘Enable all the reporting stuff
if chk_PassFail then
MsgBox “Check Point passed”
else
MsgBox “Check Point failed”
end if

Trackback URL

RSS Feed for This PostPost a Comment