• Testing concepts
  • Sunday 27 October 2013

    Test Cases for Login scenarios

    Few Test Cases for Login scenarios

    1. Test for Valid Username and Password and click on Login, should successfully Login.

    2. Test for entering Username and without Password and click on Login, should pop up message and ask for Password.

    3.   Test for  entering Password and without Username and click on Login,  should pop up message and ask for Username.

    4.   Test for InValid Username and InValid Password and click on Login,  should pop up message and ask for Valid Username first and then ask for Valid Password.  

    5.   Test for Limited characters for  Username and Password and use Equivalence partitioning and boundary value analysis for both and click on Login

    6.   Test for strong, weak password  with all wild characters in it and then click on Login.

    7.   Test for password should be in encryption and should not be visible and click on Login

    8.   Test for more security tags with html tags or sql injection in username and password so that no one hack the account.

    9.   Test for forgot password if user is already registered and click on Login and email should be sent to User.

    10.   Test for Change Password with Old Password should be different with New Password, should be able to change password successfully.

    Sunday 20 October 2013

    Test Cases for ATM Debit Card

    Here are few scenarios for ATM Debit Card

    1. Test the card with Valid ATM Card

    2. Test the card with Invalid ATM Card

    3. Test the card with proper Insertion of Card

    4. Test the card with Direction facing the ATM Machine

    5. Test the card  with insert and remove for certain Debit Card

    6. Test the card which reads the Card from ATM Machine

    7. Test the card when suddenly power is Off no information should be displayed and Card should be removed.

    8. Test the card With No scratches on the Card.

    9.  Test the card with proper valid PIN 

    10. Test the card with Invalid PIN and deny operation if continuously Invalid PIN entered 

    11. Test the card when entered  continuously Invalid PIN entered immediately message should be sent to Mobile. 

    12. Test the Card with sensitivity of PIN entered in machine.

    13. Test the Card with different Transactions displayed in Machine.

    14. Test the Card with few transactions like Fast Cash, withdrawal, Current, Savings, Balance Inquiry etc.

    15. Test the Card for entering Money with limited numbers not exceeding the limit.

    16. Test the Card for entering Invalid numbers.

    17. Test the Card when entered Valid PIN different transactions displayed.

    18. Test the Card again if the middle of the transaction Card is inserted which it should stop transaction.

    19. Test the Card with Valid account and Valid transaction of money and request for receipt.

    20. Test the Card with in middle of transaction Power goes off and transaction should not deduct in account as money not yet received.

    21. Test the Card with Mobile information with debit of money in the account.

    22. Test the Card with Valid Savings or Current account type and request for receipt.

    23. Test the Card with Invalid account type selected and deny the request for debit of money.

    24. Test the Card with some untoward type of hacking/manipulation goes on from Account and immediately message should be sent to Owner and also for that particular machine owner.

    25. Test for other types of devices used in ATM Machine.

    26. Test the Card with No Money in the Account and request for receipt.

    27. Test the Card when one transaction is over immediately it should be logged out of account.

    28. Test the Card with minimum balance in account and entering More the balance so report an error.

    29. Test the Card with an error should be displayed in Machine if No balance in Machine.

    30. Test the Card with one transaction at a time.

    31. Test the Card in Machine with Maximum withdrawal at a limit.

    32. Test the Card with an Expiry Card

    33. Test the Card with an machine where it swallows the Card.

    34. Test the Card after Valid transaction Card should be reverted back to the owner if it is swollen machine.

    35.Test the Card with Invalid transaction card with minimum number of times should be not reverted back and message sent to mobile.

    Thursday 10 October 2013

    Test Cases for Swiping Card for Door normally Interview question

    Here are few Test Cases for swiping card for Door entry of building 

    1. Test the swiping with Valid Card.

    2. Test the swiping with Invalid card.

    3. Test the swiping of Valid card and get entry.

    4. Test the swiping of Card with both entry and exit with Valid Card.

    5. Test the swiping of Card with Invalid Card continuously swiping and after limited attempts try to pop up message that Card is blocked  .

    6. Test for Swiping of Card with proper position in front of machine.

    7. Test for swiping of Card with proper ID and displaying Valid ID for reports extracted.

    8. Test for swiping of Card with proper Time and Date and proper Id display for the reports extracted.  

    9. Test for swiping of Card with One or more Card swiping at same time and should not allow multiple entries of overlapping of reports.

    10.Test without using Card and manually entering manipulating the machine.

    11.Test for swiping of Card and automatically close the door within time.

    12. Test for swiping of Valid Card and message displayed as Access allowed or Thank You.

    13. Test for swiping of Invalid Card and message displayed as Access denied. 

    14. Test for swiping of Invalid Card and  again manually entering manipulating the machine.

    15. Test for swiping of In-Valid Card and have some advanced features if someone tries to enter and pop up message immediately to the concerned department.

    Sunday 6 October 2013

    Test Cases for Calculator

    Few Test Cases for Simple Calculator

    1. Check for Calculator Whether it is Off/ON

    2.  Check for Calculator Whether it has Light for Off/ON


    3. Check for Calculator Whether it has all the set the operations for calculating.

    4.  Check for Calculator Whether it has +, -, * , /, % etc

    5.  Check for Calculator for few scenarios for addition like 2 + 4= 6

    6.  Check for Calculator for few scenarios for subtraction like 2 - 4 = -2

    7.  Check for Calculator for few scenarios for multiplication  like 2 * 4 = 8

    8.  Check for Calculator for few scenarios for Division  like 2 / 4 = .5

    9. Check for Calculator for few scenarios for backspace/delete numbers

    10. Check for Calculator for few scenarios for reminder operations like M+, M-

    11.  Check for Calculator for few scenarios also for sqrt, % like sqrt(2) . 

    12. Check for Calculator for few scenarios for proper display of numbers in Bold format

    13. Check for Calculator for few scenarios for compatibility of pressing buttons on each number

    14. Check for Calculator for few scenarios for entering Max number of digits and its result

    15.  Check for Calculator for few scenarios while entering Invalid numbers.