Story 1

The calculator must perform addition and subtraction on two inputs correctly


calculator2003.CalculatorFixture
leftoprightsimpleValue()
2+35
5-41
5-6-1
0-3-3


fit.ActionFixture
startcalculator2003.CalculatorActionFixture
checkvalue0
pressfive
pressthree
pressplus
pressfive
pressequals
checkvalue58
pressminus
presstwo
pressequals
checkvalue56



Story 2

The calculator must be able to chain addition and subtraction operations together correctly.

calculator2003.CalculatorFixture
leftoprightop2thirdchainValue()
2+3+510
5-4+12
5-6-1-2



Story 3

The calculator has a simple gui that operates as expected.



Alternate method, using Abbot robots.

fit.ActionFixture
startcalculator2003.CalculatorGuiRobotFixture
checkvalue0
pressfive
pressthree
pressplus
pressfive
pressequals
checkvalue58
pressminus
presstwo
pressequals
checkvalue56



ClassPath