please test case for calculator
Answers were Sorted based on User's Feedback
Answer / rachu
UI Testing : 1.Color of the Calculator matches with the requirement.
2. Check the look and feel of the keys
3.Size of the calculator
4.Display screen - Clarity and screen color/ size
Functional Testing :
1. Check whether the start button works
2. Check whether the off button works
3. Check whether clear key works
3. Check whether all the operations gives the correct result like '+','-','*','/','%' .
Stress Testing :
1.Pressing on the each key for a specific time
2.Check and see how many numbers does it take to the max
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / k v k
1) check the calculator if it starts by on button
2) check whether all keys are working are not
3) check while pressing on key it display on screen
4) check while all symbol keys are working are not
4) check whether clear key is working
5) check whether arithmetic operation keys are working
6) check whether if it stops by off button
7) check addition of two integers
8) check addition of three or more integers
9) check addition of decimal numbers
9) check addition of negative numbers
10) check the subtraction of two numbers
11) check subtraction of two decimal numbers
12) verify the division of two numbers
13) verify multiplication of two or more numbers
| Is This Answer Correct ? | 1 Yes | 1 No |
Why is it that the boundary value analysis provides good test cases?
Can any body please tell me how to test Anti-virus software? I have been asked this question many times in interview.They asked this question for a security tester,performance tester & functional tester perception. Hope u guys will reply me. Any suggestions welcome.........
Explain the syntax testing?
Write a test case scenario for Web-based address book?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>
Write negative test case for logout????? Answer soon friends
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
What is the domain testing?
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
How to write a Scenario and test cases for escalator
7 Answers ABC, Accenture, CTS,
why do we need test cases?