Hi All,
I am facing one issue in which Reporter.reportevent..... test result not displayed for second checkpoint.
In mercury web site I am validating the Default date and month with current month and date.
I used following If Else statement...
My both conditions satisfied, but only first Test result displayed.
Second result "Curent date verified","Validdate...Test Passed" not displayed in Test Result even though d=h satisfied.
Any one pls help me why it is not displaying ?
I am facing one issue in which Reporter.reportevent..... test result not displayed for second checkpoint.
In mercury web site I am validating the Default date and month with current month and date.
I used following If Else statement...
Code:
If c=f Then
Reporter.ReportEvent 0,"Curent Month verified","Valid Month...Test Passed"
End If
If d=h Then
Reporter.ReportEvent 0,"Curent date verified","Validdate...Test Passed"
End IfMy both conditions satisfied, but only first Test result displayed.
Second result "Curent date verified","Validdate...Test Passed" not displayed in Test Result even though d=h satisfied.
Any one pls help me why it is not displaying ?

