When selecting the states by giving the country as input
using ajax cal, how can we ensure that every time it is
hitting the DB and fetching the data? Many time it may load
from the cache.
Answer Posted / atl
ajax call you can check through fiddler(or any debugger). it will show the request and response clearly.
and also, if the selecting states is an ajax call, then it will never use the cached data.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How we can get the value of an element using javascript?
What is the difference between remove() and removeChild()?
20 Functions of Selenium with description and Examples.
What does the following statement declares?
Why is it called javascript?
What is meaning of === in javascript?
What is local scope in javascript?
How do I link an external javascript file to html?
What is the Infinity property used for in Javascript?
What are the limitations of javascript?
what does javascript null mean?
Why is javascript hoisting?
Name some of the built-in methods and the values returned by them.
How to test PAGE LOAD TIME, RELOAD THE PAGE, CAPTURE THE URL'S , TEST THE PIXALS please please above all these how to test as a tester
What is eager initialization in java?