Hi everyone 👋
I’ve made huge progress on my offline QA toolkit. The core alpha functions are now fully working.
All features are built from scratch in my spare time, no company code or internal resources reused. Everything runs 100% locally on Windows with zero data upload.
Here’s what’s finished in this update.
✅ 1. Lightweight QA Screenshot & Annotation Tool
Bug reporting requires frequent screenshotting and marking. Heavy image editors are too slow for daily QA work.
I built a dedicated capture tool for testers:
- Full-screen & regional screenshot
- Quick annotations: arrow, rectangle, text note
- No watermark, no network dependency
- One-click save for bug evidence It simplifies the entire process of preparing visuals for defect tickets. ✅ 2. Single JSON File Comparison (QA-Optimized) Generic diff tools always treat dynamic API fields as valid changes, which creates massive noise during regression testing. My toolkit solves this:
- Custom ignore-key configuration (skip timestamp, requestId, traceId, random tokens)
- Only displays real business-level field changes
- Visual difference highlighting for quick review ✅ 3. Single PDF Text Comparison Test reports, requirement documents, and version logs are often released in PDF format. This tool extracts plain text from two PDFs and compares content differences, ignoring pure format changes. Perfect for validating report updates between test cycles. ✅ 4. Export Standalone HTML Test Reports (Key Feature) This is the most practical feature for real QA workflows. After JSON or PDF comparison finishes, users can export a single independent HTML report:
- Open directly in any browser, no software required
- Clear highlighting for added / modified / deleted content
- Retains your ignore-field rules (no noisy dynamic data)
- Ready for Jira / defect ticket attachment No more blurry screenshots or manually organized evidence files. The exported HTML file serves as standardized regression testing proof for team review and archival. Why this works better than generic tools Tools like Beyond Compare focus on developer scenarios. This toolkit is QA-workflow oriented:
- No redundant dev features, lightweight and fast
- Prevent data leakage with fully offline execution
- Filter API noise automatically
- Output ticket-ready evidence directly Current Limitations & Next Roadmap This is still an alpha version. These critical features are under development:
- Batch folder comparison for JSON (full API regression batch testing)
- Batch PDF document comparison
- UI optimization and user guide
- Basic license control for stable release Want to test it? I will release the alpha downloadable version after batch comparison functions are completed. If you’re a QA engineer, SDET, or software tester, feel free to comment your most wanted features. I’ll prioritize high-value suggestions.
Follow me for continuous updates of this offline QA productivity toolkit.

Top comments (0)