what r the GUI Test Cases for calculator?
Answers were Sorted based on User's Feedback
Answer / radhika
>Check for the title bar displayed for the calculator
>Check for the visibility of all buttons(0-9,Backspace,CE,
C,MC, MR, MS,M+,+/-,.,+,=,-,/,sqrt,%,1/x) and their
allignment
>Check for the default value displayed in the textbox
was "0."
>Check for look and feel of calculator
Is This Answer Correct ? | 27 Yes | 5 No |
Answer / jm
1.check for all the buttons are available r not
2.check the screen for displaying
3.check consistency of all the buttons
3.check the spelling for the objects
Is This Answer Correct ? | 22 Yes | 8 No |
Answer / preeti sarawade
1. Title bar should display the correct spelling of "Calculator".
2. Minimize,Maximize and Close options should be there on the window.
3. Edit,View and Help options should be present.
4. Check numbers 0-9 are present alongwith the +,-,*,/,%,sqrt,MC,MR,MS,M+,=,1/x,Backspace,CE and C options all are available or not.
5. Look and feel of the application.
6. Easy to handle and understand.
7. '0' is displayed in the textbox.
8. Indentation of the buttons is precise and accurate.
9. All the buttons properly occupy the space of the window size.
10.The Edit,View and Help menus should contain the appropriate sub-menus in the list.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / vishnukumar.
in GUI test we concentrate on the look and feel and ease of
use. whatever the page is we check all the buttons and
navigatios, tab orders, colors and alignments.....etc.
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / ramana
1. check for whether the screen is displaying the digits or not
2. check for each button is available or not
3. check for all calculations working correctly or not
4. check for the spellings of all buttons
Is This Answer Correct ? | 11 Yes | 6 No |
Answer / bindu laxminarayan
In GUI test we always concentrate on the look and feel of
the software. Along with this we should also concentrate on
the messages displayed when exception occurs. For example:
when you click on 1/x in the calculator you get a message
"Cannot divide by zero" instead of some unfriendly messages.
Such scenarios are also covered in GUI testing
Is This Answer Correct ? | 8 Yes | 10 No |
Answer / madhu n a
1.first check the title bar is displayed as calculator or
not.
2.check the digit 0 is displayed in editbox of calculator.
3.check the arithmatic operations are performed correctly
or not.
for ex: 2+3=5,2*6=12 etc....
4.check the sqrt button shows the sqaure root of a number
or not.
for ex: 81 click on sqrt button output is 9
5.check if you click on 1/x button it shows can't divided
by zero or not..
6.check if you click on button then it clears the content
in the editbox.
7.check if you click on backspace button. then it deletes
the content one by one from right to left..
8.check if you select view menu and select a menu item
scientific ,then it displays the scientific calculator or
not..
9.check if you click on = symbol,then it gives the result
or not..
Is This Answer Correct ? | 6 Yes | 10 No |
What is 3-Tier Architecture. How It will be implemented. Anybody can explain it in detail with easily understandable example. Thanks in advance..
What is API Testing? how do we perform this testing?
how to Link the requirement with Test Cases in the Treaceability Matrix. Give real time Example ( Pl. Real Time Project testers only)
What is Independant Testing? When and where this type of testing will be performed?
1. what exactly is heuristic checklist approach for unit testing ?
What is web architecture that is followed while doing online project and tell the samples of architecture?
what is increment testing approach?
What is regression testing? When to apply it?
what is spiral model?
What is open issue?please explain in detail?
What is Automation Test frame work ?
What is the difference between use case and test case? give example.