News

I’ll walk through several scenarios of using Scala to test Java code, including a unit-testing example and an integration-testing example.
Here we start with a full verification of a sample application's logic, and then step by step see how we can reduce the scope of the test by using some of the Quarkus testing facilities.
This article introduces a commonly applicable testing strategy for integration points, which improves the coverage, speed, reliability and reproducibility of testing.
This CI/CD example shows you how the integration of Jenkins with GitHub includes not only the ability to pull GitHub code, but also to trigger Jenkins build jobs with webhooks as well.