In my today's article, I am going to talk about web site cookie testing.
Website Cookie Testing:
The protocol used for exchanging files on the Web is stateless, but maintaining state is essential for most websites. To maintain state, one option that Web developers have is to use cookies.
This paper provides a technical background and real-world examples to help you understand how cookies work and how to test systems that employ cookies. The www.google.com website is used as a real-world example to demonstrate cookie testing techniques.
Tester can perform following operation while doing cookie testing for www.google.com website as UAT:
Website Cookie Testing:
The protocol used for exchanging files on the Web is stateless, but maintaining state is essential for most websites. To maintain state, one option that Web developers have is to use cookies.
This paper provides a technical background and real-world examples to help you understand how cookies work and how to test systems that employ cookies. The www.google.com website is used as a real-world example to demonstrate cookie testing techniques.
Tester can perform following operation while doing cookie testing for www.google.com website as UAT:
- Disabling Cookies
- Selectively Rejecting Cookies
- Corrupting Cookies
- Cookie Encryption
Comments