I have been assigned the task of load testing our entire suite of applications. We use html, jsp, and applets. Our applet communication is done mainly via URLConnections. We serialize a lot of objects using ObjectOutputStreams.
What would be my best approach to setting up the test? I really would like to use the JMeter proxy and am able to 'see' the serialized object in the post portion of the analysis but the object is not making it to the server. If I cannot use the proxy is my best bet to output the objects to files to send. If so can I somehow automate this (we have a very large and complex applications and hand coding all the requests would be a nightmare). Thanks in advance! -- View this message in context: http://www.nabble.com/Object-serialization-and-the-JMeter-proxy-tp15096413p15096413.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]

