09-20-2010, 06:07 PM
Hi Mukesh,
You can check the absence of the image as follows:
Please let me know if it helps !!!
You can check the absence of the image as follows:
Code:
If Browser("").Page("").Image("Image Name").Exist = False Then
Reporter.ReportEvent micPass,"Verify Image is absent","Image is absent"
Else
Reporter.ReportEvent micFail,"Verify Image is absent","Image is present"
End If
Please let me know if it helps !!!