testcases for the additon of 2 numbers write negative and
postive cases

Answers were Sorted based on User's Feedback



testcases for the additon of 2 numbers write negative and postive cases..

Answer / prashant

positive cases

1. enter 1st no
2. enter 2nd no
3. enter or press addition(+,button).
4. check the final result is ok or not.

negative cases

1. check only numeric digits should be accepted.
2. check only 2numbers are entered or not entered three or
more numbers.
3. check the addition(button) is working properly.
4. check result is ok or not.ie.(2+2=4)

Is This Answer Correct ?    57 Yes 18 No

testcases for the additon of 2 numbers write negative and postive cases..

Answer / rkul

For negative testing we can -
leave fields for two numbers blank and try to press + sign and see result.

Is This Answer Correct ?    26 Yes 6 No

testcases for the additon of 2 numbers write negative and postive cases..

Answer / jitendra255

possitve
1. Enter 1st no in -ve decimals
2. enter 2nd no in -ve decimals
3. enter addition button [+]
4. check the final result

Is This Answer Correct ?    9 Yes 0 No

testcases for the additon of 2 numbers write negative and postive cases..

Answer / anu.gdy29@gmail.com

negative test case:

1)enter 1st number
dont enter 2nd number.leave it blank
check the answer.

2) enter alphabetic character as 1st number(check if it
takes alphabet)
enter 2nd number(numeric)
check the answer

Is This Answer Correct ?    11 Yes 6 No

testcases for the additon of 2 numbers write negative and postive cases..

Answer / mukta gupta

Test Cases should also include:
1. Addition of negative intergers
2. Addition of floating numbers

Is This Answer Correct ?    6 Yes 1 No

testcases for the additon of 2 numbers write negative and postive cases..

Answer / gangadhar mahabubabad

POSITIVE TEST CASES; ENTER THE 2 NUMBERS AND PRESS ADD BUTTON
NEGATIVE TEST CASES :1) ENTER THE SPECIAL CHARACTERS AND ADD.
2)ENTER ONE NUMBER AND ONE SPECIAL CHARACTER...

Is This Answer Correct ?    7 Yes 3 No

testcases for the additon of 2 numbers write negative and postive cases..

Answer / bush

yes i agree with this answer.

Is This Answer Correct ?    9 Yes 8 No

testcases for the additon of 2 numbers write negative and postive cases..

Answer / kaushi

enter some integers such that the sum is greater than the maximum value integer can hold i.e attempt to break the function by overflowing the result

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Test Cases Interview Questions

what is login and login in testcases we write in testcaseid

0 Answers  


can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that

7 Answers   Wipro,


when we should start writing test cases?

10 Answers   Thatavarti Technologies,


what do you mean by test case specification

5 Answers  


regression testing falls under white box or black box testing?

9 Answers  


test cases for black board test cases for pencil

2 Answers  


how to test an imaging application that removes the red eye affect from an image?

1 Answers   Adobe,


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

1 Answers  


how many checkpoint u have to used

3 Answers  


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

1 Answers  


Write the functional,system test case for a electric bulb which have two electric switches.

4 Answers   Manhattan,


Write the testcase for pen

10 Answers   Minecode,


Categories