On 14 January 2012 18:41, Shaba K <[email protected]> wrote: > Hi All, > > I am encountering a weird scenario. > > I am in my testscript using xpath extractor as a post processor. > > I am retreieving a cartId & passing it as a parameter in next request. > > It works fine when i run the test for 2-3 users. > > It fails when i run the same test for say about 10 unique users. > > It alwayz returns null. > > Any thoughts are welcome. ...
The following are standard checks to make for any unexpected results. Check the jmeter log for errors. Are you sure that the correct pages are being returned? Try adding some other (simpler) assertions to check the pages. Add a http://jmeter.apache.org/usermanual/component_reference.html#Save_Responses_to_a_file listener as child of one of the failing samplers and check that the saved pages are correct. > -Shabana --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
