aspose file tools
The moose likes Testing and the fly likes JUnit Beginner Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "JUnit Beginner" Watch "JUnit Beginner" New topic
Author

JUnit Beginner

kayanaat sidiqui
Ranch Hand

Joined: Sep 04, 2008
Posts: 122
Hi all,
Well i just plan to start the junit. I am using struts1.1 and JDK1.5.
Can anybody tell me which version of junit and book i should follow?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Originally posted by kayanaat sidiqui:
Well i just plan to start the junit. I am using struts1.1 and JDK1.5.
Can anybody tell me which version of junit and book i should follow?

Since you are using Java 5, I recommend starting with JUnit 4. The book "Test Driven" uses JUnit 4 in it's examples and is very good.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
kayanaat sidiqui
Ranch Hand

Joined: Sep 04, 2008
Posts: 122
Thank You Jeanne Boyarsky.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JUnit Beginner
 
Similar Threads
Tools for testing static methods
Tools for testing static methods
Sample Java Program and codes for TestCase
JUnit Testing
Testing tools