![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions If i have to Automate an application developed in AJAX which tool (QTP,WinRunner)would be more useful. Does Load runner has a protocol to support AJAX? Read Answers (6) | Asked by : Anand Indoori Latest Answer : One thing i have forgotten to write that Due to some web standard we may call it as Browser dependant like if we will use JSON then it is not supported by all browser . so when we are using Ajax we have see the webstandard we used for it..But except ... I don't know how to start with, which tools are required to create a Ajax application and Which tool we need to run the Application created in Ajax Latest Answer : The best place to start with Ajax is "Ajax For Dummies". Learn the concepts first and then u can start using JavaScript libraries like PROTOTYPE OR SCRIPTACULOUS..ALL THE BEST. ... Latest Answer : Ajax itself is javascript which uses XMLHttpRequest object which takes action event parameters into method call open().AJAX Stands for Asynchronous Java script and XML where in there is no order in which to requests and responses are tracked.XMLHttpRequest.open() ... Read Answers (1) | Asked by : thoby Latest Answer : 1. The call to open() is the HTTP request method – GET, POST, HEAD or any other method you want to use and that is supported by your server.2. The send() method can be any data you want to send to the server if POST-ing the request.Ex: httpRequest.open('GET', ... Read Answers (1) | Asked by : ashokkumar
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||