Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi to all..
Actually i have a doubt as follows..
I did unit testing... But my doubt is how to generate the Reports based on the Test Results..
If any body knows please let me know...
Posted
Updated 25-Aug-11 23:26pm
v2
Comments
Sergey Alexandrovich Kryukov 22-Aug-11 1:24am    
Why it seems to be a problem?
--SA
komalilella 22-Aug-11 1:27am    
no. but i want generate report...
CPallini 26-Aug-11 5:29am    
If the tests are (well) designed for automatic execution then there shouldn't be any problem (capturing the output and showing it is not a problem, is it?)

1 solution

Use Crystal Reports for that!
According to the test results, apply your Logic and get the report content. Then pass it as parameters to the Crystal Report.
And then, load the report. Then, you can do whatever you want of that!
Save it / Print it / Just close it after viewing!
For the execution or codes, you have to just Google Search[^].
Or just go to this link.
 
Share this answer
 
v2

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