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
Showing posts with label Maven. Show all posts
Showing posts with label Maven. Show all posts
Monday, 27 April 2015
Saturday, 29 November 2014
Apache Maven Dependency Management
A very easy-to-understand and follow good for introducing Maven:
http://www.amazon.com/Apache-Maven-Dependency-Management-Jonathan/dp/1783283017
While most of the stuffs are basic, I get away with:
1. how to analyze dependency in Maven
2. how to create and use profile
3. how to determine which transitive dependency being taken in the project and how to exclude some of them
4. how to create a release and how to distribute maven dependency
5. how include include non-Maven standard library as dependency in a Maven project
6. how to migrate from Ant project to Maven project
7. the various maven-plugins such as exec-maven-plugin, maven-assembly-plugin, maven-install-plugin, maven-release-plugin, maven-dependency-plugin, maven-compiler-plugin.
8. What is dependency scope and how / when to use them.
http://www.amazon.com/Apache-Maven-Dependency-Management-Jonathan/dp/1783283017
While most of the stuffs are basic, I get away with:
1. how to analyze dependency in Maven
2. how to create and use profile
3. how to determine which transitive dependency being taken in the project and how to exclude some of them
4. how to create a release and how to distribute maven dependency
5. how include include non-Maven standard library as dependency in a Maven project
6. how to migrate from Ant project to Maven project
7. the various maven-plugins such as exec-maven-plugin, maven-assembly-plugin, maven-install-plugin, maven-release-plugin, maven-dependency-plugin, maven-compiler-plugin.
8. What is dependency scope and how / when to use them.
Subscribe to:
Comments (Atom)