Forum Discussion

bharath_guturi's avatar
bharath_guturi
New Contributor
12 years ago

How to handle AJAX control post request using TestComplete 5 Load Tool

Hi,



Am using TestComplete Enterprise Version 5.14.523.7



                    For Load Testing, after recording the script, for AJAX controls the post request structure is not in ContentDisposition format. If ContentDisposition is not available how to handle the post request parametrization..?



 If ContentDisposition is available i use the following script format ,

       Set Conn= VirtualUser(i).Task.Connection(16).request(0) 

      Set Lcnt = Conn.ContentDisposition

      Lcnt.Item("ctl00$uxPgCPH$uxCustNo").Data =  custno

      Lcnt.Item("ctl00$uxPgCPH$uxCustID").Data =  custno 




Please find the attached post request files with and with-out AJAX control. Kindly reply how to handle AJAX control post request parametrization. Quick feedback is appreciated.

No RepliesBe the first to reply