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 |
How to write test case for this scenario. The system shall allow the user to select an option to sort the results by the city of the family contact
What is the syntax testing?
Please can anybody tell me some good ideas to write test case for fan and test case for chair?
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Write the test case for a login page?
what will be testcases for job portal such as naukri.com , monster.com (as existing user)
150 integration testing scenarios for gmail
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
Write a test case for telephone?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.