test

Sunday, April 15, 2012

Jenkins Quick Start Guide

Visit my new portal bharaththippireddy.net







Assignment:


1) Download the Jenkins war file from here http://jenkins-ci.org/


2) Deploy jenkins.war to the tomcat webapps folder


3) Download the J2EE Web App project used in the hands on from here - Download Link

4) Update the tomcat.home in the build.properties to point to your tomcat home folder.


5) Configure Continuous Integration for this project using what you have learnt from the presentation.


Other Info


Jenkins User Guide

Related Presentations:


Continuous Integration

J2EE Development Environment For Beginners

Core Java Overview

J2EE Technology Roadmap for beginners

Monday, April 9, 2012

Unit Test Automation

Visit my new portal bharaththippireddy.net




Test Automation gives us instant and continuous feedback to improve the quality of the software under development.You can automate the process of running your JUnits by making them a part of your ant build scripts using the JUnit ANT task.You can also use the JUnitReport Ant Task to generate informative and easy to browse test reports.There are several advantages of test automation which you will learn when i present Continuous Integration and Hudson Hands On next.


JUnit ANT Task
JUnitReport ANT Task

Related Presentations:

JUnit Quickstart Hands On

Ant Hands On

Core Java Overview

J2EE Technology Roadmap for beginners

Saturday, April 7, 2012

JUnit Quickstart Hands On

Visit my new portal bharaththippireddy.net







Home Work:

1)Download this JUnit eclipse project here - BITsJUnit
2)Unzip the contents in to your eclipse workspace
3)Add a test method that makes sure our  method returns nothing when you pass a customer name that i not in the map.

Related Presentations:

JUnit Introduction

Ant Hands On

Core Java Overview

J2EE Technology Roadmap for beginners