ShreeAkula
2 years agoNew Contributor
Create a High level Custom report
Hi All,
I want to create a High level custom report which contains -
Number of Tests ran,
Number of Tests passed -
Number of Tests Failed -
Number of Tests with warnings- etc,
basically all the details available on Execution Summary report.
Please note
1) On my test machine, I dont have a email client to use "Send via E-Mail..." feature.
2) I tried LogResults object. But it doesnot give me enough details.
3) I tried exporting the summary to xml and parse it. That didnt work.
Could anyone give me a working example? I am working with C#.