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 |
Condition testing is a control structure testing technique where the criteria used to design test cases is that they Option 1 Rely on basis path testing Option 2 Exercise the logical conditions in a program module Option 3 Select test paths based on the locations and uses of variables Option 4 Focus on testing the validity of loop constructs
What is the difference between function testing and system testing ? Please answer with proper pratical exmaple and avoid copy paste of text which written in book
What types of software testing are available?
What are the roles of glass-box and black-box testing tools?
How should I manage the test cases? Should I have to write Version/Build number in the test cases against test cases which is get modified for that build/version.
What is the difference between a bug, a defect and an error?
A application is given to you but the requirements and functionalities are missing what will you do to start the testing ?
Plz anyone help me to write testcases for squar,Triangle,Rectangle and Circle.
what is the diff. between Test Case and Test Secenario ? give me one example ?
Hello every1 , i am a 2008 BE graduate & i am trained in S/W Testing., Would doing any certification course like ISTQB (foundation level) would help get a job in a good MNC ... veerudsce@gmail.com
How to create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
what is defect density ? we say it is No of defects / line of code.. what is line of code ? pls if possible give some real example