Forum Discussion
13 years ago
Hi,
I am not getting an email when the test is failed, i am getting emails when test is passed? here is the code i am using
Srujana
I am not getting an email when the test is failed, i am getting emails when test is passed? here is the code i am using
Call SendMail("skonkala@metrix.com","Smtprelay","TestComplete", "testcomplete@metrix.com","Notification","Hello Srujana, Your test failed","C:\TestResults.mht")
Else
Call SendMail("skonkala@metrix.com","Smtprelay","TestComplete", "testcomplete@metrix.com","Notification","Hello Srujana, Your test passed","C:\TestResults.mht")
End If
End Sub
Srujana