praveensqa
14 years agoContributor
How to pass the PASS, FAIL Status to the Log.
Hi All,
How to pass the PASS, FAIL Status to the Log.
Suppose if (Condition) Then
log.event (Pass)
else
log. (Here Fail
End if
As of now i am using Log.event, Log.Error
Pass for Event.
Fail- Error.
But After log.Error the script is going to stop. But i need to continue. So, is there any way to send Fail status to the Log.
Regards,
Praveen
How to pass the PASS, FAIL Status to the Log.
Suppose if (Condition) Then
log.event (Pass)
else
log. (Here Fail
End if
As of now i am using Log.event, Log.Error
Pass for Event.
Fail- Error.
But After log.Error the script is going to stop. But i need to continue. So, is there any way to send Fail status to the Log.
Regards,
Praveen