The Artima Developer Community
Sponsored Link

Java Buzz Forum
Junit - Getting (quickly) started with Examples

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
Junit - Getting (quickly) started with Examples Posted: Nov 5, 2004 9:35 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: Junit - Getting (quickly) started with Examples
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
Many a times, programmer tends not to worry about testing his code. Apart from many other reasons, one could be lack of time availability. Whatever may be the reason, a programmer must not skip at least Unit Testing his code.

But how does a programmer know what to test and how?
The short answer is, by writing test cases and using a testing framework like JUnit.

Test Cases?
Test Cases are conditions specified to ensure that the code is full proof and meets the minimum crietria for code acceptance.

How to use JUnit?
Very simple. Click the title of this post and follow the instruction on the page.
This is a very short, simple and nice tutorial to get you started with JUnit by Garnier J M.

[Resource-Type: Tutorial; Category: Testing/JUnit; XRating: 4]

Read: Junit - Getting (quickly) started with Examples

Topic: .NET vs Java: The War Moves To The Desktop Previous Topic   Next Topic Topic: Spring Live 1.0

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use