I'm looking into new frameworks to perform some unit testing on a java project. I am aware of junit, but beyond that I haven't found much of consequence. Are there any frameworks out there that are recommended?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as off topic by Mat, Bill the Lizard♦ Jun 14 '11 at 20:15
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
TestNG is something you have a look at. I have used it. Provides a lot of features that JUnit provides. This page has advantages of TestNG Over Junit. |
|||||||
|
|
TestNG is quite a popular choice. And then there is JDave if you are looking for a BDD style framework. |
|||
|
|
|
If it's pure unit testing, maybe try TestNG, but either way you should be fine with either JUnit or TestNG |
|||
|
|
every answer is equally valid: “What’s your favorite ______?”– Bill the Lizard♦ Jun 14 '11 at 20:28