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



plz tell how to test this: We have to change the password of password field the condition is:The p..

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

plz tell how to test this: We have to change the password of password field the condition is:The p..

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

Post New Answer

More Test Cases Interview Questions

Please give me some example of the test cases to test the Google map search

3 Answers   CTS,


What is the basis on which you can check a text box in a web page or application?

3 Answers   HCL, IBM, R Systems,


Write tast case for a+b=c?

1 Answers  


For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2

1 Answers   ISTQB,


Write test cases to check the functionality of the shopping cart of an e-commerce website

6 Answers   Optum, SpoonJoy, Verizon,






what is black box system in software development in system analysis and design?

0 Answers  


How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable

1 Answers   ISTQB,


Write test cases for 8+4?

0 Answers  


test case for pen?? with actual value and expected calue

4 Answers   InfoSpace,


Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?

0 Answers   ISTQB,


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

0 Answers  


Smoke Test Checklist for Gmail please someone help!

2 Answers   Microsoft,


Categories