How to kill cookies from Web page?
Answers were Sorted based on User's Feedback
Answer / kaling
yes ,exactly u follow the above navigation.to delete
tempororyfiles stored in ur system go to run and type %
temp% click ok ,u wl find temp files window and then select
all delete
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / nitin
Open web page and and follow the procedure as---
-click on Tools options in menu bar
-then Internet Options...
-in General Tab under Temporary Internet files click on
Delete Cookies button
-Click on OK button
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / rajaraman
By programmatically, we can remove cookies as follows:
Context.Request.Cookies[cookieName].Expires = DateTime.Now;
OR
Context.Response.Cookies[cookieName].Value = null;
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sunithayagnamurthy
goto tools->internetoptionns->conections->delete the
temparary files
| Is This Answer Correct ? | 1 Yes | 1 No |
what r the reviews r u involing between the testcase writing and execution of those testcases?
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug
keep pen in u r hand and write negative test cases.
If project wants to release in 3months what type of risk analysis you do in test plan?
I am 1 year experienced Quality Analyst, currently working in the same company . I m looking for a change but i think that i havent gain any knowledge in the past year..... please tell me that as a 1 yr. experienced what all should i know ? i want to make career in testing.
What's the difference between alpha and beta testing?
After receiving the build.How will you start the testing
send test cases for system testing and what these test cases actually contain?
Explain the performance testing
why you want 2 join Testing ?
What is the difference between a standalone application, client-server application and web application?
How can we do security testing while testing a project