What are the technologies out there? (I only know of JUnit) What is the most popular? Can you please explain the pros/cons of each?
JUnit is a Regression Testing Framework used by developers to implement unit testing in Java, and accelerate programming speed and increase the quality of code. JUnit Framework can be easily integrated with either of the following − Eclipse. Ant. Maven.
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks collectively known as xUnit that originated with JUnit.
JUnit and TestNG are the main unit test frameworks.
Comparison can be found here - http://www.mkyong.com/unittest/junit-4-vs-testng-comparison
I've used JUnit in most places I've worked, it seems to be the standard, but there are some nice things in TestNG.
I've used the following in combination with JUnit to facilitate testing:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With