Pls write down 3 positive test cases & 2 negative test cases
for requirments at the "initiation" & "login" of an ATM
machine
(format:-Description,test data,methods,set up to
test,actions & expected results,any proofs or attachments
(optional))
Answer Posted / ashish kumar behera
Requirments at the "initiation" & "login" of an ATM
machine
3 positive test cases:
1. Valid ATM card
2. Valid PIN for the atm card.
3. Proper Insertion of ATM card in the machine.
4. Proper selection of language in welcome screen.
2 negative test cases:
1. Rejection of card due to damaged card.
2. Blocked ATM card.
3. Server failure after insertion of atm card.
4. Power failure.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
write a test cases for WLAN
Write test cases for 8+4?
Explain the sanity testing?
How should I maintain the test cases and Test Log for different versions/builds of the application.
Do you write test plan and test case?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Explain the soak testing?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
What are basic types of test cases?
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?