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 |
How we apply Test case like integration testion on calculating result or for calculation GPA..... plz urgent need???:(
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
How to write test case for this scenario. The data entry field for city shall be removed from the screen
what is run time object
4 Answers Infinite Computer Solutions,
Why is it that the boundary value analysis provides good test cases?
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
Write test cases for Wifi enabled devices(Ipad, Iphone, Laptop) Note: Test case should not cover basic functionalty like connect or disconnect. Test case should have out of box thinking & simulation of errors.
3 Answers Amazon, SCDL Symbiosis Center for Distance Learning,
Explain the integration testing?
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 how to find statement and branch coverage? Explain in brief?