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 |
What is the differences between parameterization and correlation ?
Why is parameterization necessary in the script?
What r the arguments in lr_set_debug function
What is the difference between performance testing and performance engineering?
What is think time?
How do decrease the TPS,when one Vuser is running? For example, I am running one DRB with TPS 18 TPS, I want to maintain it as 7 TPS, how?
How can we debug a loadrunner script?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
types of servers?Explin me plz(chandana)
I read the answers given for 90 percentile calcutaion in the analysis report. If i am running a test for 1 record how is the 90 percent calculation done.
Can u Explain me in real time projects any frameworks follows in Loadrunner ? if Yes plz mentiond(Chandana)
what is the difference bw performance testing and performance tuning