How to test cookies in Manual testing?
Answers were Sorted based on User's Feedback
Answer / rajendra
Some generic Cookie test conditions are:
Nor mal test conditions are:
1.Cookie expiry check
If the application using persistent cookie type,
Then alter or modify the cookie Expiry Date and Time to
paste date then the cookie must expire.
If the application using Session cookie type,
Close the application browser, cookie should expire.
2.Check application functionality by:
Disabling cookies from browser
Enabling cookies from browser.
(Some applications may not work if we disable the cookies
from browser)
3.If the application allows one user from one System IP
then test:
Different User ID’s to check authentication on same browser
& System Different User ID’s from different browsers on
same system.(Note: different browsers maintains different
places to store cookies)
4.If the application is designed to track the user login
sessions then test whether the Login stats details
updating accurately by logging in application from same
system and different systems.
Some test conditions will come if the testing inclues
session security.
they are:
1.Session Hijacking
2.Cookie Poisoning..etc
byee friends
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / rajendra
Cookie normally stores user information i.e. User system
(for future reference)
IP Address
Browser version details, Operating System details,
Token ID
Cookie Expiry Date and Time.
Cookies are classified in to two types based on encryption
criteria:
1. Non Encrypted Cookie
2. Encyipted Cookie.
Cookies are classified in to two types based on persistence
criteria:
1. Persistent Encrypted Cookie(Stored on Hard Disk)
2. Session Cookie(stored in RAM).
Normally cookies are used to track and maintain the user
session.
Browser allows user to enable and disable cookies.
To disable cookies Internet Explorer 7.0/6.x
1. Select "Tools"
2. Select "Internet Options".
3. Open the "Privacy" tab.
4. In the "Settings" area - to disable cookies move the
slider bar to "Block All Cookies" (at the top).
5. Click OK.
Cookie is a nor mal .txt file if can be modifiable.
http://help.sap.com/saphelp_nwpi71/helpdata/en/9f/389f2d3bdf
44e88b51f203a4178ae7/content.htm
vist above site u will get some more information.
byee friends
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sasidhar
@Rajendra
thanks rajendra, thanks ur reply.
but i have couple of doubts
can we edit cookies if how to edit cookies? where it
actually stored?
According to my knowledge we can delete the cookies but how
can we activate or deactivate the cookies?
How to test session hacking in manual testing?
please reply me thanks in Advance........
| Is This Answer Correct ? | 5 Yes | 1 No |
any body can explain me door lock test cases,cell phone test cases, table and chair test cases
What are the challenges you faced in your project (Testing) and in your company?
I am doing manual testing for on web application.how to prepare the tracebility matrix for that website? whats the use of the tracebility matrix?. canu send one model of the tracebility matrix.
What is functional Testing ?
Hi I want the technical documentation for a sample project, if any one knows about the details plz guide me, mail at gpriya_1980@yahoo.co.in thanks in advance
why u are using multiple test data in retesting?
Hi All, What is meant by compliance project?
What is Data Flow Testing?
what is date field test case
write a test cases for facebook
hi all, i am new to testing environment.i have two questions 1.what is the difference between volume test and load test.? 2.generally ,what is the output for stress testing.?because it is beyond the limit.and what is the use of stress testing?
1. can automation testing replace manual testing ? If it so, how ?