write the test cases for a+b=c?

Answer Posted / ravi singh jaiswar

Test cases of a+b=C.
Let the Test data will be a = 2, b = 3 so according to the test data Expected result should be C = 5.
Actual Result = as per the test case.

1. a + b = C.
2. a = C - b.
3. b = C - a.
4. a + b - C = 0.
5. (a + b)/C = 1.
6. (C - b)/a = 1.
7. (C - a)/b = 1.
8. (a + b)² = C².
9. (a)² + (b)² = C² - 2ab.
10. (a + b)³ = C³.
11. (a)³ + (b)³ = C³ - 3ab(a + b).
12. {C³ - (a)³ + (b)³}/3ab = (a + b).
13. a - b ≠ C.
14. C + a ≠ b.
15. C + b ≠ a.

& counting...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

1861


write the test cases for facility module

1212


please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )

3510


hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com

1814


Write all test cases for Bus Pass Renewal

1071






Explain the functional testing?

667


Explain the sanity testing?

685


how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?

4599


What is transaction testing?

730


explain end to end scenario's for online Money transfer in Banking Domain?

1401


Explain the syntax testing?

674


What is the state testing?

719


Why is it that the boundary value analysis provides good test cases?

772


What is the logic testing?

765


Explain the concept of semi-random test cases?

790