Monday 27 April 2015

Online Course: Unit Testing In Java With JUnit

Just completes this course to upgrade my knowledge in JUnit, very nice and easy to follow, apart from learning about the advanced features in JUnit just as matchers, theory, suite, categories, rule, parameterized test, the course enriches me by providing information on how to using JUnit with Ant, maven, as well as code coverage tools such as ECLEmma (directly installed by eclipse) and Cobertura (when used with CI tool such as jenkins), Continuous testing tool such as infinitest, mockup tool such as jMock, (Not sure whether it is the google voice issue, though, the example given for google voice as dependency in unit testing seems to get into problem producing error message such as "https://www.google.com/voice/b/0/settings/tab/phones - Unauthorized") as well as Selenium for web test automation)

link: http://www.pluralsight.com/courses/java-unit-testing-junit

No comments:

Post a Comment