Drill4J / drill4j

Tool to identify testing gaps and reduce time spent on regression testing. Java/JVM, .NET, JavaScript in WEB
https://drill4j.github.io
Apache License 2.0
103 stars 7 forks source link
drill drill4j jvmti kotlin kotlin-multiplatform profiler profiler-framework

Drill4J

License Visit the website at drill4j.github.io Telegram Chat GitHub contributors Lines of code YouTube Channel Views

Drill4J is an open-source tool* to identify testing gaps and reduce time spent on regression testing.

Drill4J provides a straight path to incorporating Test Gap Analysis and Test Impact Analysis into SDLC.

Based on that Drill4J:

All the above allows to speed up testing and development cycle, eliminate guesswork and back tests results with hard data.

Know more

  1. Try Drill4J in action with our demo project - the examplary "RealWorld" application integration featuring:

    • Coverage, Risks and Test Recommendations metrics for Java backend and web frontend (at the same time)
    • E2E automated UI tests integration (Selenium)
    • Manual tests integration (requires Browser Extension installation)
  2. See our conference talk

  3. Checkout our website drill4j.github.io

Main Components Overview

How it works (briefly, very simplified version)

! This explanation ! employs Selenium-based tests and HTTP-transport for the example purpose only. Drill4J is not limited to just Java/ just automated tests / just HTTP. It supports metric collection for almost any type of testing setup.

Imagine a basic picture of your average Selenium tests (simplified for the explanation purposes)

Automated Testing Setup with Selenium-based tests

And now, this is how it looks with Drill4J installed and configured.

Drill4J - Automated Testing with Selenium-based tests

You can see 3 key integration points:

  1. The target application. The Drill4J Java Agent is added to the target app to enable metrics collection.

  2. The Drill4J Autotesting Agent - it relays tests metadata to Drill4J Backend Service, integrates with various testing frameworks and configures Selenium to add headers to the HTTP requests

  3. The Drill4J Backend processes data and provides results via API.

The manual setup does not look much different: instead of Autotesting Agent, there is a Drill4J Browser Extension, that one have to use, to capture the testing metrics.

Drill4J - Manual Testing With The Browser Extension

Community / Support

Telegram chat
Youtube channel

License

*License: Drill4J is open-source and licensed under Apache 2.0 .