bujji_nani
Answered On : Aug 31st, 2006
Test cases for a triangle:
Referring a,b,c as lengths of sides
TC0-Check if some of any two sides is greater than the third side a+b>c
TC1-closed figure and Sum of the three angles =180 deg
TC3-test for equilateral a=b=c
TC4-test for isoceles a=b!=c
TC5-test for scalane a!=b!=c
TC6-test for right angle a^2+b^2=c^2
Login to rate this answer.
lina
Answered On : Sep 1st, 2006
hi bujji_nani
thanks so much for ur ans .
lz give the ans of ATM thats very urgent
Login to rate this answer.
GOLDIE
Answered On : Sep 21st, 2006
Usecase:Money withdraw from ATM
Testcases:
1. Successful insertion of card
2. Unsuccessful operation duto insertion of wrong angle
3. Unsuccessful operation duto insertion of wrong card(invalid card)
4. Successful entry of PIN number
5. Unsuccessful operation duto of wrong PIN enter 3times
6. Successful selection of languages
7. Successful selection of Acc Type
8. Unsuccessful operation duto of wrong Acc Type
9. Successful Selection of withdraw option
10. Successful entry of amount
Login to rate this answer.
user interface
+ screens have proper format and text
+ buttons correspond to proper items on screens
+ keypad entries are properly displayed
+ can backspace to delete entries
+ branding
account
+ debit or credit card information
+ pin code
+ transaction charge
+ deposit limit per transaction
+ deposit limit per day
+ withdrawal limit per transaction
+ withdrawal limit per day
+ account status
> card active
> card inactive
-expired
-replaced
-reported stolen
-suspicious activity (internal)
insert card
+ improper card
+ proper card
> wrong way
> upside down
> correctly
+ asks for pin
-proper pin
-improper pin
check balance
+ of checking account
+ of savings account
+ another transaction
> yes
> no
+ get receipt
> yes
> no
+ transaction charge (none)
deposit
+ to checking account
+ to savings account
> upper limit (+.01 and -.01)
> lower limit (+.01 and -.01)
> nothing
+ correct amount
> yes
> no
-reenter
+ another transaction
> yes
> no
+ get receipt
> yes
> no
+ transaction charge (none)
withdrawal
+ from checking account
+ from savings account
> upper limit (+.01 and -.01)
> lower limit (+.01 and -.01)
> nothing
+ correct amount
> yes
> no
-reenter
+ another transaction
> yes
> no
+ get receipt
> yes
> no
+ transaction charge (amount + acct type)
fast cash withdrawal
+ from checking account
+ from savings account
> 10, 20, 30, 50, 100 or 200
+ correct amount
> yes
> no
+ another transaction
> yes
> no
-reenter
+ get receipt
> yes
> no
+ transaction charge (amount + acct type)
Login to rate this answer.
Test Cases For ATM in Bank
1. Check Whether ATM is accepting your inserted card
2. Check whether ATM displays to Welcome screen when the card is valid
3. Check whether ATM is displays any 3 language and ask user to select it
4. Check whether the ATM accepts only the first language the user is selected
5. Check whether the ATM is displaying all the things in user selected language
6. Check whether ATM is asking for your PIN number
7. Check whether ATM is accepting your data`s
8. Check whether the ATM verify`s the card with the PIN number is correct
9. Check whether is is correct it moves to next screen
10. Check whether the PIN and the card is wrong it displays a warning message or asks user to retype the PIN number
11. Check whether the user retype the PIN number it is also wrong the ATM retains the card
12. Check whether the ATM displays the transactions screen and ask user to select any open from it
13. Check whether the user selects the withdrawal means it asks the savings or current a/c
14. Check whether the ATM asks the user to enter the amount to draw from the bank
15. Check whether the user enter upto the access limit if it exceeds it displays a warning message
16. Check whether the user gets the amount what he has been entered
17. Check whether the ATM asks the user to print the receipt if it is yes it gives balance of his account
18. Check whether the user gets the printed receipt the ATM returns back the card.
Login to rate this answer.