what is cookies. how do we test the cookies
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Cookies are the temporary files created by the WebServer
and stored in the user's computer. WebServer uses these
files to optimize the response times between the user
request an webserver.
Only webserver can read the cookies. we cannot open and
read the info. in cookies.
The best ex. of cookies is: when you login to a site, it
stores your credentials into cookies, from there on the
credentials in these cookies are used while we navigating
to other links in the site.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sri
Definition of Cookie:They are simple text messages which
are sent by the web servers to the web browsers when ever
we open any URL and for each forward and backward action.
Testing of cookies:Type a URL. Click back and forward
button and check for the file
| Is This Answer Correct ? | 2 Yes | 1 No |
How many days need to test one module?If any one know the answer please tell me?
anyone can explain,Diff b/w buid and release
How to track a bug that appears number of times(i.e what is the way to calculate that a particular bug is appearing number of times evenafter fixing it).
What are the phases involved in software testing life cycle?
What steps are needed to develop and run software tests?
what is test scenario and test case ?please explain detail
How u write the test cases after studing the RSD and FSD
Write max. no of test case's in following scenario Developer develops single page which consist of simple Text box and a Submit button. Developer has not written a single line of code for the button (i.e. no relation of Text box and Submit button). No validations are implemented on Test box as well as button.
Can any one tell me how SRS ,BRS documents are made?Also,what are the documents to be referred through out the SDLC and TESTING phase?
How do you evaluate the quality of software?
Why would we not include these?
Where will you give the Reproduce option in Bug report?