update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,12 +1,12 @@
! (https://github.com/TheJambo/awesome-testing/blob/master/AwesomeTesting.jpg?raw=true)
 Awesome Testing !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !Dead link checker 
 (https://github.com/TheJambo/awesome-testing/actions/workflows/404-links.yml/badge.svg) (https://github.com/TheJambo/awesome-testing/actions/workflows/404-links.yml)
 Awesome Testing !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !Dead link checker 
 (https://github.com/TheJambo/awesome-testing/actions/workflows/404-links.yml/badge.svg) (https://github.com/TheJambo/awesome-testing/actions/workflows/404-links.yml)
▐ A curated list of testing software, extensions and resources
Foreword
This is intended to be a curation of resources for the new among the software testing community. It is not tailored to a specific area (Usability/Performance) or role (Automation/Management). The idea is that you could hand this list to
a CS graduate and it would greatly improve their testing skills, efficiency and overall breadth of knowledge. Note that this is for all areas of software testing after the code in question is written (no unit tests/static analysis!).
This is intended to be a curation of resources for the new among the software testing community. It is not tailored to a specific area (Usability/Performance) or role (Automation/Management). The idea is that you could hand this list to a CS 
graduate and it would greatly improve their testing skills, efficiency and overall breadth of knowledge. Note that this is for all areas of software testing after the code in question is written (no unit tests/static analysis!).
Finally, I'm sure everyone who reads this list has one thing they want to add. Please read the How to Contribute (https://github.com/TheJambo/awesome-testing/blob/master/CONTRIBUTING.md) page and add to the list. :)
@@ -27,63 +27,96 @@
Software
Security
- BeEF (http://beefproject.com/) - Manipulate the browser exploiting any XSS vulns you find.
- OWASP ZAP (https://github.com/zaproxy/zaproxy) - This intercepting proxy allows you to see all HTTP traffic and manipulate it in real time. Easy to scan, catalog and exploit security issues.
API Testing
- CORS Tester (https://cors-error.dev/cors-tester/) - A tool for developers and API testers to check if an API is CORS-enabled for a given domain and identify gaps.
- HttpMaster (https://www.httpmaster.net) - Professional software tool for HTTP testing and debugging.
- Keploy (https://github.com/keploy/keploy) - API Testing Platform that automatically generates unit test cases along with dependency mocks.
- RestQA (https://github.com/restqa/restqa) - REST API testing framework based on Gherkin.
- SpecTest (https://github.com/justiceo/spectest) - Truly declarative API testing framework in Js, or plain JSON.
- Zato API Test (https://zato.io/en/docs/3.2/api-testing/index.html) - API testing in plain English with extendable Python implementation.
- Tests Coverage Tool (https://github.com/Nikita-Filonov/tests-coverage-tool) - Ultimate tool to measure gRPC service coverage from tests.
- Swagger Coverage Tool (https://github.com/Nikita-Filonov/swagger-coverage-tool) - The Swagger Coverage Tool is designed to measure API test coverage based on Swagger documentation. It provides automated tracking and reporting of test coverage 
for APIs, helping ensure that your endpoints and services are well-tested.
Make your life easier
- GoodLooks (https://github.com/dashcamio/goodlooks) - Visually validate Playwright tests using AI vision instead of flaky selectors.
- Octomind (https://github.com/OctoMind-dev) - auto-generated, run and maintained Playwright tests with AI-powered test case discovery.
- Courgette (https://courgette-testing.com) - Beautifully simple UI testing. Proper declarative BDD scenarios using Gherkin, Gherkin templates and composable YAML-style page and component objects.
- Ferrum (https://github.com/rubycdp/ferrum) - very simple and easy to get started with frontend/UI testing in small Ruby scripts, high-level API to control Chrome with the CDP - Chrome DevTools Protocol (NO Selenium dependency)
- BareTail (https://www.baremetalsoft.com/baretail/) - Brings the tail linux command to Windows, coloured lines and REGEX search and loads of other features.
- ProxySwitcher (https://chrome.google.com/webstore/detail/proxy-switcher-manager/onnfghpihccifgojkpnnncpagjcdbjod) - We all have to mess with proxies, this makes it a lot easier when using Test/Prod/localhost proxies.
- Full Page Screenshot (https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl) - For when PrintScreen isn't big enough.
- Form Filler (https://chrome.google.com/webstore/detail/form-filler/bnjjngeaknajbdcgpfkgnonkmififhfo) - Large forms can be really irritating to fill out each time, speed it up with dummy data.
- Bug Magnet (https://chrome.google.com/webstore/detail/bug-magnet/efhedldbjahpgjcneebmbolkalbhckfi) - Suggests values based on the field type.
- Check All (https://chrispederick.com/work/web-developer/) - "Select All" is often not available. Why not bring your own?
- Xmind (http://www.xmind.net/) - The best (free) Mindmapping tool for documenting your tests.
- TestLink (https://github.com/TestLinkOpenSourceTRMS/testlink-code) - Open Source test case management system
- Fluxguard (https://fluxguard.com) - Screenshot pixel and DOM change comparisons and regressions.
- recheck-web (https://github.com/retest/recheck-web) - Open Source change comparison tool with local Golden Masters, git-like ignore syntax and "unbreakable selenium" tests.
- Kiwi TCMS (https://github.com/kiwitcms/Kiwi) - Open Source test case management system.
- Testomatio (https://testomat.io/) Modern TCMS allows sync of manual and automated tests in one place. Allure, TestRail, Xray alternative. FREE subscription forever is available.
- Captura (https://github.com/MathewSachin/Captura) - Open Source video recording tool.
- QA Wolf (https://github.com/qawolf/qawolf) - Open Source Node.js library for creating browser tests 10x faster.
- Synth (https://github.com/getsynth/synth) - Open Source test data generator.
- Requestly (https://requestly.io/) - A lightweight proxy as a browser extension & desktop app to intercept & modify network requests. You can Modify Headers, Redirect Url, Mock API response, Delay/Throttle requests, etc.
- Robot Framework (https://robotframework.org/) - Generic open source automation framework. It can be used for testing and robotic process automation (RPA).
- wopee.io (https://wopee.io/) - Autonomous testing platform providing bot for autonomous visual regression testing.
- DeepfakeHTTP (https://github.com/xnbox/DeepfakeHTTP) - DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses. This tool allows you to test clients against REST, GraphQL, and other APIs.
- Keploy (https://github.com/keploy/keploy) - API Testing Platform that automatically generates unit test cases along with dependency mocks(test data) from API calls.
- BugBug (https://bugbug.io) - Lightweight test automation tool for web applications. Easy to learn and doesn't require coding. It's free, with unlimited tests. For an additional monthly fee, you also get cloud monitoring and CI/CD 
integration.
- Touca (https://github.com/trytouca/trytouca) - Open source continuous regression testing to compare the behavior and performance of software against a previous baseline version.
- test-each (https://github.com/ehmicky/test-each) - Repeats tests using different inputs (Data-Driven Testing).
- Replayable (https://replayable.io) - Desktop dashcam that helps you capture unexpected bugs during manual testing.
- RestQA (https://github.com/restqa/restqa) - A REST API testing Framework based on ghekin to manage microservice local testing using the best in class Developer experience.
- playwright-bdd (https://github.com/vitalets/playwright-bdd) - A module for running Behaviour-Driven Development (BDD) tests with Playwright runner.
Security Testing
- BeEF (http://beefproject.com/) - Manipulate the browser by exploiting any XSS vulnerabilities you find.
- OWASP ZAP (https://github.com/zaproxy/zaproxy) - Intercepting proxy for HTTP traffic manipulation, security scanning, and exploitation.
Web3 and Blockchain
- Dapp.tools (https://dapp.tools/) - Command line tools and smart contract libraries for Ethereum smart contract development.
- Ganache (https://trufflesuite.com/ganache/) - Personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates.
- Foundry (https://github.com/foundry-rs/foundry) - Blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
- Hardhat (https://hardhat.org/) - Multichain Ethereum development environment.
- Robot Framework Solidity Testing Toolkit (https://github.com/jg8481/Robot-Framework-Solidity-Testing-Toolkit) - This combines popular smart contract testing and deployment libraries with Robot Framework.
- Truffle Suite (https://trufflesuite.com/) - Comprehensive suite of tools for smart contract development.
- Cannon (https://usecannon.com/) - Continuous configuration automation & development cli multi-tool. Like Terraform, Docker and NPM for Ethereum.
Service Virtualization
- Beeceptor (https://beeceptor.com/) - Easy to use no-code mock servers for service virtualization. Rest, SOAP, GraphQL supported. Create an API mock server from OpenAPI Specification or Postman collection.
- DeepfakeHTTP (https://github.com/xnbox/DeepfakeHTTP) - Web server using HTTP dumps as a response source for API simulation.
- WireMock (https://github.com/wiremock/wiremock) - Open source HTTP mock engine written in Java. Embed in your test code, run as a standalone process, or deploy via Docker.
Visual Testing
- Fluxguard (https://fluxguard.com) - Screenshot pixel and DOM change comparisons.
- GoodLooks (https://github.com/dashcamio/goodlooks) - AI-powered visual validation for Playwright tests.
- TestingBot (https://testingbot.com) - Supports automated, manual, and visual testing.
- recheck-web (https://github.com/retest/recheck-web) - Change comparison tool with Golden Masters and "unbreakable Selenium" tests.
- wopee.io (https://wopee.io/) - Autonomous visual regression testing platform.
UI & End-to-End Testing
- BugBug (https://bugbug.io) - No-code test automation tool for web applications.
- Courgette (https://courgette-testing.com) - Declarative BDD UI testing with Gherkin.
- Ferrum (https://github.com/rubycdp/ferrum) - Chrome automation via CDP with a high-level Ruby API.
- Hyperbrowser (https://hyperbrowser.ai) - Scalable headless browser testing with built-in session recording.
- Hercules (https://github.com/test-zeus-ai/testzeus-hercules) - Open-source end-to-end testing agent.
- LambdaTest (https://www.lambdatest.com) - Unified enterprise test execution cloud platform for browser and mobile testing.
- Octomind (https://github.com/OctoMind-dev) - AI-powered test case discovery and maintenance.
- playwright-bdd (https://github.com/vitalets/playwright-bdd) - BDD-style Playwright testing.
- QA Wolf (https://github.com/qawolf/qawolf) - Node.js library for creating browser tests faster.
- UI Coverage Tool (https://github.com/Nikita-Filonov/ui-coverage-scenario-tool) - UI Coverage Tool is an innovative, no-overhead solution for tracking and visualizing UI test coverage — directly on your actual application, not static snapshots.
 
Test Management
- Kiwi TCMS (https://github.com/kiwitcms/Kiwi) - Open-source test case management.
- TestLink (https://github.com/TestLinkOpenSourceTRMS/testlink-code) - Open-source test case management system.
- Testomatio (https://testomat.io/) - Modern TCMS allowing sync of manual and automated tests.
Test Data Management
- Synth (https://github.com/getsynth/synth) - Open-source test data generator.
- Touca (https://github.com/trytouca/trytouca) - Continuous regression testing for behavioral and performance comparisons.
- test-each (https://github.com/ehmicky/test-each) - Data-driven testing framework.
Browser Extensions & Utilities
- Bug Magnet (https://chrome.google.com/webstore/detail/bug-magnet/efhedldbjahpgjcneebmbolkalbhckfi) - Field-based value suggestions for form testing.
- Check All (https://chrispederick.com/work/web-developer/) - Provides a "Select All" function where missing.
- Full Page Screenshot (https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl) - Capture full-page screenshots.
- Form Filler (https://chrome.google.com/webstore/detail/form-filler/bnjjngeaknajbdcgpfkgnonkmififhfo) - Auto-fill large forms with dummy data.
- ProxySwitcher (https://chrome.google.com/webstore/detail/proxy-switcher-manager/onnfghpihccifgojkpnnncpagjcdbjod) - Easy proxy switching for test/prod environments.
- Requestly (https://requestly.io/) - A lightweight proxy to intercept and modify network requests.
Accessibility & Usability Testing
- Colour Blindness Simulator (https://altreus.github.io/colourblind/) - Simulate different types of color blindness.
Performance & Load Testing
- Yslow (http://yslow.org/) - Analyze web page performance based on Yahoo!'s rules.
- Load Testing Hub Panel (https://github.com/Nikita-Filonov/load-testing-hub-panel) - Ultimate web UI for visualizing load test results
Web3 & Blockchain Testing
- Cannon (https://usecannon.com/) - Continuous configuration automation for Ethereum.
- Dapp.tools (https://dapp.tools/) - Command-line tools and smart contract libraries for Ethereum.
- Ganache (https://trufflesuite.com/ganache/) - Personal Ethereum blockchain for running tests.
- Foundry (https://github.com/foundry-rs/foundry) - Fast, modular toolkit for Ethereum development.
- Hardhat (https://hardhat.org/) - Ethereum development and testing environment.
- Truffle Suite (https://trufflesuite.com/) - Comprehensive smart contract development suite.
- Robot Framework Solidity Testing Toolkit (https://github.com/jg8481/Robot-Framework-Solidity-Testing-Toolkit) - Robot Framework integration for Solidity testing.
Test Automation Frameworks
- Robot Framework (https://robotframework.org/) - Generic open-source automation framework for testing and RPA.
Screen Recording & Session Replays
- Captura (https://github.com/MathewSachin/Captura) - Open-source video recording tool.
- Replayable (https://replayable.io) - Desktop dashcam for capturing manual testing sessions.
Mind Mapping & Documentation
- Xmind (http://www.xmind.net/) - Mind mapping tool for documenting test cases and strategies.
Other
- Colour Blindness Simulator (https://altreus.github.io/colourblind/) - Simulate all types of Colour Blindness instantly!
- Yslow (http://yslow.org/) - Analyse why web pages are slow based on Yahoo!'s rules for performance.
Books
- The Scrum Field Guide, Agile advice for your first year and beyond (https://amzn.to/2OERKEm) - Why you might want to move your company to Agile and great practical advice on how to do it.
- Fifty quick ideas to improve your Tests (https://amzn.to/2AzMUF7) - Great illustrative examples on how to improve tests and why you should do them. Great as evidence for winning arguments!
- Agile Testing: A Practical Guide (https://amzn.to/2n1K2aG) - A how to guide for those looking to transition to an Agile as a tester and also how the authors work on their Agile teams.
- Explore It!: Reduce Risk and Increase Confidence with Exploratory Testing (https://amzn.to/2n8axLn) - A very good book on structuring Exploratory Testing and designing tests.
- The Domain Testing Workbook (https://amzn.to/2Az4l90) - An in-depth look at the most common test technique, Domain Testing (also called Boundary Analysis and Equivalence Class partitioning) in use today with lots of examples to become
better.
- The Domain Testing Workbook (https://amzn.to/2Az4l90) - An in-depth look at the most common test technique, Domain Testing (also called Boundary Analysis and Equivalence Class partitioning) in use today with lots of examples to become better.
- Don't Make Me Think: A Common Sense Approach to Web Usability (https://amzn.to/2naYmhf) - An incredibly useful book for usability testing.
- Lessons Learned in Software Testing (https://amzn.to/2LTjM01) - One of the best books on Software Testing, broken into bite size lessons that are as applicable now as when it was published.
- UI is Communication (https://amzn.to/2vbiALY) - How to make intuitive User Interfaces (UI and Usability Testing).
@@ -91,8 +124,8 @@
- Chaos Engineering: Crash test your applications (https://www.manning.com/books/chaos-engineering) - A book on how to design and execute controlled software failure experiments.
- Testing JavaScript Applications (https://www.manning.com/books/testing-javascript-applications) - A book about JavaScript testing tools and techniques for developers.
- Chaos Engineering (https://www.manning.com/books/chaos-engineering) - A book that teaches you to design and execute controlled experiments that uncover hidden problems.
- The Art of Unit Testing, Third Edition (https://www.manning.com/books/the-art-of-unit-testing-third-edition) - A book that guides you step by step from your first simple unit tests to building complete test sets that are maintainable,
readable, and trustworthy.
- The Art of Unit Testing, Third Edition (https://www.manning.com/books/the-art-of-unit-testing-third-edition) - A book that guides you step by step from your first simple unit tests to building complete test sets that are maintainable, readable,
and trustworthy.
- Testing Web APIs (https://www.manning.com/books/testing-web-apis) - Guarantee the quality and consistency of your web APIs by implementing an automated testing process.
- Effective Software Testing (https://www.manning.com/books/effective-software-testing) - A hands-on guide for developers on how to create high quality tests in a systematic and effective way.
@@ -102,8 +135,8 @@
- Guru99 (http://www.guru99.com/) - Learn by experience, a bit more fun than video training.
- Coursera (https://www.coursera.org/) - Online courses from top universities.
- Cybrary (https://www.cybrary.it/) - Online free security training.
- BBST Testing Courses (https://bbst.courses/bbst-testingeducation-materials/) - The famous Black Box Software Testing (BBST) courses are university level courses on Software Test Foundations, Bug Reporting and Test Design. These 
materials have been creative commons licensed for use by anyone. Includes articles, slides and video lectures.
- BBST Testing Courses (https://bbst.courses/bbst-testingeducation-materials/) - The famous Black Box Software Testing (BBST) courses are university level courses on Software Test Foundations, Bug Reporting and Test Design. These materials have 
been creative commons licensed for use by anyone. Includes articles, slides and video lectures.
Blogs
- James Bach (http://www.satisfice.com/blog/)
@@ -114,6 +147,7 @@
- Automation Panda (https://automationpanda.com/)
Newsletters
- Coding Jag (https://www.lambdatest.com/newsletter) - Your weekly dose of the latest in Testing, Development, CI/CD, and Automation—keeping you ahead of the curve."
- Software Testing Weekly (https://softwaretestingweekly.com/) - A curated round-up of the best software testing news and tools published every Friday.
Suggested Awesome Lists
@@ -161,3 +195,5 @@
contributors (https://github.com/TheJambo/awesome-testing/graphs/contributors)
have waived all copyright and related or neighboring rights to this work. See the
license file (LICENSE) for details.
testing Github: https://github.com/TheJambo/awesome-testing