how cookie and session testing is done ?????
Answers were Sorted based on User's Feedback
Answer / soni k
Cookie testing : On logging into application with valid User
id and pswd and navigating to the other page of the
application the application should not ask again
authorization, as cookie file is stored and contain the info.
Session testing : Testing the application by keeping it
ideal for a long tym and testing if it expired or not OR
Logging out from the application and Clicing Back button on
the browser to verify the applictaion should not retrive the
same page
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / eshwar s k
>>Cookie testing can be done by navigating to the previous
page and next page by using the Back and Forward buttons
>>Sessions testing can be done by copying the URL and
pasting in a text pad, logging off from the application and
pasting the copied URL in the address bar to see wheater it
navigates to the URL or Not.
| Is This Answer Correct ? | 1 Yes | 2 No |
How did you define severity ratings in your project?
How will you assign priorities to test cases?
What is inter-operability?
who assigns siverity for a bug? is it test engnr, test lead or devlopment lead?
How do you get programmers to build testability support into their code?
What are the two ways to create test scripts?
what are the outcomes of system testing?
Please send me Sample Template on Test Strategy. Tnx in Advance.
What are the testing types? Tell me abt few?
What types of validation check u need to do in fund transfer..?
What if the software is so buggy it can't really be tested at all?
when tester found bug then where it is assign to developer or testlead