Sunday, May 16, 2010

what is cookie testing

it is the part of unit testing(white box testing)

sometimes for some applications the developers maintain cookies which all capture the logins or userids and which are useful to reuse in the next coming pages, for eg.,while using the gmail or any mail applications we can observe that the user name is displaying in all the pages which is possible thru the cookies only.

In testing of the cookies we have to observe all these things

and we have to test the level of security also which is the major thing concerned with the cookies

No comments: