Hi,
Is there a possibility to send the report results via email?
Oliver
Sending reports results with Email
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
There is nothing built-in right now. But
1) In your test code, you can implement the IReportLogger interface, attach that to the reporter and send the mail when End() is called. Mails can easily be sent in C# using the System.Net.Mail classes (MailMessage and SmtpClient)
2) It sounds like a useful feature, so it might be implemented in 2.1
Michael
Ranorex Team
1) In your test code, you can implement the IReportLogger interface, attach that to the reporter and send the mail when End() is called. Mails can easily be sent in C# using the System.Net.Mail classes (MailMessage and SmtpClient)
2) It sounds like a useful feature, so it might be implemented in 2.1
Michael
Ranorex Team