https://github.com/awesomelistsio/awesome-qa
A curated list of awesome Quality Assurance (QA) tools, frameworks, communities, and resources.
https://github.com/awesomelistsio/awesome-qa
List: awesome-qa
awesome awesome-list awsome-lists qa quality quality-assurance
Last synced: 3 months ago
JSON representation
A curated list of awesome Quality Assurance (QA) tools, frameworks, communities, and resources.
- Host: GitHub
- URL: https://github.com/awesomelistsio/awesome-qa
- Owner: awesomelistsio
- Created: 2025-07-02T16:38:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T16:43:50.000Z (3 months ago)
- Last Synced: 2025-07-06T18:06:01.451Z (3 months ago)
- Topics: awesome, awesome-list, awsome-lists, qa, quality, quality-assurance
- Language: Python
- Homepage: https://awesome.himpfen.com/
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-test-automation - Awesome QA
- ultimate-awesome - awesome-qa - A curated list of awesome Quality Assurance (QA) tools, frameworks, communities, and resources. (Other Lists / TeX Lists)
README
# Awesome QA [](https://github.com/awesomelistsio/awesome)
[](https://ko-fi.com/awesomelists) [](https://www.paypal.com/donate/?hosted_button_id=3LLKRXJU44EJJ) [](https://tinyurl.com/e8ymxdw3) [](https://x.com/ListsAwesome) [](https://www.facebook.com/awesomelists)
> A curated list of awesome Quality Assurance (QA) tools, frameworks, communities, and resources to help ensure software reliability, performance, and user satisfaction.
Quality Assurance is crucial for delivering high-quality, stable, and secure software. This list is aimed at testers, QA engineers, developers, SDETs, and anyone interested in building better software through effective QA practices.
## Contents
- [General Resources](#general-resources)
- [QA Tools](#qa-tools)
- [Manual Testing](#manual-testing)
- [Automated Testing](#automated-testing)
- [Bug Tracking](#bug-tracking)
- [Test Case Management](#test-case-management)
- [Performance Testing](#performance-testing)
- [Mobile Testing](#mobile-testing)
- [Security Testing](#security-testing)
- [Learning Resources](#learning-resources)
- [Communities & Conferences](#communities--conferences)
- [Related Awesome Lists](#related-awesome-lists)## General Resources
- [Software Testing Help](https://www.softwaretestinghelp.com/) – Tutorials and guidance for various testing approaches.
- [Ministry of Testing](https://www.ministryoftesting.com/) – Community and resources for all things QA and testing.
- [TestGuild](https://testguild.com/) – Webinars, podcasts, and articles on test automation and QA.## QA Tools
- [TestRail](https://www.gurock.com/testrail/) – Test case management tool.
- [Jira](https://www.atlassian.com/software/jira) – Widely used issue and project tracking software with testing plugins.
- [Bugzilla](https://www.bugzilla.org/) – Open-source bug tracking system.
- [Allure TestOps](https://qameta.io/testops/) – Unified platform for manual and automated test management.## Manual Testing
- [TestLink](https://testlink.org/) – Open-source test management tool for manual QA.
- [qTest Manager](https://www.tricentis.com/products/qtest-test-management) – Centralized test management solution.## Automated Testing
- [Selenium](https://www.selenium.dev/) – Web automation across multiple browsers.
- [Cypress](https://www.cypress.io/) – Modern JavaScript-based E2E testing framework.
- [Playwright](https://playwright.dev/) – Browser automation tool by Microsoft.
- [Appium](https://appium.io/) – Cross-platform mobile test automation.## Bug Tracking
- [MantisBT](https://www.mantisbt.org/) – Lightweight bug tracking system.
- [Redmine](https://www.redmine.org/) – Project management with issue tracking features.
- [YouTrack](https://www.jetbrains.com/youtrack/) – Agile project and issue tracker from JetBrains.## Test Case Management
- [PractiTest](https://www.practitest.com/) – End-to-end QA and test case management.
- [TestLink](https://testlink.org/) – Popular open-source test case tool.
- [TestLodge](https://www.testlodge.com/) – Simple online test case management.## Performance Testing
- [JMeter](https://jmeter.apache.org/) – Apache's powerful performance and load testing tool.
- [k6](https://k6.io/) – Modern developer-centric load testing tool.
- [Gatling](https://gatling.io/) – Load testing as code for developers and testers.## Mobile Testing
- [Appium](https://appium.io/) – Automate native, mobile web, and hybrid applications.
- [Espresso](https://developer.android.com/training/testing/espresso) – Android UI testing tool.
- [XCUITest](https://developer.apple.com/documentation/xctest) – Apple’s testing framework for iOS.## Security Testing
- [OWASP ZAP](https://www.zaproxy.org/) – Web security testing tool.
- [Burp Suite](https://portswigger.net/burp) – Comprehensive web vulnerability scanner.
- [Nikto](https://cirt.net/Nikto2) – Open-source web server scanner.## Learning Resources
- [Test Automation University](https://testautomationu.applitools.com/) – Free courses on QA and test automation.
- [Automation Testing Tutorials](https://www.guru99.com/automation-testing.html) – Beginner to advanced tutorials.
- [Software Testing Material](https://www.softwaretestingmaterial.com/) – Manual, automation, and performance testing guides.## Communities & Conferences
- [Ministry of Testing – Club](https://club.ministryoftesting.com/) – QA-focused discussion forums.
- [QA at Reddit](https://www.reddit.com/r/QualityAssurance/) – Subreddit for QA professionals.
- [TestBash](https://www.ministryoftesting.com/events/testbash) – Community-driven testing conference.
- [Automation Guild](https://testguild.com/automationguild/) – Online conference for test automation engineers.## Related Awesome Lists
- **[Awesome Testing](https://github.com/awesomelistsio/awesome-testing)** – Tools and frameworks for all types of testing.
- **[Awesome Test Automation](https://github.com/awesomelistsio/awesome-test-automation)** – Curated list focused on test automation tools.
- **[Awesome CI](https://github.com/awesomelistsio/awesome-ci)** – Continuous Integration tools and platforms.
## ContributeContributions are welcome!
## License
[](http://creativecommons.org/licenses/by-sa/4.0/)