How many Test-Cases can be written for the calculator
having 0-9 buttons,Add,Equalto buttons.The testcases should
be focussed only on add-functionality but mot GUI.What are
those test-cases?
Answer Posted / raghu
we can write 3 test caes...following are the test cases
--Check for the enabled property of buttons from
0,1,2,3,4,5,6,7,8,9 and Add , Equal to.
--Click on all thebuttons from 1 - 9 and check whether the
respective no's are displayed or not.
--Enter the valus as per the valid input the table,click on
ADD button and check whether the actual value is matching
ith the expected value.
s.no values Actual Expected
value Value
1 0+1 1
2 0=2 2
till 9
In the same way for all the values we can write table and
calculate the actual values.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is Bomb Testing?
Explain the components of a test plan?
What are testing techniques? What is difference between general and specific?
How do u prepare test environment for ur application?
In testing environment have you ever found any areas for improvement while you at work. (Please give some real life example).
hai friends can u expalin about real time process of testing at the company, like flow diagram
what is the impact analysis?
hi can anyone tell me about vision plus testing? and what about its future
Explain compatibility testing with an example.
HI, This question is Investment Banking domain related Question. I was asked in an Interview to tell the 5 test cases for Equity,Bond,Futures and options. Please help.. Pragya
What is bug priority?
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
What are similarities of Agile and Scrum?
How to explain a banking project in interview ? like project discription is Client Online Banking Application provides access to information relating to Banking Online Services provided by Axis to View daily customer transactions, Current and Previous customer statements, Transfer funds from Chequing and Savings accounts ................ From interview point of view can any one explain this project in laymans language
Explain test metric and the information it provides.