There is one scenario. On login page three fields are
available i.e.Login id,Password and checkbox(having funtion
remeber my password for 1 week). Please tell me test cases
for checkbox.
Answers were Sorted based on User's Feedback
Answer / anonymus
Test cases for Check box:
Positive scenarios:
>>check remember my pass word check box functionality when
the user logs in by giving valid user id and password for
the first time.
steps:
enter a valid userid and password
click on remember my password check box.
click log in
click log out.
verify remember password check box.(User should find the
check box enabled and password displayed in password text
box in encrypted form).
>>Check remember my pass word check box functionality for
consecutive seven days including the day when its checked.
Keep hanging the sysem date and check the remember my
password..(User should find the check box enabled and
password displayed in password text box in encrypted form).
Negetive scenarios:
Check remember password check box fucnction with valid user
id and password by closing the web page or window without
loging in.
Check remember password check box after 7days.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / raghu
Enter the valid ID and Password in to the tables and Select
the check box and Click on LOGIN and click on LOGOUT.
Check for the display of the password for 7 days
Enter Invalid ID and Password in to the tables and Select
the check box and clck on LIGIN.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sin
Negative Scenario :
Step 1 - On the seventh day change your System date to
minus 2 or three days.
Step2 - On the 8th day check for remember password.
Expected : It should Not remember your saved Password, It
should be dependent on the Central system(server).
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / durga
1. Check the box by entering combinations of valid &
invalid passwords. This comes for 4 scenarios[valid
uid&pwd, valid uid-invalidpwd, invaliduid-valid pwd,
invaliduid-invalid pwd]
2. Check the box by entering value only in pwd field
3. Check the box by entering value in only uid field.
4. Check the box by leaving values in both the fields.
In all the above cases, hit the login button after an
action is performed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / amar
: Verify user name value
: verify pass word value
: verify OK button operation to login
: verify cancel button operation to close the Window
| Is This Answer Correct ? | 2 Yes | 2 No |
Check the functionality of check box if the check is unchecked or checked
Check the functionality of login field with valid and invalid data
Check the functionality of password field with valid and invalid data
Login the page without filling login id
Login the page without filling password
Login with registered user
Login with not registered user
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the inputs required for writing test cases
in test case we would write log and login ?what is the dif bet both of them
How do you differentiate the roles of Quality Assurance Manager and Project
what are the testcases for square
What are the Test Cases Comes under Regression Suite?
Please let me know how to write a test case for Digital Watch. Please any body can give the answer
Explain the scalability testing?
How to write test case for this scenario. The system shall allow the user to request a search for a case using the following mandatory parameters: Last Name First Name Case creation date range
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
How many test cases u will write for Adhoc testing?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.