Re: beginning and testing
Holger Kipp <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Dear Billy, > On 07.10.2014, at 15:26, "Patton, Billy" <[email protected]> wrote: > > I’m rewriting/moving an app that hasn’t been touched in over 5 years. [..] > At my previous job we had a mantra “design for test” > > So from the very first file I create I want to be able to test each step as I proceed. > I’ve used, very simply, the .t files for test my library and my apps that run from the command line but never some thing from the web. > > In the past I’ve used an Oracle product that does web testing, but that’s rather expensive. > So have no doubts that Apache and mod_perl have an enormous testing suite available for testing my perl and the web site it creates. Have a look at Apache JMeter. http://jmeter.apache.org Maybe this is what you need? Best regards, Holger