test cases for calculator ,this should accept integer form
+99 to -99(perform addition operator).need to raise defects
Answers were Sorted based on User's Feedback
Answer / krishna
1. Verify whether it is accepting the integer from +99 to -99 by using boundary value analysis. like giving input +98, +99, +100, -98, -99, -100.
2.It should not accept the integer value +100 and -100 since it is accepting the integer from +99 to -99.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sn naveen kumar
you can check this by using Boundary value Analysis technique
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / anitha
1. Verify whether it is accepting the integer from +99 to -99 by using boundary value analysis. like giving input +98, +99, +100, -98, -99, -100.
2.It should not accept the integer value +98 and -100 since it is accepting the integer from +99 to -99.
2.Verify the results whether it perform the addition operation correctly and the results are correct.
| Is This Answer Correct ? | 1 Yes | 3 No |
There is a game in that there are 20 levels an ordinary person can play it up to 12th level.So if you are a tester and if you have to test that game up to 20th level then how u can test that game.
How many test cases u will write for Adhoc testing?
Do you write test plan and test case?
Explain the sanity testing?
write a test case for yahoo login page ? input data user:6 alpha numeric;password:10 letters....10 pstive test cases and 10 negative test cases?
5 Answers CTS, iGate, Magic Software,
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)
Describe to me the Software Development Life Cycle as you would define it.
Could you pls give me sites where i can test card? mail me to
For how many days (or) weeks you will test a product or software?
how to write a jwebunit testcase for ejb3.0 project
pliz anyone give suggest me the test cases for shorting numbers in asc/desc order.
Explain the gray box testing?