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 |
Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines
Difference b/w test case and scenarios.
what is proto type model?
What is a Test Strategy and the basic test strategies? What is a Test Methodology and the basic test methodologies?
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
How to track a bug that appears number of times(i.e what is the way to calculate that a particular bug is appearing number of times evenafter fixing it).
Password is having 6 digit alphanumeric then what are the possible input conditions?
Difference between build verification testing,smoke testing,sanity testing,regression testing,functional testing,,is there any relation between these testing types.Always i am facing the same question in the interviews so plz try to answer to my question...plzzzzzz thank u in advance.............
Find the Cyclometric complexity on the following p seudocode Do while records remain read record; if record field#1=0 then process record;store in buffer; incremental counter;store in file. reset counter;end if end do please let me know the procedure too.
Difference between test Methodology and test strategy
Would you like to work in a team or alone, why?
1 Answers Advent Global Solutions, TVS,
What is a code walk through?