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 are the activities involved by the Test engineer (having 2+ yrs of exp).
1 Answers Covansys, SLK Software,
What ia the need of the testing? What is the purpose of the testing? what is the diff between these tw0?
What is the difference between Use case and Test Scenario? Explain the Architecture of u r project?
Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism
only one tester & one developer ,the product is released to be today night.if you found a critical bug then wat u do
do we have to aptitude test on having 1 yr exp. in testing in companies like uhg, ncr
how testing is carried out in real time agile methodology i mean to say how a job is assigned to one tester in a team
Difference b/w test case and scenarios.
From what phase of project, testing will starts, what tester will do at starting stage?
Explain how to test the online trading software? How can we get the Feed values? Where they will store? How we test the Personal Trading account because it is time constraint.
What is the concept of introducing a small change to the program and having the effects of that change show up in some test?
what is non-functional testing? give 2 example..