wat is cookie And Session testing ????
Answers were Sorted based on User's Feedback
Answer / nagk24
Cookies are small files that stored in users system,cookies
contains all the data about transactions b/w users and
server like navigation to diff pages,login details
usually when the user logout or closing the browser cookies
should have to expire
1)to test the cookies login with correct id and password and
copy the web address in address bar and logout
2)after logout from the application,copy the previous
adddresss in address bar and try to enter.it should ask id
and password
Session:-sessions are created in server while user doing
very confidential transactions like online banking,mony
tensfering etc.sessions are pre defined short period of time
that store all user data and after that specified time
seesion should expaire and all user data should be deleted
whole performing session testing
1(intentionally wait for some witout doing any operation and
after some time try to perform any operation and it should
ask id nad password
2)while middle of the of the transacion refresh or back
button click and it should ask the id and passward
| Is This Answer Correct ? | 5 Yes | 0 No |
A small text file of information that certain Web sites
attach to a user's hard drive while the user is browsing
the Web site. A Cookie can contain information such as user
ID, user preferences, archive shopping cart information,
etc. Cookies can contain Personally Identifiable
Information.
Session is a connection between a server and client.
| Is This Answer Correct ? | 9 Yes | 12 No |
Answer / sm
Session Cookies are small bits of information that a web
site can store on your computer. These little bits of
information cannot be viruses or harmful programs. Many
cookies are used to tell a web site when you visited their
site last, or if you are shopping online, it holds your
shopping cart number so that it can keep track of any items
you want to buy. This site uses a session cookie, which is
used so that once you have logged into web pages that have
security on them, you don't have to log in on other pages
that also require security. It remembers who you are (with
an anonymous code), and checks your login information on
each page.
| Is This Answer Correct ? | 2 Yes | 10 No |
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
Define load, performance and stress testing
which of the following is NOT a characteristic of User Acceptance Testing?? A.Use of automated test execution tools B.Testing performed by user C.testing against acceptance test criteria D.integration of system with user documentation.
trecebality matrix used for which purpose?
What are the different types of testing
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
What is the purpose of test plan in your project?
What types of testing is specifically important for web testing?
6. What do you dislike about each of the Web sites?
Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?
1. what exactly is heuristic checklist approach for unit testing ?
How do you react when the developer says that defect you logged is not valid?