A blog on Selenium WebDriver, Java, VB Script, Software Testing, SOAPUI, Groovy, SOA Testing, Mobile Testing, Appium etc.
Tuesday, 6 August 2013
What is ajax
AJAX is the art of exchanging data with server, and update the parts of a web page without reloading the whole page.
What Default Method is Called While Using .load() Function
.load() is roughly equivalent to $.get, therefore it uses get method to load data
What is the Difference Between $.get and $.post
Results loaded with $.get in internet exoplorer are stored in cache, So you might receive some data refresh problem on UI using $.get method
if you’re fetching data from the server and not changing anything, you should generally use GET, while if you’re changing something you should use POST
Wednesday, 31 July 2013
QTP :- Link to download Microsoft Script Debugger
Link to download & install Microsoft Scritp Debugger is -
Subscribe to:
Posts (Atom)