0% found this document useful (0 votes)
76 views

Test Case For Calculator

The document describes test cases for a ten digit calculator. It includes test cases to add, subtract, multiply and divide integers and display the result, as well as clear the screen and delete digits one by one. Each test case lists the objective, prerequisite, steps, input data, expected result, actual result and remarks.

Uploaded by

Shreyash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

Test Case For Calculator

The document describes test cases for a ten digit calculator. It includes test cases to add, subtract, multiply and divide integers and display the result, as well as clear the screen and delete digits one by one. Each test case lists the objective, prerequisite, steps, input data, expected result, actual result and remarks.

Uploaded by

Shreyash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

TC-ID Testcase Objec tive Prerequisite

To add two integer and display the


TC1 Calculator is switched on
result on ten digit calculator

To subtract two integer and display the


TC2 result on ten digit calculator Calculator is switched on

To multiply two integer and display the


TC3 result on ten digit calculator Calculator is switched on

To divide two integer and display the


TC4 result on ten digit calculator Calculator is switched on

TC5 To clear the screen Calculator is switched on

TC6 To delete digits one by one Calculator is switched on


Steps Input data Expected Result

1.Key in a valid integer from - 9999999999 to


+9999999999
2.Key in operator + 235(addition, above ten digits
3.Key in second operand,a valid integer from - will be expressed in
9999999999 To +999999999 135 + 100 exponential form)

1.Key in a valid integer from - 9999999999 to


+9999999999
2.Key in operator - 35(subtractio n,above ten
3.Key in second operand,a valid integer from - digits will be expressed in
9999999999 To +999999999 135- 100 exponential form)

1.Key in a valid integer from - 9999999999 to


+9999999999
2.Key in operator * 40000(multi plication,abo ve
3.Key in second operand,a valid integer from - ten digits will be expressed in
9999999999 To +999999999 100 x 400 exponential form)

1.Key in a valid integer from - 9999999999 to


+9999999999
2.Key in operator / 40(division,a bove ten digits
3.Key in second operand,a valid integer from - will be expressed in
9999999999 To +999999999 100/ 25 exponential form)
Symbol ‗0‘ should appear on
Press C screen

One Digit should be deleted


Press <- (backspace) from right hand side
Actual Result Remarks/ Status

235 Pass

35 Pass

40000 Pass

40 Pass
Symbo l ‗0‘ appear s on
screen Pass

One Digit is deleted from


right handsi de Pass

You might also like