write the test cases for a+b=c?

Answer Posted / rakshan

1.test when a and b should be positive (>0)
2.test when a ,b and c must be integers

3.a-c = -b
4.a = c-b
5.test when a,b and c should be negative (<0)
6. a or b both should never be greater than c

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain transaction testing?

661


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.

2061


What is explain security testing?

722


Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)

3913


Write the test case for a login page?

733






Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2214


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2561


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1944


test cases for friend finder system using gps?

1192


What is quick test professional and what test environment it supports?

710


What are all the companies are doing manual testing till now ?

1541


Can some body help to write possible test cases for a credit card at POS (point of sale)

2344


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

2012


Explain the smoke testing?

656


What is gray box testing?

725