what is the difference between the cookies and cacheing
Answer / uday
Cookies are temporary internet files created by web server
in our computer. These cookies will contain some basic
information about the user like user credentials, sessionid
etc.
All the communication between your browser and webserver
are stateless, means if you use page1, it doesnt store any
information for page2, which is big problem.
So web server will store info about the user in cookies, so
that, that information is avialable to page1 and page2.
Where as caching is something where frequently accessed
data is put in cache, such a way that it can be access very
fastly causes to improve the performance of the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Can u plz tell me what r the functions available in load runner and how to write userdefined functions and what are they?
What is local configuration file?
Throughput ?
Recognize why and when to use verification?
how many performance test scripts have you written? what was the performance issues you had? what did you recommended to that issues? what kind of performance requirements did you have? how did you tune the system for performance? how did you ramped up the users? how did you find the bottlenecks of the system? did you find any coding issues and if yes what kinds of?
In what situation would u want to parameterize a text verification check ?
How to write Web_custom_request?
How is automated correlation configured?
What is gui vuser and on which platform it will run?
How to upload media use loadrunner? I record the script but it fail because the top of document is invalidation.How to solve the problem?Which one know the answer please tell me. Thanks!
How can u find out hidden files in Load Runner Script and how can u correlate?
what is standalone mode running?