I am using jmeter 2.6. I've got an app I am trying to create a test for.
I recorded it using the proxy. The test seems to work, but then I noticed that after I login and go to the page where I actually start the core test the response I get is an error page telling me I am not logged in. I did, however, get successfully logged in. This tells me that either the cookie problems I had before are back (jmeter/httpclient handles cookies with spaces in weird ways, and also doesn't seem to handle URL Encoded cookies very well) or that I am missing some sort of dynamic token. I started a new test and recorded it twice using the same settings and same test data. I then opened both jmx files in a visual diff program, and there are so many differences due to the sub-requests being in random order in each file. My question then is two part. How can I make jmeter/httpclient NOT turn %20 back into ' ' when it sends cookie data? What other options do I have to track down any missing dynamic tokens/data? Thank you. Lee Lowder This communication and any attachments are confidential, protected by Communications Privacy Act 18 USCS ยง 2510, solely for the use of the intended recipient, and may contain legally privileged material. If you are not the intended recipient, please return or destroy it immediately. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
