Re: [us...@httpd] Code coverage while running web server

2009-12-20 Thread Guruprasad JG
the apache, I would see close to 90-100% of code being covered during that run of apache. I assumed that since apache is open source, these would also be. On Sun, Dec 20, 2009 at 3:37 AM, Krist van Besien wrote: > On Sat, Dec 19, 2009 at 1:30 AM, Guruprasad JG > wrote: > > I am

Re: [us...@httpd] Code coverage while running web server

2009-12-18 Thread Guruprasad JG
AM, Jonathan Zuckerman wrote: > On Thu, Dec 17, 2009 at 9:49 PM, Guruprasad JG > wrote: > > > > I am working on a project which requires running httpd web server. I need > to > > ensure that all the important code paths are covered while the web server > is > >

[us...@httpd] Code coverage while running web server

2009-12-17 Thread Guruprasad JG
I am working on a project which requires running httpd web server. I need to ensure that all the important code paths are covered while the web server is running. I looked around for test scripts which can help in doing that, but couldn't find any. Are there any test suite or bunch of functional t