awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesData-Driven Testing

Executing test suites using external data files to provide variable inputs.

Distinguishing note: Focuses on data-driven iteration, distinct from simple script execution.

Explore 6 awesome GitHub repositories matching development tools & productivity · Data-Driven Testing. Refine with filters or upvote what's useful.

Awesome Data-Driven Testing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • usebruno/brunousebruno का अवतार

    usebruno/bruno

    44,931GitHub पर देखें↗

    Bruno is a local-first API client designed for building, testing, and managing network requests across a wide range of protocols. By storing all collections and configurations as plain-text files directly on the local filesystem, it enables native version control and offline access, ensuring that project data remains under user control without requiring cloud synchronization. The platform distinguishes itself through a declarative approach to API management, utilizing a domain-specific language to define request parameters and metadata. This architecture supports a robust testing environment

    Executes collections multiple times using CSV or JSON files to provide unique variables for each iteration.

    JavaScriptapi-clientapi-testingautomation
    GitHub पर देखें↗44,931
  • quii/learn-go-with-testsquii का अवतार

    quii/learn-go-with-tests

    23,510GitHub पर देखें↗

    This project is an educational platform and tutorial series designed to teach the Go programming language through the practice of test-driven development. It provides a structured path for developers to master language fundamentals, concurrency, and standard library usage by building functional applications in small, verifiable increments. The core methodology centers on the test-driven development cycle, where failing tests are written before implementation to define requirements and ensure code correctness. This approach is applied across a wide range of practical scenarios, including the c

    Teaches the use of table-driven tests to validate multiple scenarios efficiently within a single test structure.

    Gogogolangtdd
    GitHub पर देखें↗23,510
  • promptfoo/promptfoopromptfoo का अवतार

    promptfoo/promptfoo

    10,529GitHub पर देखें↗

    Promptfoo is an evaluation framework designed for testing, benchmarking, and red-teaming language models and agentic workflows. It provides a unified environment to run prompts against multiple providers, allowing developers to systematically validate model outputs against objective assertions, semantic similarity metrics, and custom grading rubrics. The platform distinguishes itself through a provider-agnostic execution layer and a stateful orchestrator capable of simulating multi-turn conversations and complex tool-use trajectories. It includes a dedicated adversarial mutation pipeline that

    Imports and exports test cases and evaluation results using external spreadsheet or document management systems for collaborative data handling.

    TypeScriptcici-cdcicd
    GitHub पर देखें↗10,529
  • shekhargulati/52-technologies-in-2016shekhargulati का अवतार

    shekhargulati/52-technologies-in-2016

    7,311GitHub पर देखें↗

    This project serves as a comprehensive educational repository and technical reference collection, documenting a wide range of software engineering practices and modern development technologies. It provides a structured learning path for developers, curating tutorials and practical examples that cover the full lifecycle of application development, from initial project scaffolding to deployment and maintenance. The repository distinguishes itself by offering deep technical insights into complex architectural patterns, including actor-based concurrency models for managing parallel tasks and cont

    Provides data-driven testing capabilities by executing test logic against structured input and output tables.

    JavaScriptawesomeawesome-listblog
    GitHub पर देखें↗7,311
  • postmanlabs/newmanpostmanlabs का अवतार

    postmanlabs/newman

    7,192GitHub पर देखें↗

    Newman is a headless API client and command line tool for executing Postman collections. It serves as an API test automation tool and execution engine that allows users to run predefined sets of API requests without a graphical interface. The project differentiates itself as a data-driven testing engine, capable of iterating through request sequences using external JSON or CSV files to validate multiple sets of input values. It also functions as an API execution reporter, utilizing a plugin-based interface to output results in formats such as JSON and JUnit. The tool covers broad capability

    Provides a data-driven testing engine that iterates through API requests using external JSON or CSV files.

    JavaScriptapi-testapi-testingci
    GitHub पर देखें↗7,192
  • gfx-rs/gfxgfx-rs का अवतार

    gfx-rs/gfx

    5,398GitHub पर देखें↗

    gfx is a hardware-agnostic graphics API abstraction that translates a unified set of graphics and compute commands into native instructions for multiple GPU drivers. It provides a common interface for cross-platform rendering and general-purpose GPU compute programming. The project features an intermediate-representation shader translation system that converts source code and SPIR-V into target-specific languages. It employs a data-driven reference test framework to verify that graphics output remains consistent across different hardware platforms. Capabilities include parallel command buffe

    Employs a data-driven reference test framework to verify that graphics output remains consistent across different hardware platforms.

    Rustdx11dx12gfx
    GitHub पर देखें↗5,398
  1. Home
  2. Development Tools & Productivity
  3. Data-Driven Testing

सब-टैग एक्सप्लोर करें

  • Backend Consistency VerificationUsing data-driven reference tests to ensure graphics output remains identical across different hardware backends. **Distinct from Data-Driven Testing:** Distinct from generic Data-Driven Testing: focuses on verifying visual output consistency across different GPU hardware implementations.