calculator test cases
test ID TC_Name Steps Input data Expected result Actual result
addition of two product name should
tc_01 Addition integer number 2+1 3
be accepted
Subtraction of two product name should
tc_02 Subtraction 7.0-3.0 4
integer number be accepted
multiplication of two product name should
tc_03 multiplication 5*5 25
integer number be accepted
division of two product name should
tc_04 division 50/5 10
integer number be accepted
status
pass
pass
pass
Pass