Here's what I've written (so far):

Baeldung on Java

  • All
  • Spring Boot (3)
  • Java (3)
  • Core Java (3)
  • Data (2)
  • Artificial Intelligence (2)
  • Testing (1)
  • Spring Persistence (1)
  • Spring Data (1)
  • Spring AI (1)
  • Spring (1)
  • REST (1)
  • Logging (1)
  • Java String (1)
  • Java Concurrency (1)
  • Java Array (1)
  • HTTP Client-Side (1)
  • Architecture (1)
  • Algorithms (1)

Gray Box Testing Using the OAT Technique

Gray Box testing is a statistical technique that allows us to test a lot of edge cases without testing every single possible permutation of input. We look at how it works and how to implement it with parameterized tests in JUnit.

Read More →