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 |
Is it mandatory to use USECASES or directly one can write test casesfrom requirments?
1.what are disadvantage of V model? 2. In V model two phase is there. That is verification and validation.1St phase is verification , why it is called verification?
What methodologies have you used to develop test cases?
give the format of test strategy and test methodology not the definitions i know the definition i need the template of those
What is 'Account Conditioning'?
in manual testing functional testing means to check the behviour of the appln.it is correct or let me know
Difference between Client server & Web based Testing?
!. what are the entry eriteria for functiondity and performance testing ?
1. Hai, if we are not having any SRS,BRS docs., how can we prepare the test cases & how can we test the application ? 2. In this, is it possible to make 100% bug free.
what is Risk-based testing?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.