write test cases forthe function f=a+b ?

Answers were Sorted based on User's Feedback



write test cases forthe function f=a+b ?..

Answer / shailaja

For the addition of two numbers we have to test the
following things...
1)Valid criteria
2)Invalid Criteria
3)Blank
Tc1:Valid data
1)Enter valid data for a &b check f value
Tc2:Blank
1)Enter value for a and keep b as blank and test the
functionality
2)Enter value for b and check the functionality
3)Both are blanks check the functionality


1)a+ve value,B negative value(Vice versa)
2)A some value b is 0(vice versa)
3)Decimal values for both the fields
4)one decimal and one normal digit
5)Check for alphanumeric values
6)Enter space before,middle,end entering the value
andcheck the additon
7)special characters
.so many things are ther to consider the things ...

If anybody asks u to write testcases first ask them to give
clear requirements so that depends upon that we can write
the test cases..
here in this case we dont know the type of variables a&b
if we know the type of variables we can write as per that ..

please let me know that if write anything wrong....

Is This Answer Correct ?    17 Yes 2 No

write test cases forthe function f=a+b ?..

Answer / kamal

1) enter the value a
2) enter the value b
4) add the two numbers and store in f
3) verify the addition of two numbers with value in f

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Can anyone please suggest me a online book on manual testing??

0 Answers  


What are the Validation Testers? Their responcibilities? Are Manual tester & Validation testers are same?

2 Answers  


What are some best practices that you should follow when writing test cases?

0 Answers  


how to select tese cases for automation.give me an example plz.

2 Answers  


What test metrics do you provide to your client?

2 Answers  






where u r writing testcases manually?

6 Answers  


How do we do "cookie Testing" in web based testing. what we check in that testing,anybody can explain in detail. Thanks in advance.

2 Answers   IBS,


How do you determine what to test?

4 Answers  


Anybody having documents and URLs about BFSI domain...Please share..it is really urgent

0 Answers  


How you create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?

4 Answers   US Technology,


This was one of the question in ISTQB foundation level exam - Dec 21 2008. Can you test elevator using state transition technique? Options a. Yes b. No If Yes or No, Kindly justify your answer so that it helps people who see this question/answer.

0 Answers   ISTQB,


What is Boundary value analysis?

2 Answers  


Categories