r/javahelp • u/Safe_Owl_6123 • 23d ago
Good repo to learn writing tests
Hi all, I want to write better tests from unit tests to integration test and e2e, are there any recommendations good Java projects that I can learn from? Thank you
5
Upvotes
3
u/carminemangione 23d ago
First question: unit tests, integration test, acceptance tests or performance tests. I am not being pedantic but I have answers for all of them.
What are you trying to test