From 30a56699fd8db14f76c5c11e02b467f22ade693e Mon Sep 17 00:00:00 2001 From: joxi Date: Fri, 8 May 2026 12:11:50 +0200 Subject: [PATCH] Add HttpMaster --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa25de..276bd85 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ A categorized list of essential tools for QA engineers involved in manual testin - [Chrome DevTools](https://developer.chrome.com/docs/devtools/) – Built-in browser tools for inspecting and debugging. - [WAVE](https://wave.webaim.org) / [axe DevTools](https://www.deque.com/axe/devtools/) – Accessibility testing. - [Lighthouse](https://developer.chrome.com/docs/lighthouse/overview/) – Performance, accessibility, and SEO audits. - +- [HttpMaster](https://www.httpmaster.net/) – Free desktop tool for HTTP testing and debugging. +
## Contributing