test cases on calculator
Answers were Sorted based on User's Feedback
Answer / sumangala kulkarni
1 It should have 9 numeric digit.
2 it should give proper output based on the operstion.
3 it should not allow charactres.
4 it shold run from cell or battery not thriugh power supply.
5 it should be small in size.
6 at least it should perform 4 basic operation such as
add,sub.div,mul
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / meetu
Test Cases:
1. Whenever a user presses a button, that numeral should be
displayed in the text box.
2. Verify that when a user presses 2 numeric keys on the
calculator, first digit is concatenated by the second digit.
3. Verify the functionality of = button on the calculator.
4. Verify that decimal numbers are allowed.
5. Verify that +, - , / , * operations are allowed in case
of a basic calculator.
6. Verify the functionality of the +, - , / , * button on
the calculator.
7. Verify the precision value of the calculator.
8. Verify that is should allow input of numbers only.
(1,2,3,4,5,6,7,8,9,0) and no characters or special characters.
9. Verify the functionality of Backspace button.
10. Verify the functionality of C / CE button.
11. Verify the functionality of memory keys.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / tabrez shaikh
What Sumangala Kulkarni wrote is correct but there is a
slight mistake.
There should be 10 numberic digits and not 9.
eg. : 0123456789
Thanks,
Tabrez.
| Is This Answer Correct ? | 0 Yes | 2 No |
tell me about V-Model
What are the testing types? Tell me abt few?
when you open a stand alone application then the application is displayed on the screen.what type of testing is this?
what is the diff bet SDLC and STLC?
Who can perform the unit testing?
Hi,I am new to testing ....having no work Experience till date.I just got my working visa ....Can anyone pls advice whether i should attempt for CSTE exam and if yes,can you pls suggest some good link which would cover most of the matirial for exam?Thanks.my email id is anju_khubchandani@yahoo.co.in
Why does software have bugs?
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.
What is V and V model
in which Software Life cycle phase does testing occur?
What do you mean by SLC ?
What is mean by Test Plan? What details will be mention in it?