Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eliasnogueira/100-tips-testing-java

List of 100 tips for Testing with Java
https://github.com/eliasnogueira/100-tips-testing-java

100daysofcode java junit5 restassured selenium software-testing testing testng wiremock

Last synced: 3 months ago
JSON representation

List of 100 tips for Testing with Java

Awesome Lists containing this project

README

        

# 100 Tips of Testing with Java

Don't forget to give this repo a ⭐

This repo has a list of 100 tips using Java testing tools.

For 100 days I've twitted tips about the tools listed below, and you can find all the tweets [here](https://twitter.com/search?q=(%23100DaysOfCode%20OR%20%23Java%20OR%20%23Testing)%20(from%3Aeliasnogueira)&src=typed_query).

You will find 20 best tips of the following tools:

* [JUnit 5](http://junit.org/)
* [TestNG](http://testng.org/)
* [WireMock](http://wiremock.org/)
* [RestAssured](http://rest-assured.io/)
* [Selenium WebDriver](http://selenium.dev/)