Before I go through the trouble of loading ant on my system so I can use HttpUnit, I wanted to make sure you understand all works fine when I run the tests manually.
-----Original Message----- From: Steve Lewis [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:45 AM To: JMeter Users List Subject: Re: attempting to correct http response 500 It's a bug in your server-side code. Try setting up a unit test for that URL you're hitting (try HttpUnit). Or you need to look at the logs of your server and see what might be going wrong. You may have a bug in your business logic or just a simple NullPointerException. Steve --- Becky Moore <[EMAIL PROTECTED]> wrote: > When I record the calls all is normal. During the > test I am capable of > logging in and logging out. But certain pages come > up http response 500. I > realize that is "an internal server error" but what > does that mean to > testing. If it truly was the server wouldn't the > same error occur during the > recording process. Does anyone know how to fix this > problem? > > Thank You, > > Becky > > __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

