- This project was created through the
Software Testing
course, to access it click here. - This repository has some changes and improvements to what is presented in the course.
Software Testing is a skill that you must fully grasp as a software engineer. It ensures that any code you write to production is more likely to contain less bugs.
In this repository you will see everything about some types of tests implemented that were presented in the course:
- Unit Testing
- Integration Testing
- Testing External Services
- Mocking with Mockito
- Test Driven Development -
TDD