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))
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 |
Do you know explain security testing?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
How to write test cases for lift?
There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.
How to write test cases for payment gateway.
a job should be executed for every two hours?write test case for this?
Elaborate test plan and content availability in test plan.
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
Test cases on uplaoding files
12 Answers GE, HP,
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?