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....

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3377


Explain the acceptance testing?

699


Explain the sanity testing?

696


How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.

3481


Explain the smoke testing?

651






WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES

2365


Why is it that the boundary value analysis provides good test cases?

785


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1166


What is quick test professional and what test environment it supports?

706


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

836


What are basic types of test cases?

702


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1941


What are the test cases for mouse?

857


How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

1663


Describe to me what you see as a process. Not a particular process, just the basics of having a process.

6056