can anyone knows how to send email after the test cases passed? I am using automation tool Robotium. and I write test cases for Login. once all test are passed. I want to send the email and that email contains the test report of test cases i.e it is passed or failed how to do that?
Asked
Active
Viewed 47 times
0
-
This may help [http://stackoverflow.com/questions/4850641/how-to-generate-test-result-report-using-robotium] – Anand Barnwal Jun 21 '16 at 11:58
-
I think it could be useful to assembly a continuous integration environment in this case. You can use JenkinsIC for instance, build a job to run your automated tests and, at end of that, you can configure the job to send e-mails. Jenkis is free and fairly easy to use – E. Fernandes Jun 21 '16 at 12:08