12-01-2009, 01:45 PM
(This post was last modified: 12-01-2009, 02:18 PM by kkishore12345.)
I have declared the variable cons1 and tried again. Same issue is observed (Test is getting failed). any suggestions please?
Thanx
Kishore
I tried by keeping the below code inside the function and test is passed.
If cons1 > 0 Then
reporter.ReportEvent micPass, "Passed","Links found"
else
reporter.ReportEvent micFail, "Failed","Links NOT found"
End If
Thanks for ur time,
Kishore
Thanx
Kishore
I tried by keeping the below code inside the function and test is passed.
If cons1 > 0 Then
reporter.ReportEvent micPass, "Passed","Links found"
else
reporter.ReportEvent micFail, "Failed","Links NOT found"
End If
Thanks for ur time,
Kishore