Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eliasnogueira/100-tips-testing-java
- Owner: eliasnogueira
- License: mit
- Created: 2021-01-01T17:21:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T21:16:59.000Z (about 1 year ago)
- Last Synced: 2024-10-12T18:32:53.092Z (4 months ago)
- Topics: 100daysofcode, java, junit5, restassured, selenium, software-testing, testing, testng, wiremock
- Language: HTML
- Homepage: https://eliasnogueira.github.io/100-tips-testing-java/
- Size: 29.3 KB
- Stars: 75
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)