On 31/05/2008, Ivan Rodriguez <[EMAIL PROTECTED]> wrote: > > Hi! > I have made a script witch makes 3 requests. > > The problem is that sometimes the third request doesn't always show up on > the view result tree listener or on the aggregate report. My question is how > can I see that the request has been sent out?
If the "Run" light goes out, then the test has completed. > I'm assuming that the above mentioned listeners only record requests with > answers. JMeter will wait for an answer before proceeding to the next request. If the server does not answer, the request will probably result in a timeout, which will be shown in the listener. JMeter tries to catch all error conditions so they can be shown, but there may be some condtions that escape its attention. These may prevent the response from being recorded. Check the log file and console window for any such error messages. Another way to check if a sample has been sent is to add a dummy sample, e.g. using the Java Request. If that shows up in the listener, then the previous sampler must have run. > > Thanks for the help! > > > --------------------------------------------------------------------- > 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]

