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

3 repos

Awesome GitHub RepositoriesTesting Methodologies

Structured approaches and conceptual models used to organize, execute, and measure the effectiveness of software testing efforts.

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

  1. Home
  2. Testing & Quality Assurance
  3. Testing Best Practices and Methodologies
  4. Quality Assurance Practices
  5. Testing Methodologies

Awesome Testing Methodologies GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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
  • 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
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium

Explore sub-tags

  • Behavior-Driven TestingTesting patterns that prioritize user-visible outcomes over internal implementation details.
  • Test Categorization StrategiesMethods for tagging and grouping tests to facilitate selective execution.
  • Test Coverage MetricsTools and reports measuring the percentage of source code executed by test suites.
Test Naming Conventions
Standardized patterns for naming test suites and cases to improve readability and intent.