Cookie Testing - A smart way to test cookies
You know what's a cookie and what kind of tests can be performed on cookies? This mindmap shall help you to perform better testing when it comes to cookies.
Lost your password? Please enter your email address. You will receive a link to create a new password via email.
Comments ( 2 )
That actually misses something. Cookies should NOT include any sensitive information like username, password etc. Always during testing we should understand WHY they exist, and HOW they are used. At one "tester's chat" I used cookie to construct XSS against other users. It stored the color information, and by manipulating it, I managed to inject script to others.
Yes, I agree with that. Thanks for letting me know the information. I am planning to create a second version of this mind-map and I will keep these point in my mind.