awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Testing & Quality Assurance · Awesome GitHub Repositories

72 repos

Awesome GitHub RepositoriesTesting & Quality Assurance

Frameworks and utilities for verifying application correctness and performance.

Explore 72 awesome GitHub repositories matching testing & quality assurance · Testing & Quality Assurance. Refine with filters or upvote what's useful.

  1. Home
  2. Testing & Quality Assurance

Awesome Testing & Quality Assurance GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • codecrafters-io/build-your-own-x

    codecrafters-io/build-your-own-x

    467,272GitHubView on GitHub↗

    This project provides a comprehensive framework for creating, managing, and executing educational programming challenges. It includes standardized systems for authoring instructional content, defining test cases, and structuring documentation to ensure consistent learning outcomes. The platform supports a wide range of

    Markdownawesome-listfreeprogramming
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    awesomeawesome-listlists
  • freeCodeCamp/freeCodeCamp

    freeCodeCamp/freeCodeCamp

    437,296GitHubView on GitHub↗

    freeCodeCamp is an open-source, web-based educational platform designed to facilitate software engineering skill acquisition through a structured, project-driven curriculum. It combines theoretical instruction with hands-on coding exercises, requiring users to build functional applications to demonstrate mastery of pro

    TypeScriptcareerscertificationcommunity
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    TypeScriptframeworkfrontendjavascript
  • trekhleb/javascript-algorithms

    trekhleb/javascript-algorithms

    195,648GitHubView on GitHub↗

    This project is a comprehensive educational repository that provides functional implementations of fundamental computer science algorithms and data structures. It serves as a structured reference for developers to study computational logic, problem-solving strategies, and the mathematical principles that underpin softw

    JavaScriptalgorithmalgorithmscomputer-science
  • flutter/flutter

    flutter/flutter

    175,261GitHubView on GitHub↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-p

    Dartandroidapp-frameworkcross-platform
  • huggingface/transformers

    huggingface/transformers

    156,730GitHubView on GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering

    Pythonaudiodeep-learningdeepseek
  • Genymobile/scrcpy

    Genymobile/scrcpy

    135,888GitHubView on GitHub↗

    This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It functions by establishing a persistent, multiplexed communication channel over the Android Debug Bridge, allowing for the transmission of raw binary data streams between a host computer and a connected mobile

    Candroidcffmpeg
  • golang/go

    golang/go

    132,649GitHubView on GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external

    Gogogolanglanguage
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives.

    C++androidapp-frameworkcross-platform
  • electron/electron

    electron/electron

    120,164GitHubView on GitHub↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security.

    C++c-plus-pluschromecss
  • ripienaar/free-for-dev

    ripienaar/free-for-dev

    118,073GitHubView on GitHub↗

    This project is a community-maintained directory of technical resources, tools, and services that offer free tiers for developers. It serves as a centralized reference point for discovering infrastructure, software, and educational materials, helping individuals and teams minimize operational costs while building and s

    HTMLawesome-listfree-for-developers
  • nodejs/node

    nodejs/node

    115,848GitHubView on GitHub↗

    This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime inc

    JavaScriptjavascriptjslinux
  • rust-lang/rust

    rust-lang/rust

    110,533GitHubView on GitHub↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces m

    Rustcompilerlanguagerust
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • goldbergyoni/nodebestpractices

    goldbergyoni/nodebestpractices

    105,100GitHubView on GitHub↗

    This project provides a comprehensive collection of industry-standard guidelines for developing, testing, and deploying Node.js applications. It covers the entire software lifecycle, offering actionable advice on code style, architectural patterns, and security measures to ensure maintainability and consistency across

    Dockerfilebest-practiceses6eslint
  • angular/angular

    angular/angular

    99,962GitHubView on GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex

    TypeScriptangularjavascriptpwa
  • mtdvio/every-programmer-should-know

    mtdvio/every-programmer-should-know

    97,839GitHubView on GitHub↗

    This project is a comprehensive, community-curated knowledge base designed to support software engineers in mastering both fundamental computer science principles and practical industry methodologies. It serves as a centralized reference library that aggregates technical resources, academic literature, and professional

    cc-bycollectioncomputer-science
  • ant-design/ant-design

    ant-design/ant-design

    97,624GitHubView on GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and vi

    TypeScriptant-designantddesign-systems
Prev1234Next

Browse tags

  • API and Network Testing4 sub-tagsTools for mocking services, testing network conditions, and verifying API endpoints.
  • Accessibility and Visual Testing4 sub-tagsTools for ensuring visual consistency and compliance with accessibility standards.
  • Auditing Tools1 sub-tagFrameworks designed to verify compliance with technical standards and security best practices.
  • Authentication Testing Utilities1 sub-tagUtilities for simulating and validating authentication flows during the software development lifecycle.
Automation and Interaction Tools3 sub-tagsUtilities for simulating user behavior, UI interactions, and automated test execution.
  • Code Quality and Review3 sub-tagsStatic analysis and automated tools to maintain code standards and quality during development.
  • Compatibility Suites2 sub-tagsToolkits for verifying that software functions correctly across different environments, browsers, or platforms.
  • Debugging and Testing1 sub-tagIntegrated environments and libraries used to identify defects and verify software behavior.
  • Distributed Systems Testing1 sub-tagTools for validating the behavior, consistency, and communication protocols of systems spread across multiple networked nodes.
  • General Testing Utilities7 sub-tagsCommon helper libraries, assertion patterns, and utility functions for testing.
  • Infrastructure Testing Tools1 sub-tagFrameworks and utilities designed to verify the configuration, deployment, and operational state of server and network infrastructure.
  • Model Testing1 sub-tagMethods and tools for evaluating the accuracy, reliability, and performance of machine learning models and their outputs.
  • Performance Testing and Analysis7 sub-tagsTools for benchmarking, profiling, and diagnosing system responsiveness and throughput.
  • Routing Testing1 sub-tagUtilities for verifying that network traffic is correctly directed and handled by routing components and path configurations.
  • Service Testing1 sub-tagTools for validating the functionality and reliability of individual software services, including their asynchronous communication patterns.
  • Software Testing16 sub-tagsComprehensive toolsets for verifying software correctness, managing test lifecycles, and ensuring compliance through automated and manual validation.
  • Test Automation Architecture1 sub-tagStructural patterns and locator strategies used to build robust, maintainable, and scalable automated testing frameworks.
  • Test Configuration2 sub-tagsSettings and parameters that define how test environments are initialized, executed, and timed during automated runs.
  • Test Isolation1 sub-tagMechanisms that ensure test execution environments remain independent to prevent side effects and cross-test interference.
  • Test Metadata1 sub-tagSystems for tagging, categorizing, and documenting test cases to improve reporting and execution management.
  • Testing Best Practices and Methodologies3 sub-tagsGuidelines, patterns, and strategies for effective software quality assurance.
  • Testing Frameworks and Engines4 sub-tagsCore libraries and execution engines used to build and run automated test suites.
  • Testing Infrastructure and Management4 sub-tagsPlatforms and utilities for managing test environments, orchestration, and reporting.
  • Testing Services1 sub-tagExternal platforms and managed services that provide infrastructure for executing tests across various devices and environments.