Re: JavaScript/Perl Question

2004-02-06 Thread Kevin Connor
Thanks for the code Philippe. I'm going to try it. I think it'd be cool if the proxy automatically ran the validator on the page being proxied and the javascript that was added to the page by the proxy would write the results to a logger window or alert. Is this an easy thing to do with HTTP::

bug finding using source code repository info?

2004-01-06 Thread Kevin Connor
There's a rule of thumb that goes along the lines of "bugs lurk where many changes are made to the source code", because it's a sign of "we're just not getting this area right." Has anyone tried to use checkin/diff info to find areas to focus on for testing? Anyone tied it to a coverage tool?