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 |
what is entry and exit criteria?
What is Windows Test Technologies? Where i will get all information of it.
Hello Friends Can anybody give me some idea about telephonic interview on Testing.As a exp. what could be the questions , that u guys have faced or you know ? Plz help me out
What is the diffirent part of Case Studies?
What are the Challenges you faced while testing your Projects
4 Answers CitiGroup, SAP Labs,
risk driven testing
types of severity and priority explain some detailed manner ?
What are the different ways of doing black box testing?
What is the difference b/w SYSTEM REQUIREMENT SPECIFICATIONS and FUNCTIONAL REQUIREMENT SPECIFICATIONS ?
How would you ensure 100% coverage of testing?
1.How to maintain the Bug status Report? 2.What is project based Company and product based company?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }