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]

