write test cases on calculator
Answer Posted / nona
in addition to the above,
1- what is the calc output incase of dividing by zero
2- what is the calc output incase of sqrt a negative number
3- Number.Oper.oper.numer= << for example 1+-3= << it
should take the last operator
2- test the back space.. should delete last digit but
incase of (.) it should be deleted with the number to the
left and input 0 (^_^) for example: (2.1) --> backspace
gives (2.) then backspace again .. it should give 0 NOT 2
| Is This Answer Correct ? | 86 Yes | 31 No |
Post New Answer View All Answers
what is port testing and do it comes in manual testing?
How do test documents in a project span across the software development lifecycle?
Can you explain regression testing and confirmation testing?
HOW TO CREATE SRS REVIEW REPORT TO PL?
i have done B.E. computer in 2009 i have done software testing course and also 6 months exp in testing on live project as trainee, now a days i am searching job in pune. can any one tell me any opening in pune?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
How do you Prepare a Defect Managemnt Policy
What are the cases why parameterization is necessary when load testing the Web server and the database server?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
What is the difference between stlc and sdlc?
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
What is system level testing?
What are the main key components in Web applications and Client Server applications? and their differences?
What is actually a rule based testing
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form