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

In an online shopping application there are 3 text boxes.One of Login,Add to the shopping cart and Purchase goods.Which & How many test cases can be written for these 3 text boxes?

2 Answers  


What is the correct answer of basic types of test cases ?

7 Answers   Ness Technologies,


Writing Test cases based on the understanding of the UX document

1 Answers   Johnson Controls,


is it necessary to write test cases in tabular form or will point wise will do.

3 Answers   Google, Zycus Infotech,


What is a test case?

7 Answers  






What are the properties of a good requirement?

4 Answers  


If I give u refill which cost is 5000 & I ll give u refill then how u find that refill cost is right or wrong? & that refill is new in market.

0 Answers   CybAge,


write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax

1 Answers  


test cases for login window

1 Answers  


how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases

0 Answers   IBM,


ATM REQUIREMENT TO BE TRANSLATED INTO TEST PLAN AND TEST CASES ATM REQUIREMENT AS FOLLOWS: Requirements Statement for Example ATM System The software to be designed will control a simulated automated teller machine (ATM) having a magnetic stripe reader for reading an ATM card, a customer console (keyboard and display) for interaction with the customer, a slot for depositing envelopes, a dispenser for cash (in multiples of $20), a printer for printing customer receipts, and a key-operated switch to allow an operator to start or stop the machine. The ATM will communicate with the bank's computer over an appropriate communication link. (The software on the latter is not part of the requirements for this problem.) The ATM will service one customer at a time. A customer will be required to insert an ATM card and enter a personal identification number (PIN) - both of which will be sent to the bank for validation as part of each transaction. The customer will then be able to perform one or more transactions. The card will be retained in the machine until the customer indicates that he/she desires no further transactions, at which point it will be returned - except as noted below. The ATM must be able to provide the following services to the customer: A customer must be able to make a cash withdrawal from any suitable account linked to the card, in multiples of $20.00. Approval must be obtained from the bank before cash is dispensed. A customer must be able to make a deposit to any account linked to the card, consisting of cash and/or checks in an envelope. The customer will enter the amount of the deposit into the ATM, subject to manual verification when the envelope is removed from the machine by an operator. Approval must be obtained from the bank before physically accepting the envelope. A customer must be able to make a transfer of money between any two accounts linked to the card. A customer must be able to make a balance inquiry of any account linked to the card. A customer must be able to abort a transaction in progress by pressing the Cancel key instead of responding to a request from the machine. The ATM will communicate each transaction to the bank and obtain verification that it was allowed by the bank. Ordinarily, a transaction will be considered complete by the bank once it has been approved. In the case of a deposit, a second message will be sent to the bank indicating that the customer has deposited the envelope. (If the customer fails to deposit the envelope within the timeout period, or presses cancel instead, no second message will be sent to the bank and the deposit will not be credited to the customer.) If the bank determines that the customer's PIN is invalid, the customer will be required to re-enter the PIN before a transaction can proceed. If the customer is unable to successfully enter the PIN after three tries, the card will be permanently retained by the machine, and the customer will have to contact the bank to get it back. If a transaction fails for any reason other than an invalid PIN, the ATM will display an explanation of the problem, and will then ask the customer whether he/she wants to do another transaction. The ATM will provide the customer with a printed receipt for each successful transaction, showing the date, time, machine location, type of transaction, account(s), amount, and ending and available balance(s) of the affected account ("to" account for transfers). The ATM will have a key-operated switch that will allow an operator to start and stop the servicing of customers. After turning the switch to the "on" position, the operator will be required to verify and enter the total cash on hand. The machine can only be turned off when it is not servicing a customer. When the switch is moved to the "off" position, the machine will shut down, so that the operator may remove deposit envelopes and reload the machine with cash, blank receipts, etc. The ATM will also maintain an internal log of transactions to facilitate resolving ambiguities arising from a hardware failure in the middle of a transaction. Entries will be made in the log when the ATM is started up and shut down, for each message sent to the Bank (along with the response back, if one is expected), for the dispensing of cash, and for the receiving of an envelope. Log entries may contain card numbers and dollar amounts, but for security will never contain a PIN.

1 Answers  


write a testcase for electronic door?

3 Answers  


Categories