How do we do "cookie Testing" in web based testing. what we
check in that testing,anybody can explain in detail. Thanks
in advance.

Answers were Sorted based on User's Feedback



How do we do "cookie Testing" in web based testing. what we check in that testing,anybod..

Answer / amitjain

Disabling Cookies This is probably the easiest area of
cookie testing. What happens to the web site if all cookies
are disabled? Start by closing all instances of your
browser and deleting all cookies from your PC set by the
site under test. The cookie file is kept open by the
browser while it’s running, so you must close the browser
to delete the cookies. Closing the browser also removes any
per-session cookies in memory. Disable all cookies and
attempt to use the site’s major features and functions.
Most of the time, you will find that these don’t work,
since cookies are disabled. This isn’t a bug, but rather a
fact of life: disabling cookies on a site that requires
cookies (of course!) disables the site’s functionality.
With cookies disabled, your testing job is somewhat
reduced. Is it obvious to the website user that he must
have cookies enabled to use the site? Is the Web server
recognizing that its attempts to set cookies are failing?
If so, does it send a page to the user stating, in plain
language, that cookies must be enabled for the site to
work? Or, can the user frustratingly attempt the same
operation many times in a row without a clue as to why the
site isn’t working? Amazon.com passes this test with flying
colors. I was able to use all major aspects of the site –
searching, shopping cart, checkout functions – even though
cookies were completely disabled. I’d bet that state
maintenance was being taken care of server-side, based on
the session ID at the end of the home page URL. Let’s test
this hypothesis. The home page URL was
www.amazon.com/…/home.html/104-0274809-0482344. If I change
the rightmost digit from 4 to 5 and repost the URL, Amazon
discards my edited URL and “recovers” from the corruption
by creating a URL with a new session ID,
www.amazon.com/…/home.html/107-0357560-1728507. So, it
appears that the hypothesis is correct.
9

Is This Answer Correct ?    8 Yes 3 No

How do we do "cookie Testing" in web based testing. what we check in that testing,anybod..

Answer / kumar

Cookie testing means it will maintain the session of web
page.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

can anyone give me example of the following:- low severity & high priority medium severity & medium priority high severity & low priority

4 Answers  


What ishigh severity, low priority bug?

0 Answers  


What is defect leaking and defect release

3 Answers   Symphony,


what is the difference between v & W model? please explain in detail

4 Answers  


we are about to implement a Test tool to test the performance of website, so what script does a tester should know (friends plz help me)

0 Answers  






what are the Test case design Techniques?

1 Answers   Infosys, Intelligroup,


What is main difference between Testing Techiques and Testing Methodology. I need exact answer of it.

8 Answers   Covansys,


What are the various black box and white box testing techniques?

7 Answers  


what is the diff between testbed and test environment?

3 Answers  


Tell me the Severity and Priority for the following Case. Login Page is not opening for the First Time - For Valid inputs and the login page is opening for the second time for valid inputs.....

2 Answers  


What techniques will cause double-byte problems to show up?

0 Answers  


Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance

0 Answers  


Categories