10-13-2009, 10:05 AM
Hi,
I guess you can insert a simple checkpoint like.
Browser().Page().Webelement().check(checkpoint()) which will give you a value in the boolean and then have a reporter statement like
Let us know if this helps.
I guess you can insert a simple checkpoint like.
Browser().Page().Webelement().check(checkpoint()) which will give you a value in the boolean and then have a reporter statement like
Code:
If Pass then
Reporter.Reportevent micpass, "Text appeared", "Test Passed"
Else
Reporter.reportevent micfail, "Text did not appeared","Test Failed"