ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
How do you test cookies?
 Question Submitted By :: Suresh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do you test cookies?
Answer
# 1
cookies are used to store information about user actions. 
when accessing particular site it tells the cliednt thet 
user doing this action
 
Is This Answer Correct ?    3 Yes 1 No
Sunil Reddy
 
  Re: How do you test cookies?
Answer
# 2
pls give related answer to the question
 
Is This Answer Correct ?    1 Yes 0 No
Sunny
 
 
 
  Re: How do you test cookies?
Answer
# 3
While doing cooki testing u will do testing by disabling 
and enabling cookies

srini
 
Is This Answer Correct ?    1 Yes 0 No
Srini
 
  Re: How do you test cookies?
Answer
# 4
click the back &froward button for checking the cookies 
button.click the back button if previous page is open.then 
cookies is store
 
Is This Answer Correct ?    1 Yes 0 No
Devendra Singh
 
  Re: How do you test cookies?
Answer
# 5
Generally cookies are used to store the info abt user.
the answer is test it whether it is storing the info abt 
the user or not.
 
Is This Answer Correct ?    1 Yes 0 No
Mallikarjun
 
  Re: How do you test cookies?
Answer
# 6
may be through database testing.
verifying whether data is updated, retrieved
 
Is This Answer Correct ?    1 Yes 1 No
Deepti Palagiri
 
  Re: How do you test cookies?
Answer
# 7
there r 4 ways
1. enabling cookies
2. disabling cookies
3. selecivrly reject cookies
4. encrypted cookies
 
Is This Answer Correct ?    1 Yes 0 No
Guest
 
  Re: How do you test cookies?
Answer
# 8
pls give related answer to this question
 
Is This Answer Correct ?    1 Yes 0 No
Srinivasreddy
 
  Re: How do you test cookies?
Answer
# 9
1.Data in the cookie should be displayed in the encrypted
form. If the data is in encrypted format then it will not be
easy for any user to retrieve data from in it which is a
security feature.
2.User can test whether appropriate message is displayed or
not by disabling the cookies from the browser settings. Once
the cookie is disabled from the browser settings, then run
the application, applications that require the use of the
cookies should display a proper message like “For smooth
functioning of the application, cookies needs to be enable
on the browser”. At any point application should not get
crash even when the cookies are disabled.
3.Try to check the functionality of the application by
accepting & rejecting some cookies. Change the browser
settings so that system should prompt the user to
accept/reject the cookies. Now let’s say that there are 10
cookies required in the application, now accept any 5 out of
them & reject another 5, now check the functionality of the
application, at any point of time application should not
gets crashed.
4.Functionality of the application after deletion of
cookies: Examine the behavior of the application after
deleting all the cookies written by the application
5.Corrupting the cookies: Cookies store at the default
location in  the users pc, manually change the parameter
value displayed in the cookies or change the name of the
cookie generated & then try to access the application. 
6.Checking the deletion of cookies from the web application:
Sometimes, cookies generated by the page in the web
application is deleted by another page of the same
application, for example lets consider the case of an
Application having shopping cart in it, when the user
performs some purchase out of it then a cookie is generated
& when the user .navigates to any other page in the same
application, then the cookies generated by the page
(shopping cart) gets deleted,. This is a security issue so
that no mores transaction will take place with the same values.
7.Cookie Testing on Multiple Browsers: This is regarding the
testing of cookies generated by the application in different
browsers. In the different browsers If the application
(using for testing) is writing the cookies, then the user
can check whether it is writing cookies successfully in
different browsers like Mozilla , Internet Explorer, Safari
, Netscape etc.
8.In some cases when the cookies are used to store the
logging stats of the user, then in the url logged in
parameters are displayed in the form of the ID’s, change
this id values, lets say the id value displayed is 100 or
something else change this value to any other value. Proper
message should be displayed to the user.
9.More use of cookies can lead to loss of site traffic: Not
every user has the cookies enabled on the browser, Lets
consider that the user (make the settings like system will
prompt the user before accepting any cookies) is accessing
the web application. Now to navigate around different pages
(Lets say from page 1 to page 2) there ate a lot of cookies
used, then the user will annoy & this may lead to the loss
of site traffic. So its always better to generate the
minimum number of cookies in the application.
10.Best approach to write the cookie is to that no sensitive
information like username, password,  Credit Card Numbers
(in case of an transactional application) should not be
stored in the cookie, if it is getting stored in the cookies
then it should be in encrypted form.
 
Is This Answer Correct ?    4 Yes 0 No
Swapnil Garg
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
Could any one tell me about 'Deployment Testing'?Who will use this and when? Thanks In advance.......... Regards, MurthySharma.Manchella  1
What methodologies have you used to develop test cases? HCL2
Formate of weekly & daily status report means contents in that report Satyam1
What are the methods you followed, while doing black box testing??? Oracle5
what is function testing? nvidia4
what is difference in between os 2000 xp  1
What scripting language should tester know when his organisation using Automation tool like wise any tool? wht kind of script should tester should be familiar?  1
can anyone give me example of the following:- low severity & high priority medium severity & medium priority high severity & low priority  4
what is tracebility matrix.what is tracebility template Exalt6
what is difference between web application and client server application CTS2
How do we decide scope for smoke and sanity testing? BMC1
What is diff between Load testing Stress testing? TCS5
which model is mostly used in companies for SDLC and y?  3
What is CRUD testing  10
What Is Functional Testing?  6
At what stage of the development cycle software errors are least costly to correct? 3i-Infotech1
Hi,frnds. can any one tel me " is QUALITY CENTER & TEST DIRECTOR are same or different ? if different, pls tel me the difference.. its an question asked me in an interview.. pls tel me frnds AZTEC6
Can any one please explain me, what kind of defects we should not raise while doing System Testing? Covansys2
waht is the quality in your company?  3
1.Differentiate SDLC & v-model? 2. " verification and validation? 3. " quality assurance and quality control? 4.what are the components in test strategy? 5.Differentiate test strategy & test plan? 6.wht methods will you follow in yoiur company for test design?  1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com