What are cookies and how to test cookies

Answers were Sorted based on User's Feedback



What are cookies and how to test cookies..

Answer / satyaprasad

Cookie is small information stored in text file on user’s
hard drive by web server. This information is later used by
web browser to retrieve information from that machine.
Generally cookie contains personalized user data or
information that is used to communicate between different
web pages.

Test the application by enabling or disabling the cookies
in your browser options. Test if the cookies are encrypted
before writing to user machine. If you are testing the
session cookies (i.e. cookies expire after the sessions
ends) check for login sessions and user stats after session
end. Check effect on application security by deleting the
cookies.

Is This Answer Correct ?    18 Yes 5 No

What are cookies and how to test cookies..

Answer / keshab

The main purpose of cookies is to identify users and
possibly prepare customized Web pages for them. When you
enter a Web site using cookies, you may be asked to fill
out a form providing such information as your name and
interests. This information is packaged into a cookie and
sent to your Web browser which stores it for later use

1 – check information is cookie is encrypted or not
2 – check to run application disable cookie from I.E
Property
3 – Check cookie will expire after session is expire
4 – Check if the browser is close without Logout , cookie
is expire or not

Is This Answer Correct ?    14 Yes 2 No

What are cookies and how to test cookies..

Answer / pradeep kumar shukla

if session is expired and cookie is enable then user easily
access personal information on client web browser and if
cookie is disable then user not access info from web history

Is This Answer Correct ?    1 Yes 0 No

What are cookies and how to test cookies..

Answer / pradeep kumar shukla

cookies hold the small user information on client web
browser like name of user,date of birth,id etc.
properties of cookies is 1-cookie_enable 2-cookie_disable

Is This Answer Correct ?    0 Yes 1 No

What are cookies and how to test cookies..

Answer / barby

iam using asp.net
and in my login page after cookie expired it return on
login page this done

but i need keep the username on textusername in expration
case only when return to login page


how can i checked in my code if cookie expire or not if
there is any event it may be help me

many thanks

Is This Answer Correct ?    0 Yes 2 No

What are cookies and how to test cookies..

Answer / sonalee

thanks for this ans but am having 1 doubt how to check whether cookie is encrypted or not?
plz reply
ur ans will be appreciated
thanks in advance

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

wat is Bottle Neck testing

4 Answers   Saksoft,


What are the advantages of black box testing?

1 Answers  


What's the difference between alpha and beta testing?

1 Answers  


define with example high severity and low priority ? 2.low severity and high priority? 3.both are high? 4.both are low ?

2 Answers   ACS, Siemens, TCS,


what are the possible test cases for online jobs search portal..if its a job seeker module and any 1 if u had worked on this proj pls share the bugs with sev and priority pls frends i need replies for these queries ..thanks in advance

1 Answers   JPMorgan Chase,


Please send me Sample Template on Test Strategy. Tnx in Advance.

0 Answers  


What is Data guidelines?

1 Answers  


How can write testcases on a code under development pls give asnwer

1 Answers  


exact difference between smoke testing, sanity testing and unit testing

2 Answers  


Hi I am searching job please send some details abuot ERP project and real time test plan,traceability report,test case if any relate to erp project Please help me out to get a job in testing.my email address is chiku_69@yahoo.in Thank u

1 Answers  


what is bug life cycle?

7 Answers  


what is soak testing

3 Answers  


Categories