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 |
write testcase for print option using mswod
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?
When do u go for integration testing?
when will tester do the smoke testing?
How many testcases have you written till, now as an average per project?
wat is perpose of TRM ?(Test responsibility Matrix)
what is agile testing?
what kind of document are follow to write test case ??can u tell me briefly
Please recommend which are a good books for software testing.. best authors for s/w testing.
is it always necessary to do white box testing before doing black box testing.wat ar applications where only white box is done not black box testing,and application where only black box is benifical not white box testing
What is the actions will be taken after preparing and reviewing test cases. Directly we will go for execution and how can we know the status of the application(whether the build is completed by unit testing).After unit testing completed, what are the next steps????
Why are initial and end conditions necessary?