Tic-tac-toe
- 2018
- Github repo
Overview
Tic-tac-toe is not my own project, but a learning course where a person can get to know various testing practices in java.
It is one of the most fun projects that touches the main aspects of testing and intoduces different libraries.
People will get their hands dirty and learn basic unit, e2e, integration, smoke, stress testing using WildFly and Mongo db as localhost services.
Project course https://www.udemy.com/course/what-a-java-software-developer-must-know-about-testing/
This was the second testing subject i had ever taken. The first school course made us create a Game of Life using TDD pattern and java.
Not only that, but small banking feature with Mockito. This is where I started to get interested in testing.