There have been many times as a Quality Assurance (QA) engineer, I've found myself in challenging situations, attempting to convey to developers the bugs I spotted in the latest code update. However, for one reason or another, they often struggled to replicate the very issues I was pointing out. Hours turned into days, and our emails multiplied, as we went back and forth.
I remember one particular experience when a code update came in, and I immediately spotted a regression bug. I immediately reached out to the developer, yet, their response was, "It works on my machine!" The emails that followed were exhaustive and rather exasperating.
This dance between developers and QA teams isn't uncommon. We see a bug; they can't replicate it. And in the midst of this, the real issue—addressing the bug and ensuring software quality—takes a backseat.
This is where I wish I had used Unlogged.
Unlogged is like a translator, allowing QA engineers and developers to speak the same language. It does this by recording method inputs and return values of Java methods, enabling developers to replay them. This not only points out potential regressions but also gives developers tangible evidence of method behaviors.
If our team had been using Unlogged from the start I could have simply given the developer recorded method inputs and return values that led to the issue - allowing the developer to replace the sequence using Unlogged and quickly identify the bug.
2. Adding the Unlogged Dependency:
After adding, sync your project to download the Unlogged dependency from the maven repository.
3. Using the @Unlogged Annotation:
Example:
4. Clean, and Debug!:
Note: Please avoid deploying Unlogged in production. It may introduce performance issues, but rest assured, a production-ready version is on the horizon.
In conclusion, in the realm of software development, tools like Unlogged ensure both developers and QAs move in sync. With tangible evidence and efficient communication, we can ensure software releases are both speedy and of high quality. If you're looking to eliminate the tedious back-and-forth and bridge the gap between developers and QAs, Unlogged might just be your answer.
Kyle is a top-rated QA Engineer, Technical Writer, and Instructional Designer with an ISTQB certification. With over three years of QA experience, he excels in creating comprehensive test cases and automation solutions using Selenium. As a Technical Writer, he communicates complex technical concepts clearly, producing user guides, API references, and troubleshooting manuals.