Hi
The request and the ajax call will be two separate requests(the first to get
the main page and the next to actually make the AJAX call). The first
request would finish when the page loads. check your proxy script there
should be another request for the AJAX call

if you want to group them up so that it appears as one request then use a
Transaction Controller as the parent request with the Generate parent sample
checked

regards
deepak

On Tue, Aug 25, 2009 at 10:41 PM, Erik Drolshammer <[email protected]> wrote:

> Hi!
> I want run end-to-end tests to measure performance as the user
> experience it. The application use a lot of ajax scripts.
>
> I have used the HTTP Proxy server to record a request and I can replay
> it. It finish almost immediately and the response includes text saying
> "Please wait, searching".
>
> This seems to indicate that JMeter returns the response without waiting
> for the search to actually finish.
>
>
> Does JMeter support such test fixtures that I try to set up?
>
> Any tips on how to debug?
>
>
> --
> Best regards
> Erik Drolshammer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to