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

