- TDD
- http://www.javacodegeeks.com/2014/02/write-effective-unit-tests.htmlhttp://www.javacodegeeks.com/….
- http://www.javacodegeeks.com/2013/06/unit-testing-tip-create-descriptive-tests.htmlhttp://www.javacodegeeks.com/….
- http://www.javacodegeeks.com/2014/03/why-shouldnt-i-test-private-methods.htmlhttp://www.javacodegeeks.com/….
- Java
- http://java-source.net/open-source/testing-tools
- JUnit
- http://junit.sourceforge.net/doc/testinfected/testing.htmhttp://junit.sourceforge.net/…./testing.htm
- http://www.javacodegeeks.com/2013/04/junit-naming-individual-test-cases-in-a-parameterized-test.htmlhttp://www.javacodegeeks.com/….
- http://luizgustavoss.wordpress.com/2009/04/05/testes-unitarios-com-junit/http://luizgustavoss.wordpress.com/….
- http://siep.ifpe.edu.br/anderson/blog/?page_id=976
- http://htmlunit.sourceforge.net/
- http://jwebunit.sourceforge.net/
- http://jboss.org/arquillian
- Java ME
- TestNG
- .Net
- NUnit
- PHP
- http://httpunit.sourceforge.net/
- Testes de propriedades / Property Based Testing - PBT
- https://jqwik.net/property-based-testing.html
- Java
- https://baasie.com/2017/05/03/property-based-testing-in-java-with-junit-quickcheck-part-1-the-basics/https://baasie.com/….
- https://blog.johanneslink.net/2018/03/29/jqwik-on-junit5/https://blog.johanneslink.net/…./jqwik-on-junit5
- https://blogs.oracle.com/javamagazine/know-for-sure-with-property-based-testinghttps://blogs.oracle.com/….
- FSCheck