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 |
We have an assessment test in our company related to QE-UI. It will b e kindof Objective and subjective type of questionaire whcih i have to clear. so please let me know what kind of study material should i read for Testing concepts like ERD ,HLD,LLD, test coverage,test automation,test plan, configuration management tools and defect tracking Bug life cycle, SDLC. kindly help me?
How u r breaking down the project among team members?
what is the gendral format for test case?
Explain beta testing?
What is intrusive testing?
What is cause-and-effect (fishbone) diagram?
What are the structure-based (white-box) testing techniques?
This is on letter series like if DEFGHI: BCDEFG then NOPQRS:_______
What is coverage analysis?
Transaction Per second?
Explain compatibility testing?
What are the valuable steps to resolve issues while testing?