Skip to content

'The Test Series' articles will be published on Medium. You can reach the first and second parts right now.

Notifications You must be signed in to change notification settings

mertbahardogan/software-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Test Series with Spring Boot

Built With

  1. JDK (17)
  2. Spring Boot (3.1.2)
  3. Maven
  4. JUnit 5
  5. Mockito
  6. PostgreSQL / H2 Database

THE TEST SERIES ON MEDIUM:

  1. The Test Series-Introduction
  2. The Unit Test with Spring Boot
  3. The Integration Test with Spring Boot

About the Tests

This project includes the following types of tests:

Unit Tests

The UnitTestClass in the src/test/java directory contains unit tests for the relevant Java class. These tests isolate individual parts (methods) of the class to verify if each part functions as expected.

Integration Tests

The IntegrationTestClass in the src/test/java directory contains integration tests for the relevant Java class. These tests verify that different classes interact correctly.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Would you like to any notify or suggest something to me?

[email protected]

About

'The Test Series' articles will be published on Medium. You can reach the first and second parts right now.

Topics

Resources

Stars

Watchers

Forks

Languages