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

3 repos

Awesome GitHub RepositoriesTest Data Management

Utilities for generating, seeding, and maintaining the state of test data and database records.

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

  1. Home
  2. Testing & Quality Assurance
  3. General Testing Utilities
  4. Test Utilities & Assertions
  5. Test Data Management

Awesome Test Data Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • nvm-sh/nvm

    nvm-sh/nvm

    91,751GitHubView on GitHub↗

    This project is a command-line tool designed for managing multiple runtime versions on a local machine. It functions as a shell-based environment manager that enables users to install, switch between, and maintain different versions of a runtime to support project-specific requirements or diverse shell sessions. By dyn

    Shellbashinstalllts
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Bladeframeworklaravelphp
  • rails/rails

    rails/rails

    58,297GitHubView on GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side temp

    Rubyactivejobactiverecordframework

Explore sub-tags

  • Database AssertionsAssertions for verifying database states, including record existence and specific data conditions.
  • Database SeedersUtilities for populating databases with predefined records to prepare environments for testing.
  • Database State ManagementTools for resetting database states between tests to ensure consistent and isolated test environments.
  • Test Data Factories
Utilities for defining and generating predefined sets of data to populate databases for consistent test environments.
  • Test Mock Management ToolsTools for managing and refreshing expected output data to ensure test mocks remain accurate.