test cases for calculator ,this should accept integer form
+99 to -99(perform addition operator).need to raise defects
Answer Posted / 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 |
Post New Answer View All Answers
Explain the acceptance testing?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
explain end to end scenario's for online Money transfer in Banking Domain?
what is the technology used in financial applications?
What is ramp testing?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Write test cases to test a browser app
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Explain the syntax testing?
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
Which of the following defines the expected results of a test? Test case specification or test design specification.
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.