How to test cookies in Manual testing and how to disable
cookies?
Answer / ramyab.mca@gmail.com
Hai...
Some generic Cookie test conditions are:
Nor mal test conditions are:
1.Cookie expiry check
If the application using persistent cookie type,
Then alter or modify the cookie Expiry Date and Time to
paste date then the cookie must expire.
If the application using Session cookie type,
Close the application browser, cookie should expire.
2.Check application functionality by:
Disabling cookies from browser
Enabling cookies from browser.
(Some applications may not work if we disable the cookies
from browser)
3.If the application allows one user from one System IP
then test:
Different User ID’s to check authentication on same browser
& System Different User ID’s from different browsers on
same system.(Note: different browsers maintains different
places to store cookies)
4.If the application is designed to track the user login
sessions then test whether the Login stats details
updating accurately by logging in application from same
system and different systems.
Some test conditions will come if the testing inclues
session security.
they are:
1.Session Hijacking
2.Cookie Poisoning..etc
To disable cookies Internet Explorer 7.0/6.x
1. Select "Tools"
2. Select "Internet Options".
3. Open the "Privacy" tab.
4. In the "Settings" area - to disable cookies move the
slider bar to "Block All Cookies" (at the top).
5. Click OK.
Cookie is a nor mal .txt file if can be modifiable.
K,Byeee..
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 11 Yes | 0 No |
What is the exact difference between Integration & System testing, give me examples with your project.
what is the path for test director,where the test cases are stored ?
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
what is cookies. how do we test the cookies
what is database testing?
Give me Basics of these automation tools.. Q.T.P,q.c,Load runner.win runner on my gamil rachna.huda@gmail.com
When and by How you will come to a conclusion “Prepared testcases covers the given requirements?
What is the RTM(Requirement Traceability Matrix)
Draw Backs of automated testing?
How does one do Regression Testing for Manual Testing projects?
Am asked in interview that How are u going to write test cases? I replied him that we refer to usecase diagrams and the requirements documents to write test case. Did i replied him anything wrong?
what is data base testing, explain with example