awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

adamluzsi/testcase

0
View on GitHub↗
0 stars·0 forks·7 views

Testcase

Features

  • Testing and QA - Intuitive BDD testing framework.
  • Testing and Quality Assurance - Intuitive BDD testing framework.
  • Testing Frameworks - Idiomatic BDD testing framework.

Star history

Star history chart for adamluzsi/testcaseStar history chart for adamluzsi/testcase

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Testcase

Similar open-source projects, ranked by how many features they share with Testcase.
  • data-dog/go-sqlmockDATA-DOG avatar

    DATA-DOG/go-sqlmock

    6,525View on GitHub↗

    go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through the standard database/sql/driver interface, eliminating the need for a real database connection. It provides a comprehensive mocking framework that allows developers to define expectations for SQL operations, including queries, executions, prepared statements, and transaction lifecycles, with precise control over the results and errors returned. The library distinguishes itself through its flexible matching and verification capabilities. It supports regex-based or exact SQL

    Godatabasegogolang
    View on GitHub↗6,525
  • appleboy/gofightA

    appleboy/gofight

    0View on GitHub↗
    View on GitHub↗0
  • bradleyjkemp/cupaloyB

    bradleyjkemp/cupaloy

    0View on GitHub↗
    View on GitHub↗0
  • data-dog/godogD

    DATA-DOG/godog

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Testcase→

Frequently asked questions

What are the main features of adamluzsi/testcase?

The main features of adamluzsi/testcase are: Testing and QA, Testing and Quality Assurance, Testing Frameworks.

What are some open-source alternatives to adamluzsi/testcase?

Open-source alternatives to adamluzsi/testcase include: data-dog/godog. dnaeon/go-vcr — Record and replay your HTTP interactions for fast, deterministic and accurate tests. appleboy/gofight. data-dog/go-sqlmock — go-sqlmock is a Go library that simulates SQL driver behavior for unit testing by intercepting database calls through… bradleyjkemp/cupaloy. dvyukov/go-fuzz — go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of…