test

Showing posts with label corejava. Show all posts
Showing posts with label corejava. Show all posts

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

Sunday, April 1, 2012

Java I/0 Hands On

Visit my new portal bharaththippireddy.net








Assignment:

1) Download this Eclipse Project - Download Link 
2) Unzip it to your eclipse work-space. Import the project in to your eclipse.
3)Try using the different methods on the FileInputStream and FileReader


Related Presentations:

Java Input/Output Streams

Core Java Overview

J2EE Technology Roadmap for beginners

Sunday, March 25, 2012

Java Collections Hands On

Visit my new portal bharaththippireddy.net







Assignment:

1) Download this Eclipse Project - Download Link 
2) Unzip it to your eclipse work-space. Import the project in to your eclipse.
3)Try using the different methods on Set,List,Map Interfaces and Collections class.


Related Presentations:

Java Collections Part 3 : Set and Map

equals and hashCode

Core Java Overview

J2EE Technology Roadmap for beginners

Thursday, November 3, 2011

J2EE Technology Roadmap for beginners

Visit my new portal bharaththippireddy.net










Once you learn these frameworks you can easily switch to any new framework with in the j2ee tiers.Below are the links that will get you started with the technologies listed in the presentation.I will be presenting each of these frameworks in detail in the future.Until then keep sharing and learning.




Core Java


XML


Design Patterns


Servlets and JSPs


JPA/ORM


Spring


JMS


Web Services


Ant ,Junit and Mockito

Application Servers