write test cases for scenario of 'remember me' check box for
log in screen.
Answers were Sorted based on User's Feedback
Answer / zain farooq
1.When it checked it remember password in cookies.
2.When it does not check it does not remember password.
3.When delete cookies, password would not be saved any more.
| Is This Answer Correct ? | 32 Yes | 4 No |
Answer / ashutosh
1. When "remember me" is checked for particular field like
Username only, Password only, Username and Password both,
then it got saved in the browser cookies. And next time when
you are going to login then the particular field should be
filled with previous data.
2. When "remember me" is unchecked for particular field then
it should not be saved in browser cookies.
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / mudaseer
when we enter user name and password it will ask remember me
so when you check it should remember
if you dont check it should not remember
| Is This Answer Correct ? | 11 Yes | 11 No |
Answer / nishit
If I check to remember the password for app then I changed the password from the inside app in this scenario what happened?
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the purpose of writing testcases?
What is heuristic checklist used in Unit Testing?
What is the difference between debugging and manual testing?
What are the different types of testing u r doing in ur project
Acceptance testing is designed whether or not the software is FIT for the user to use. The concept of FIT is important in both design and testing. There are four components of FIT. State these 4 components?
what is diff between 32 / 64 bit web browser
What is the V-Model Development Method and do you agree with this model?
What is CMM-1,2,3,4,5 Level Company? How much levels are there like CMM?
CAN ANYONE EXPLAIN IN DETAIL THE WATERFALL MODEL WITH THE OUTPUTS OF EACH PHASE.
To specify the test artifacts involved in testing.
What are levels in testcases in order to avoid duplication efforts ?
How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?