Hi everyone 👋, I’m a full‑time QA & automation engineer.
Like many testers, I spend a lot of time on repetitive manual work during daily testing and regression cycles.
Online web‑based diff tools are convenient, but they bring real pain for QA teams working with sensitive API response data:
- Paste internal JSON or report content to third‑party websites, risking data leakage
- Corporate intranet environments block external web tools completely
- VS‑Code plugins require installing an editor just for one quick comparison task
That’s why I started building a collection of lightweight Windows desktop utilities written in Java.
All tools run 100% locally on your machine. No test data gets uploaded to any remote server. Privacy is the top priority.
What tools am I working on right now?
PDF Text Comparison
Compare two PDF report files, highlight text differences for test result validation.Enhanced Screenshot Tool for Bug Reporting
Quick capture, annotate screenshots for bug tickets without opening heavy image editors.Single JSON File Diff
Load two local JSON files, show added / removed / changed keys, export differences as HTML report for bug attachments.Batch Folder JSON Comparison
For API regression testing. Compare two folders full of JSON response files in one click.
Skip noisy dynamic fields such as timestamps or requestId. Export full summary HTML report.Bulk File Rename
Rename large sets of test screenshots and test artifacts in batches.
More small utilities will be added gradually.
Why local‑only desktop tools matter for QA
Many existing solutions are browser‑based or editor plugins. They work great for public data.
But for internal test artifacts, API responses and confidential test reports:
âś… Everything stays on your local disk
âś… Works offline, no internet connection required
✅ Double‑click to run, no editor installation, no browser needed
âś… Export HTML reports you can attach directly to bug tickets
Build‑in‑public note
I am building these tools in my spare time.
I will share development progress, real‑world QA workflow pain points and tool‑design thinking here.
If you are a QA or SDET, I would love to hear about your daily repetitive tasks.
What manual work do you wish a small desktop tool could eliminate for you?
📬 For feedback and feature suggestions, feel free to reach out via email: wangjiade5@gmail.com
Top comments (0)