Interested in sponsoring the site? [find out more]
Automated Execution for Acceptance Testing - Java JUnit FizzBuzz
TLDR; The Tester in me was not satisfied by the TDD of FizzBuzz so I expanded the coverage with some simple acceptance testing modeled by automated @Test methods.
Previously on “Testers TDD” I created a version of FizzBuzz using TDD we now move on to the Acceptance Testing of FizzBuzz, but do we need to?
TDD - Test Driven Development - Java JUnit FizzBuzz
TLDR; Four JUnit @Test methods to create a FizzBuzz solution using Test Driven Development (TDD) with Java Junit.
My Novice Mistakes in Test Driven Development
Since I generally present myself as a tester, coupled with my relatively novice status when coding in Java using TDD. I don’t mind writing up my TDD mistakes here.


