Is Ajax, a browser dependent or browser independent script.
LoadRunner support AJAX Apps. however Ajax protocol in LR are not as efficient as HTTP protocol. You can use HTTP protocol record AJAX web apps, but there's a lot of custom coding needs to be done...
does Win Runner 7.5 support AJAX web based application implemented in Java?
Editorial / Best Answer
Answered by: pankajsaha
View all answers by pankajsaha
Member Since Jun-2006 | Answered On : Jan 16th, 2007
Yes! AJAX is browser dependent technology.
Ajax is not a programming language ; You can say it is a combinations of main 3
languages. DHTML, Java script and XML.
Ajax engine rather Ajax run on Firefox, Opera 8, Safari and later Mozilla builds and theMicrosoft equivalent ActiveX object.
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 ...
According to me Ajax is not a browser dependent why because Ajax use web standard like DHTML,CSS,XML and JAVASCRIPT which are mostly well defined and support almost all major browser. so i think Ajax is not browser dependant.