Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to generate reports and how to mail generated reports. Currently i have few Unit tests.

Upto now i am running the unit tests from visual studio express after done execution, default reports are generated in Test Explorer.

Can any one please tell me how to do that generate reports and how to send mail generated reports using selenium webdriver with c#
Posted

1 solution

You can use NUnit for emailing your test results automatically to the specified email id.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900