plz tell how to test this: We have to change the password
of password field the condition is:The password will expiry
after 30 days and that should not allow last 12 similar
passwords....
Answers were Sorted based on User's Feedback
Answer / devaraja.h
To check the Password on diffarent dates you need to change
the appropridate system date ,here are some follwing Testcasess
Objective is login Expire
--------------------------
DESC Expected O/P
-------- -----------
1)Check the password on any day with in 30--> should login
2)Check the password on 30 th day--->should login
3)Check the password on 31 th day--->Should not login
4)Update the Password after 20 th day then
check after 20 days--> should login
5)Update the Password after 50 days(Expire) then check the
password after 20 days--> Should login
6)Update the Pasword of another user after 20 days then try
to login after 31 days--> Should not login
Objective is should not allow last 12
---------------------------------------
DESC Expected O/P
-------- -----------
1)Check by updating as previous Password--> should not allow
2)Check by updating same Password-->should not allow
3)Check by updating as 12 th password--> should not allow
4)Check by updating as 13 th password-->should allow
5)Check by updating as new Password-->should allow
6)Check by Updating some other user previous
passowd-->should allow
Etc
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / himu
First Enter 12 passwords then change the system date and
give the date such that the difference is about 30 days
then try to enter the password that you have given
previously ( between all the 12 ) if it accepts then its a
bug.
Is This Answer Correct ? | 0 Yes | 2 No |
How would you do " Keeping two folders in sync testing"
0 Answers ABC, HCL, Microsoft,
What is the difference between System testing and System Integration testing?
I would like to have a Test Case on Yahoomail with GUI and Positive and Negative test cases pls its an Argent.
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Explain the logic testing?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
what is the purpose of writing testcases
Explain the format of a requirement traceability
how do u knw when to stop writing test case for a given project.
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.