View Single Post
Old 27-09-07, 09:29 PM   #1 (permalink)
shindevijaykr
Member
 
shindevijaykr's Avatar
 
Join Date: Feb 2007
Location: India
Age: 27
Posts: 30
Thanks: 0
Thanked 27 Times in 15 Posts
Rep Power: 5 shindevijaykr is a jewel in the rough shindevijaykr is a jewel in the rough shindevijaykr is a jewel in the rough
Thumbs up How to test website cookies? Test cases for testing cookies

Cookies are stored on user hard drive.
Take the example of rediff.com cookies:

Here is thge format of cookies:

Site: Rediff.com Cookie name: RMID
Name: RMID (Name of the cookie)
Content: 1d11c8ec44bf49e0… (Encrypted content)
Domain: .rediff.com
Path: / (Any path after the domain name)
Send For: Any type of connection
Expires: Thursday, December 31, 2020 1159 PM

You can test cookies by various methods.
See Test cases for testing web site cookies.

You can write multiple test cases from these test cases by performing various combinations.

Regards,
Vijay

shindevijaykr is offline Offline   Reply With Quote
The Following User Says Thank You to shindevijaykr For This Useful Post:
elli (05-02-08)