I am trying to load test a fairly complex flash/CF App.
I was able to record the flash AMF traffic using loadrunner, but I am not
entirely certain where to go from here.
I want to parameterize the AMF calls so I can simulate several users (and
several methods) without haveing to record each one and replay them.
Any help is greatly appreciated!
LoadRunner successfully records the AMF into a hexadecimal string like so:
web_custom_request("gateway",
"URL=""> "Method=POST",
"Resource=1",
"RecContentType=application/x-amf",
"Referer=",
"EncType=application/x-amf",
"BodyBinary="
"\\x00\\x00\\x00\\x01\\x00\\x10"
"amf_server_debug"
"\\x01\\x00\\x00\\x00"
"`"
"\\x03\\x00"
"\n"
"coldfusion"
"\\x01\\x01\\x00"
"\n"
"amfheaders"
"\\x01\\x00\\x00\\x03"
"amf"
"\\x01\\x00\\x00\\x0B"
"httpheaders"
"\\x01\\x00\\x00"
"\trecordset"
"\\x01\\x01\\x00\\x05"
"error"
"\\x01\\x01\\x00\\x05"
"trace"
"\\x01\\x01\\x00\\x07"
"m_debug"
"\\x01\\x01\\x00\\x00"
"\t"
"\\x00\\x01\\x00"
"#estars.core.system.getFlashGateways"
"\\x00\\x02"
"/1"
"\\x00\\x00\\x00\\x05"
"\n"
"\\x00\\x00\\x00\\x00"
"",
LAST);
------------------------------------------------------------
This mail sent through exciteworks: http://exciteworks.com/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

