How can i check if a checkpoint passes or not?
code:
chk_PassFail = Browser(…).Page(…).WebEdit(…).Check (Checkpoint(”Check1″))
if chk_PassFail then
MsgBox “Check Point passed”
else
MsgBox “Check Point failed”
end if
Software Testing Interview Question | Test Director Interview question | Load Runner interview questions | QTP interview questions | Silk Test Interview questions | Win Runner Interview questions | Software Quality Assurance Interview Questions | Automated Testing Interview Questions | Manual Testing Interview Questions
Current Articlecode:
chk_PassFail = Browser(…).Page(…).WebEdit(…).Check (Checkpoint(”Check1″))
if chk_PassFail then
MsgBox “Check Point passed”
else
MsgBox “Check Point failed”
end if
Post a Comment