Browsing Category
Testing & Quality
19 posts
Agile Nightmares – When Agile Methods Become an Innovation Barrier
The Scary Figures of Agility In the dynamic world of software development and beyond, agility has established itself…
MockServer NeoLight: A Lightweight Alternative for API Testing with Testcontainers
The open-source project MockServer NeoLight has been released as a lightweight rewrite of the original MockServer. Its primary…
Supercruising with Testcontainers: Making Tests Faster and More Flexible
Testcontainers has become an essential tool in many Java projects to run integration and system tests in realistic…
Where to Use AI FOR Development: A Practical Guide for Engineers and Managers
There’s a lot of noise out there about AI generating code for you, creating tests, filing bugs, and…
Mastering JUnit: Navigating between old and new versions for a smarter test strategy
After the JUnit 5 was released, a lot of developers just added this awesome new library in their…
Testing Done Right!
Oh no! Not another article about testing! You can find a lot of publications about automated testing in…
A 10X Approach to Quality Assurance
It’s often true that what you measure will define you. Measurements become critical indicators, which eventually become goals.…
Should we stop discussing about technical debt… with top management?
Cyclomatic complexity, coupling and cohesion, orthogonality, big O… are concepts that technical teams use when analyzing complex software…
The quick check for your software – the Software Coma Scale (SCS)
Do you know this situation: You have are sitting on your desk when your boss asks you to…
The Art of Static Code Analysis
The Necessity for Static Analysis of Source Code … Most Java (and not only) developers have used at…