Multiple choice technology testing

Which of the following testing cover "cookie" and "session management"?

  1. Security testing

  2. Interface testing

  3. Smoke testing

  4. Sanity testing

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Security testing is the correct answer because it explicitly validates authentication mechanisms, session management, cookie handling, and access controls. Cookie and session management are critical security features that must be tested for vulnerabilities like session hijacking, cookie tampering, and unauthorized access.