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 |
what is be bugging ?
What's the relationship between environment reality and test phases?
when u involved in uat suppose if u find one defect then do u intmate it or not
What is the difference between smoke testing and sanity testing?
how to test an web application. and what step have to considered first.
10 scenarios for security testing using gmail applications?
What is test driver and test stub?
What is ADHOC testing ?
Explain the ISO ( more information about the ISO)
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????
Tell me your views in this project?
is it necessary to write neagtive test cases for each and every field