Which protocol is advisable if I am submitting more than 50 web...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

R

Ravi Ranjan

Guest
Which protocol is advisable if I am submitting more than 50 web forms? I tried web protocol but the script becomes very lengthy...
 
Try with Ajax true client protocol, but memory wise it will consume more when compared with web protocol.
 
Ajax I tried but the failure rate is high... Vikkrham Avirneni : is there a way to convert Ajax scripts into webservices? Getting XML file at this point of time is not possible
 
Ravi if u want to test web application how come u will test in web services protocol. Webservice is used to test component level testing if ur doing testing for web means ur testing entire end to end testing. So try to test in web HTTP HTML protocol or Ajax true client . or if u have API or SOAP XML to submit this form u can use those