10-25-2013, 04:26 PM
You need to pass the results to Test Result by using Reporter.Report Event then only it will display.
Ex :-
Ex :-
Code:
If LoginWindow Exists Then
Reporter.Report Event MicPass , "Login" , "Passed"
Else
Reporter.Report Event MicFail , "Login" , "Failed"
End IF