Github
Docs
Blog
Install Plugin
Blog
Be on top of what’s happening with the java world, QA automation and AI.
Java
Z Garbage Collector in Java
Optimize Java apps with ZGC to boost performance in speed, scalability, and latency, effectively handling diverse workload demands for efficient operation.
Gaurav Sharma
October 28, 2024
Java
Enhanced Vector API in Java21
Explore Java 21's Enhanced Vector API in its 6th Incubator, optimizing vector computations for superior performance in machine learning and cryptography.
Pratik Dwivedi
November 16, 2023
Java
Java Concurrency Unlocked: A Comparative Guide to Synchronization Tools
Explore Java lock mechanisms for concurrency: ReentrantLock, ReadWriteLock, and StampedLock, and choose the best fit for your app’s needs.
A N M Bazlur Rehman
November 12, 2023
Java
How to test an IntelliJ plugin?
Learn to test your IntelliJ plugin with automated UI interactions using Remote Robot. Set up tests to check files, buttons, and IDE states for better performance.
Amogh CR
November 6, 2023
Java
Bridging the Gap with Unlogged: How Developers and QA Engineers Can Speak the Same Language
Learn how 'Unlogged' streamlines bug communication between QA and developers, speeding up releases with instant feedback and efficient debugging.
Kyle Lemons
October 24, 2023
Java
All you need to know about Java21
Explore Java 21’s features like Scoped Values, KEMs, unnamed classes, and Generational ZGC, boosting memory management and app performance.
Pratik Dwivedi
October 20, 2023
Java
How does the lombok magic work underneath?
Explore Lombok for Java, focusing on namespace isolation, dependency management, debugging, and seamless integration with IDEs and build systems.
Parth
October 4, 2023
Java
Shedding Light on Tech Debt! (Quite literally!)
Unlogged 1.18.5 highlights tech debt with instant execution feedback and Postman integration, helping developers improve test coverage and refactor efficiently.
Shardul Lavekar
September 25, 2023
Java
Java Serialization and Deserialization explained with a simple example
Master Java serialization and deserialization. Learn the mechanics, implementation steps, and how to efficiently transform object states and exchange data.
Shardul Lavekar
August 14, 2023
Java
Spring WebFlux explained with a simple CRUD example
Explore reactive programming with Spring WebFlux. Build a high-performance RESTful API with CRUD operations for scalable, asynchronous applications.
Shardul Lavekar
August 11, 2023
Java
Unlogged vs. JUnit: A Comprehensive Comparison for Efficient Java Testing
Unlogged simplifies Java testing with method interaction capture, while JUnit excels in architectural management. Choose based on your project’s needs.
Shardul Lavekar
August 9, 2023
Java
Revolutionizing Java Code Testing: Unlogged's Seamless Test Automation and Custom Assertion Capabilities
Unlogged revolutionizes Java testing by automating method input and return value recording, enhancing code quality with seamless integration and feedback.
Shardul Lavekar
August 3, 2023
Java
Automated Regression Testing with Unlogged: The Superior Choice Among the Regression Testing Tools for Java
Unlogged is an open-source, no-code testing solution for Java, offering automated regression testing and easy integration.
Shardul Lavekar
August 1, 2023
Java
ChatGPT Integration
Integrate ChatGPT with Unlogged for features like bug finding, code refactoring, optimization, and explanations to enhance developer productivity.
Shardul Lavekar
March 13, 2023
Java
Launching Instant Boilerplate for Junit tests
To generate the tests, the plugin identifies the syntax tree of the code and simulates events synthetically, creating a boilerplate for unit tests.
Shardul Lavekar
March 10, 2023
Software Engineering
The Software Engineering Personas
For the past 6 months, we have been talking to 100+ developers every week and figured out a few software engineering personas.
Shardul Lavekar
February 8, 2023
Technology
How does Unlogged Work?
In this post, I'll explain how Unlogged works with a simple example, addressing common questions about generative AI and ChatGPT in unit testing.
Shardul Lavekar
January 11, 2023
Technology
Controversial: Yes, unit tests are more important than you think!
Many developers avoid writing unit tests due to the time it takes, despite the ongoing debate about their usability and comparison to end-to-end tests.
Shardul Lavekar
January 9, 2023
Previous
2 / 2
Use Unlogged to
mock instantly
record and replay methods
mock instantly
Install Plugin