On 7 January 2013 11:00, frank <[email protected]> wrote: > i have a test script with 50 threads, the setting of csv data : sharing mode > is current thread group, i have a http cookie manager, but i found some > response data are wrong, e.g. > for soap/xml-rpc request 'car_create', its response data should be : <create > ....>, but in fact its response data is : <read ...> - this response data > should be the response of request 'car_read', why?
Is the request data correct? If so, then maybe the server is misbehaving under load; try reducing the load. If not, then you need to find out why the wrong data is being sent and correct it. > Thanks in advance! > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/get-wrong-response-data-tp5715735.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
