DEV Community

Discussion on: 10 Essential Testing Frameworks & Libraries for Java Programmers

Collapse
 
s1hofmann profile image
Simon Hofmann

Nice collection of testing tools!

May I suggest an addition to your list?

You might want to take a look at Citrus, an integration testing framework for various message protocols and data formats.
It supports HTTP REST, JMS, Kafka, SOAP, FTP, SSH, XML, JSON and much more, so it's possible to test you application / microservice fully isolated!

Collapse
 
javinpaul profile image
javinpaul

Thank you @Simon Hofmann, I'll sure take a look, looks intereting :-)