what do u mean by cookie, session-id?
Answers were Sorted based on User's Feedback
Answer / krishna chaithanya
Cookie is a small piece of code which is stored by web site
on clint hard disk for forther refference.
i'am not sure about session-id.
| Is This Answer Correct ? | 18 Yes | 2 No |
Answer / salmaan
Cookie is a small peice of file, usually a text file. It
tracks the information of where you (the URL of site) what
time and date?
Session ID is the distinct identifier residing on the server
linked with the client side browser. This identifier is
alive only when the user is logged in or until s/he closes
the browser window.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / annad kumar
cookie is the peice of information that ur web client means
Internet explore or mogzilla or netscape will save the data
for u. for example when u type ur id and pass word it saves
as cookie and next time u type it shows the id below the
edit box u can select it press enter.
Cookie is useful to remind ur information on ur client
application instead of typing every time
Coming to Seession id When do u send a request to web
server after establishing a connection the server will give
a session id which uniquely identifis ur sesion of request
and the same time u may send other request from other
browser but from the same machine.then server gives u other
session id. whenever ur sending the request next time the
sesion id lets the server that the request belongs to that
particular session. We use session id's to make the server
a fool.
These session id's r much imporant for performance testers
using LOADRUnner y because while creating Vuser script the
session id given by system wiil be hord coded and at run
time other session id given by server but sequence of all
requests r recorded along with session id hard coded
Whenever 2 nd request goes to server the mismath occurs. So
we have to coorelate this session id to fool the server.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / shekhar reddy
session memory:
when client makes a first request to the appliction the
webserver will allocate a block of memory unique to the
client.this block of memory is called "session memory".
session id:
when client makes a first request to the application,the
session will be created with unique identifier called as
session id.this will be sent to the client.when the client
sening subsequent requests,the request will be sent with
the session id .then the webserver will find the session
for the client
| Is This Answer Correct ? | 5 Yes | 2 No |
Explain usability testing?
In practice, which life cycle model may have more, fewer or different levels of development and testing, depending on the project and the software product. For example, there may be component integration testing after component testing, and system integration testing after system testing.
how do u know the defect report is correct or not?
The abbreviation of “MMORPG” is
I wanted a good defect tracking system and had selected one when one of my friends suggested Zephyr 2.0 being a good test management system that too with an integrated defect tracking tool. Would like to know from those who have used it whether Zephyr is a good investment?
What is a GAP analysis?
What is the difference between Testing and Code review?
What good bug tracking systems have you used?
what is the actual time to stop testing a product.
Difference between the Web based and client server testing. Explain using example..
What is infeasible path?
Why can be tester dependent on configuration management?