I'm trying to realize a calculator using JAVA, so I'm following these
stages:Needs analysis (specifications)UML diagramsProgrammingUnit
testingIntegration and qualification testsfor Unit testing I'm using
JUnit but I don't know what I'm gonna need to...