hi So then your test hasn't worked. Typically that means that some of your request response uses dynamic data that you havent extracted out correctly and sent (or you havent sent all the parameters your server side expects). It might the request itself or it might be some previous request that failed.
The only way to diagnose this is record every step in fiddler or equivalent and then compare with every step in JMeter view result tree (accounting for the fact that dynamic data will differ so you have to look at what the previous step generates . If you have access to the application and can read the logs to see why it is failing is easier to do , but not always possible. Sometimes the response returned may have an error message indicating what went wrong so it can be read from the response tab Also look at http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour. regards deepak On Wed, Jul 21, 2010 at 1:34 PM, Vini <[email protected]> wrote: > > Deepak, > > I runned some testes and verified The response assertion was a false alarm > because the string tested appeared in the page that was not I am looking > for. So the assertion was not testing the response wanted. Forget > everything > about response assertion detecting the response. > > I runned the jmeter proxy again, checked result view tree again. It seens > that The response request showed below is not detected by jmeter. I could > not find this response in anywhere in jmeter. > > > > <html><script>if(parent._pprUpdateMode)parent.location.href='cadastraretiquetaman?chPlc=28004';</script></html> > > > > Do you have any idea why jmeter could not be detecting the response that I > can see on fiddler? > > > Att, > > > Vini > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Problems-in-getting-a-request-response-tp1640075p1758276.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

