write the test cases for a+b=c?

Answer Posted / karthick

DESCRIPTION: Check whether a+b=c.
PROCEDURE: Step1: enter any value for a.
Step2: enter any value for b.
step3: a+b=c
TEST DATA: Suppose a=5 , b=5
EXPECTED RESULT: 5+5=10 ie:c=10
ACTUAL RESULT: ....... (leave the actual result column as
blank). when executing the testcase, expected and actual
results should be same.

STATUS: If E.R = A.R ( status is PASS)
If E.R is not equal to A.R (Status is FAIL)

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write test cases for 8+4?

742


Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.

1709


Explain the exactly meaning of test case?

687


how to test stand alone programs?

2076


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2692






test cases for bus transport (TNSTC)

2778


Please guide me for Add new user test cases

1090


Explain which test cases are written first black boxes or white boxes?

657


how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1303


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2484


how to write a test procedure & test log for login system

2759


Explain the scalability testing?

654


Explain the syntax testing?

664


Can you list down a few characteristics of a test case?

693


What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox

4440