Hi All,
Need a little help in understanding cookie testing.
Can any1 please tell me were are the cookies stored in win
xp, vista, 7?
Is the location same for both 32 bit and 64 bit machine?
All all cookie data encrypted? If no, which type of cookie
data are encrypted and why?
Need this as soon as possible.
Thanking you all in advance.
Answer / uday
When you visit any website, if the website needs to store
some data(say some form data) it stores that information in
cookies. Generally the host's webserver writes that
information in our Hard Driver, which can only be readable
by that web server. So the content is encrypted and not in
human readable format.
Cookies can be persistent and non-persistent.
Persistent cookies exists even you close the website.
Non-Persistent cookies will be deleted once you close the
website.
To view the cookies, Open IE -> Tools -> Internet Options ->
In General Tab click Settings in Browser History section ->
View Files
| Is This Answer Correct ? | 3 Yes | 0 No |
As a manual tester what will do from day one getting the project and till signoff?
You have raised a priority 1 bug that needs to be fixed for release tonight, the developer concerned is refusing to fix this, what do you do and why?
is it possible web application make it as executable file
what is Regresstion testing? when it will be needed?
can we give special characters in password
What is a defect age?
What are the different types of doccuments we can use in mannual testing?
What is Defect Seeding?
how to schedule the time in stlc ?
what is test coverage matrix? what its use? and its format?
How do you scope ,Organize and execute a test project?
If I am testing Login Window,there are 2 buttons i.e Ok & Cancel.I will go for checking functionality of Cancel button. I want to know that Would it be one of test case?.I have to write it in test case document or not?