my dog learned polymorphism
The moose likes Testing and the fly likes junit Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "junit" Watch "junit" New topic
Author

junit

Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

what is junit?


Groovy
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
http://junit.sourceforge.net/doc/faq/faq.htm#overview_1


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Can I perform all types of testing using Junit? or is it just UNIT testing?
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
Plain JUnit can be used for unit testing only, but there are several add-ons that enable functional/acceptance testing also.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: junit
 
Similar Threads
Tools for testing static methods
unit testing for SCJD
Tools for testing static methods
Unit testing struts
Testing tools