QA using the Eclipse IDE Eduard Moraru --- @Enygma2002 http://www.linkedin.com/in/EduardMoraru
Overview Eclipse integration with: SVN (Subversion)
Maven2 (M2Eclipse)
JUnit (provided by Eclipse)
Checkstyle (cs-eclipse)
Clover (Atlasian Clover)
Fisheye (Mylyn Atlasian Connector)
Jira (Mylyn Atlasian Connector)
SVN Eclipse Integration - Subclipse -
Maven2 main features Software project management and comprehension tool (compile, test, release, etc.)
Automated build
Uniform build system
Superior dependency management
Extensible with numerous available plug-ins, archetypes and goals
Platform independent because it's Java
Language independent trough plug-ins
Maven2 important plug-ins Surefire – unit tests and generate test reports
Checkstyle – check code quality and report
Clover – code test coverage
Cargo – deploy in JEE containers
Jetty – container for rapid webapp development
Selenium – integration tests of webapps

Quality Assurance using the Eclipse IDE