| 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
|
|
|
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
|
|
|
Plain JUnit can be used for unit testing only, but there are several add-ons that enable functional/acceptance testing also.
|
 |
 |
|
|
subject: junit
|
|
|