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))



Pls write down 3 positive test cases & 2 negative test cases for requirments at the "initi..

Answer / 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

More Test Cases Interview Questions

Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.

0 Answers   Sunchem,


If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so

3 Answers  


How to write email id in world wide web

0 Answers  


Explain the static testing?

0 Answers  


What is the syntax testing?

0 Answers  






how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible

2 Answers  


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


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))

1 Answers   ABC,


write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1 Answers   TCS,


How to write test cases for lift?

0 Answers  


If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4

1 Answers   ISTQB,


Write a test case scenario for Web-based address book?

0 Answers  


Categories