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

Baeldung on Java

  • All
  • Java (2)
  • Testing (1)
  • Spring Data (1)
  • Spring Boot (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 →