Am uses the java over http protocol to test the java applet will launch via browser. I was able to record the script,and done correlation, but inside of my script binary data is generated as shown in below.
_webresult = lrapi.web.custom_request("ServletIndependent;jsessionid={d_session}",
"URL=http://----------------/ServletIndependent;jsessionid={d_session}", new String[]{
"Method=POST",
"Resource=0",
"Referer=",
"Snapshot=t30.inf",
"Mode=HTTP",
"EncType=application/x-java-serialized-object",
"BodyBinary=\\xAC\\xED\\x00\\x05sr\\x008com.system.prog.communication.bean.IndependentBean@AUi\\xAC\\xBCP\\xC7\\x02\\x00\\x05L\\x00\\x06actiont\\x00\\x12Ljava/lang/String;[\\x00\\x0CmessageCodest\\x00\\x13[Ljava/lang/String;[\\x00\\x08messagesq\\x00~\\x00\\x02L\\x00\\x12serializableObjectt\\x00\\x12Ljava/lang/Object;L\\x00\\x05timerq\\x00~" +
"\\x00\\x01xpt\\x00\\x10getMessageSoundsppsr\\x00\\x13java.util.ArrayListx\\x81\\xD2\\x1D\\x99\\xC7a\\x9D\\x03\\x00\\x01I\\x00\\x04sizexp\\x00\\x00\\x00\\x03w\\x04\\x00\\x00\\x00\nt\\x00\\x12Bike_horn.wav21442t\\x00\\x19Ford_type_A_horn.wav13100t\\x00\\x13Truck_horn.wav59798xt\\x00\r{d_Timer}",
LAST}) // couldn't decode request from body, couldn't decode response from body.
But whenever i run the script the script is passed successfully.with out any error. But i think the replay of script is not giving any effects in the application.
Please help me to resolve this.