how to test the cookies ?
Answers were Sorted based on User's Feedback
Answer / jyothi
Cookies means its a temporary storage area.
Depend on the browser settings all the page details eg:
URL's and user logins and passwords and other elements will
be stored.
to check the cookies by setting the time period for expiry
by incrementing and decrementing.
if once the stored data is deleted, should check if the data
is still remained and accepting the pages with out
authorizations .
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / savita
cookies means random number selected from session pool..
to test cookies
1.when user log in by entering cookie number in place of
password it should not log in
2.cookie should vary session to session,no unique cookie
3.when user is not in use of particular page for longer
period of time then that cookie will go off and it should
display message as "page has been expired".try again...
| Is This Answer Correct ? | 2 Yes | 0 No |
1.What is the purpose of ?check-in?,? check-out??
what is batch testing?
what is the difference between Bug and Defect
Tracability matrix? what are test metrics?what is the use? scope of testplan? Estimation? Test stratagy? Entry ,Exit ,Suspention,Resumption criteria? Diff b/w web server and appli server? diff b/w web app and client server app? diff b/w brs,srs? what is Sla time? Exp defect life cycle? types of defects? how do u decide project is 100% bug free? How u send defect reports? Testing Environments? testbed? what is differed testing? what is differed defects? what r the base documents are recovered for test case design? what r the base documents are recovered for test case execution?
Explain the strategy for testing a Java application?
what is meant by Adapt testing?
Difference between XP and Vista?
how we map defect with test cases in Quality center
What are the advantages of black box testing?
How do you know when your code has met specifications?
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
If database testing i which way the testing will be done,by just writing the queries or else anything extra we do?if so where write those queries and where will we store those?