• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Hi Sir...... I've one question..My application...

A

Avinash Avinash

Guest
Hi Sir...... I've one question..My application is Java application.I've recorded by using Web (HTTP/HTML) protocol and used HTML(A script contains explicit URL) mode for recording. After my recording, entire script is recorded with web_url only there is no web_submit Data calls.. ----Navigation is---- 1. Launch application(No Login) 2.In the search field need to give business name eg..Hotels or Plumbers etc.. 3. select any one of the search result Please advice.... Thanks.....
 
Maybe your application doesn't use HTML forms to send (i.e. submit) data to the server?
 
You can verify the client http behavior with fiddler or wireshark. Also, are there any error messages in the recording log or code generation log?
 
Avishai i don't have any errors in my GLog and RLog
 
Why (very specifically and architecturally) do you expect to see web_submit_data() requests?
 
Back
Top