An open API service indexing awesome lists of open source software.

Testing

Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification to make sure it works. Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation. Testing can be iterative, and happen multiple times.

https://github.com/nock/welcome

👋 The Nock organization welcome repo

docs mocking nock node testing tests

Last synced: 11 Apr 2025

https://github.com/springtainer/springtainer-mockserver

Mockserver as docker-container for springboot testing

mockserver spring spring-boot testcontainers testing

Last synced: 13 Apr 2025

https://github.com/kamiladd-byte/cesarcode

You can decode and encode words with cesar code and polybius chessboard in java. Implementation encode and decode method. REST endpoint to decode and encode words.

arrays cesar-cypher cipher-algorithms hql java polybius-cypher rest spring-boot testing

Last synced: 03 Mar 2025

https://github.com/scalaprops/scalaprops-cross-example

Cross-platform(JVM, JS, Native) example project of scalaprops

property-based-testing scala scala-js scala-native scalaprops testing

Last synced: 30 Dec 2025

https://github.com/giis-uniovi/tdrules

Test Data Coverage Evaluation components: Full Predicate Coverage Rules (FPC) and SQL Mutants to assess the coverage of the test data

api-testing coverage database fpc mcdc mutants openapi sql testing

Last synced: 11 Apr 2025

https://github.com/payara/ecosystem-arquillian-connectors

Repository for Payara Arquillian connectors

arquillian payara payara-micro payara-server testing

Last synced: 11 Apr 2025

https://github.com/leighmcculloch/go-testparallel

Go package that provides a function for making all tests in a suite run in Parallel without adding t.Parallel() to every test.

go golang testing

Last synced: 06 May 2025

https://github.com/trustmaster/noflo-tester

Tester wraps a NoFlo component/graph and provides a testing interface

noflo testing

Last synced: 13 Apr 2025

https://github.com/adequatica/ui-testing

Testing UI with TypeScript and Playwright

playwright testing

Last synced: 23 Jun 2025

https://github.com/limbario/android-emulator-fleet

Get as many GPU-accelerated Android Emulators as you need for testing!

android appium ci-cd maestro mobile testing ui-testing

Last synced: 17 Mar 2025

https://github.com/tsmx/jest-process-exit

Testing process.exit with Jest in NodeJS

exit jest nodejs process testing

Last synced: 17 Mar 2026

https://github.com/abdessamadbettal/tasks

simple web application that allows users to create and manage a list of tasks using laravel , vue , tailwind , JWT and mongoDB folowing best practices and coding standards.

best-practices ci-cd jwt laravel mangodb php tailwind tailwindcss testing tutorial vue

Last synced: 09 Oct 2025

https://github.com/rhcarvalho/pytest-subprocess-example

How to test interactive command line programs

pytest python subprocess testing

Last synced: 05 Oct 2025

https://github.com/krisleech/wisper-testing

Helpers for testing Wisper publisher/subscribers.

testing wisper

Last synced: 17 Apr 2025

https://github.com/rogervinas/mutation-testing

🧟‍♂️ Mutation Testing with Pitest and Kotlin

kotlin mutation-testing pitest testing

Last synced: 16 Apr 2025

https://github.com/ceviixx/umami-api-docs

API docs and automated tests for Umami Analytics. Powers the GitHub Pages site with up-to-date documentation and response checks.

analytics api api-documentation api-testing automation category-docs developer-tools github-pages monitoring openapi redocly rest-api swagger testing umami

Last synced: 26 Jan 2026

https://github.com/uetchy/logue

🌝 Keep your interactive command-line apps testable.

cli interactive testing

Last synced: 19 Apr 2025

https://github.com/river2202/monorailswift

A troubleshooting/testing tool to log, record and replay network interactions for iOS project.

integration-testing ios mocking-framework network-monitoring swift testing

Last synced: 03 Jul 2025

https://github.com/vicajilau/learning_tests_flutter_app

Project for learning tests in Flutter.

dart flutter test-automation testing

Last synced: 23 Aug 2025

https://github.com/assertwell/phpunit-global-state

Tools for testing applications that depend on global state with PHPUnit

hacktoberfest phpunit runkit testing

Last synced: 06 Aug 2025

https://github.com/cleilsonandrade/gestao-vagas-api

Gestão Vagas API é uma API Rest, que foi desenvolvida com de gerenciamento para cadastramento de empresa e suas vagas de emprego e candidatos para o preenchimento das mesmas. Com possibilidades de cadastramento de vagas, aplicação do candidato e filtro de busca pelo mesmo, exibição do currículo do candidato e listagem de informações das vagas.

api backend docker docker-compose hr human-re human-resources java job-vacancy jpa junit jwt lombok maven spring spring-boot spring-security sql testing

Last synced: 22 Sep 2025

https://github.com/ebazhanov/cosmwasm-blockchain-smart-contract-example

Simple blockchain smart contracts example based on "CosmWasm" (academy.cosmwasm.com)

blockchain cosmwasm examples rust smart-contracts testing

Last synced: 11 Apr 2025

https://github.com/yegor256/jping

JUnit5 execution condition that makes sure a connection to a public Internet exists

junit junit5 junit5-extension junit5-tests testing unit-testing unit-testing-framework

Last synced: 27 Mar 2025

https://github.com/ing-bank/gormtestutil

Utilities for writing unit-tests with Gorm

gorm sqlite test testing unit

Last synced: 03 Sep 2025

https://github.com/newmo-oss/testid

testid provides utilities of test id for unit testing of Go

golang testing

Last synced: 15 Mar 2025

https://github.com/frodsan/mat

Print mail to stdout

go golang mail testing

Last synced: 06 Apr 2025

https://github.com/pomponchik/flask_fixture

Start and stop the flask server for your tests

fixtures flask pytest pytest-plugin server testing

Last synced: 06 Jul 2025

https://github.com/idrinth-api-bench/examples

These are example projects for the idrinth-api-bench framework

api api-testing benchmarking example examples load-testing node nodejs rest testing

Last synced: 13 Aug 2025

https://github.com/edeandrea/tdd-easier-than-you-think

Demo app for "How about some tests with your applications?" talk

java quarkus testing

Last synced: 24 Oct 2025

https://github.com/rentziass/eventually

Keep retrying a bit of Go test code that you know _should_ pass, eventually, idiomatically.

go golang testing

Last synced: 13 Mar 2025

https://github.com/ssbostan/telescope

Export kubernetes Pod info

debug k8s kubernetes testing

Last synced: 13 Feb 2026

https://github.com/gastonchenet/readmetrics

📜 ReadMetrics is a github metrics generator for your profile README.md

bun readme readme-profile svg testing typescript

Last synced: 15 Apr 2025

https://github.com/mukhammadrizooff/create-unit-test---testing-practice

In this Repository, I write a few practical tests for JavaScript functions using the Jest library. I make sure, I follow the AAA pattern to make your tests easier for other developers to read and understand. I also try to use the TDD approach in practice.

javascript testing

Last synced: 22 Apr 2025

https://github.com/int128/parallel-test-action

Parallel testing in GitHub Actions

github-actions parallel-testing testing

Last synced: 22 May 2026

https://github.com/crs4/life_monitor

Workflow Sustainability Service

monitoring sustainable-software testing workflow

Last synced: 21 Jan 2026

https://github.com/double-o-seven/stubr

A library for stubbing/faking data objects in unit tests for example

java kotlin stubbing stubs testing testing-tools unit-test

Last synced: 26 Oct 2025

https://github.com/akrem-chabchoub/api-testing-scripts

A collection of reusable pre-request and post-request scripts for API testing tools like Postman. Automate workflows with dynamic data generation, authentication handling, and response validation to streamline your testing process.

api postman scripts testing

Last synced: 23 Feb 2026

https://github.com/eliasnogueira/example-test-data-builder

How to implement and use Test Data Builder

data testautomation testing

Last synced: 03 Oct 2025

https://github.com/luttik/pytest-locker

The fastest way to check for unexpected changes between test runs.

pytest pytest-fixtures python testing

Last synced: 27 Jul 2025

https://github.com/easyops-cn/mongo-driver-helper

Interfaces for mongo-go-driver's structures

mongodb testing

Last synced: 22 Jul 2025

https://github.com/robiningelbrecht/continuous-integration-example

This repository aims to build a fairly complete CI/CD example using GitHub workflows and actions.

ci-cd test-automation testing

Last synced: 15 Apr 2025

https://github.com/remcohaszing/playwright-monaco

Test Monaco editor integrations using Playwright

monaco monaco-editor playwright testing

Last synced: 27 Feb 2026

https://github.com/w3tecch/test-cafe-e2e

The repository serves as a boilerplate for end 2 end testing

boilerplate e2e skeleton testcafe testing testing-tools

Last synced: 09 Apr 2025

https://github.com/sovereigncloudstack/scs-health-monitor

The new health monitor for IaaS and KaaS to test real-life scenarios

kubernetes openstack python testing

Last synced: 19 Oct 2025

https://github.com/axibase/atsd-api-test

Tests for ATSD api

atsd axibase testing

Last synced: 23 Mar 2025

https://github.com/blumilksoftware/blt

Behat+Laravel toolbox. Still in progress.

behat hacktoberfest laravel laravel-package testing

Last synced: 26 Jan 2026

https://github.com/ernsthaagsman/car-behave

An example to show how BDD works

bdd behave python testing

Last synced: 14 Jul 2025

https://github.com/jimmylv/dojo-scaffold-js

A JavaScript/TypeScript scaffold for coding dojos. via https://github.com/gigix/dojo-scaffold online demo:

create-react-app dojo refactoring tdd testing

Last synced: 28 Oct 2025

https://github.com/juanje/mortero

Place for testing LWRP for Chef

chef cucumber lwrp ruby testing

Last synced: 16 Jan 2026

https://github.com/aivascu/autofixture.community.automapper

The AutoFixture integration library for AutoMapper

autofixture automapper mstest nunit test testing unit-test unit-testing xunit

Last synced: 08 Mar 2026

https://github.com/rmattos/pinata

Piñata is a simple and lightweight .NET library for managing database state during integration testing

c-sharp data-schema database dotnet integration-testing json-data mongodb mysql testing

Last synced: 17 Aug 2025

https://github.com/nebula-contrib/testcontainers-nebula

Testcontainers for NebulaGraph, support Java 8+, Scala 3, Scala 2.13 and Scala 2.12

docker test-automation testcontainers testing

Last synced: 13 Oct 2025

https://github.com/centril/proptest-quickcheck-interop

Provides an interoperability layer for reuse of quickcheck::Arbitrary impls in proptest

property-based-testing proptest quickcheck rust testing

Last synced: 14 Apr 2025

https://github.com/int128/kubectl-tree-e2e-test

E2E test of kubectl-tree to show how to test with Kind on GitHub Actions

kubernetes testing

Last synced: 05 Aug 2025

https://github.com/tschortsch/cypress-wp-test-utils

Cypress E2E test utils for WordPress

commands cypress e2e gutenberg testing utils wordpress

Last synced: 15 Aug 2025

https://github.com/prantlf/tehanu

Blazingly fast, tiny and simple JavaScript test framework with pluggable reporters and an optional runner.

test test-framework test-harness test-runner testing testing-framework unit-testing

Last synced: 21 Jun 2025

https://github.com/unional/jest-watch-random

jest watch plugin to randomly run some of the test suites

jest jest-watch-plugin testing tooling tools

Last synced: 15 Mar 2025

https://github.com/praveen1664/docker-scripts

This is docker script repositories to initiate automated testing from docker container for selenium testing. It contains rabbit mq, ngnix in docker containers

docker java nginx python3 selenium selenium-python testing

Last synced: 11 Apr 2026

https://github.com/ternacode/ternacode-persistence

Abstractions and an EntityFramework Core implementation for repository and unit of work patterns.

entity-framework-core repository-pattern testing unitofwork-pattern

Last synced: 14 Jan 2026

https://github.com/engineeringsoftware/rtscheck

RTSCheck: A framework for testing regression test selection tools

regression selection testing

Last synced: 22 Aug 2025

https://github.com/kerolesnabiel/SocialMediaAPI

A RESTful API for a social media platform built using ASP.NET Web API. This project follows the Clean Architecture principles and provides features like user authentication, post management, comments, likes, and more.

asp-net-core-web-api clean-architecture cqrs csharp dependency-injection entity-framework-core identity integration-testing restful-api solid sql-server tdd testing unit-testing

Last synced: 30 Oct 2025

https://github.com/barelyhuman/uvu-inline-snapshot

Minimal Inline Snapshot utility for uvu/assert http://github.com/lukeed/uvu

inline snapshot snapshot-testing testing uvu

Last synced: 15 Apr 2025

https://github.com/bitsofinfo/mock-rate-limiting-endpoint

Mock endpoint to mimics a rate limiting service that returns customizable status code and retry header; i.e. 429 Retry-After

apis mock rate-limiting testing

Last synced: 07 Oct 2025

https://github.com/andrewjo/mocha-slonik

Slonik transaction support for Mocha test framework ☕️🐘

mocha mocha-plugin mochajs mock postgres postgresql slonik testing transaction

Last synced: 25 Oct 2025

https://github.com/jbzoo/phpunit

Toolbox based on the PHPUnit Framework

jbzoo phpunit test test-framework testing toolbox

Last synced: 12 Apr 2025

https://github.com/mailslurp/mailslurp-client-java

Official MailSlurp email client for Java (Kotlin,Scala,Clojure+)

email java smtp testing

Last synced: 06 Mar 2026

https://github.com/dasydong/jmeter-dockerfiles

Setting up JMeter Distributed Load Testing Environment under Docker/K8s Yaml,性能压测docker

docker jmeter k8s kubernetes performance-testing testing yaml

Last synced: 06 Jul 2025

https://github.com/4nth0/golem

From a single config file Golem start a mock server

api api-server mock qa qatools rest-api testing

Last synced: 08 Feb 2026

https://github.com/sigpwned/jacoco-badge-maven-plugin

A simple maven plugin to generate JaCoCo build badges

build-tool jacoco java maven maven-plugin testing

Last synced: 10 Apr 2025

https://github.com/dos-j/sham-it

Create a Sham (Mocked HTTP server) and mock out endpoints in JS

flexibility mock mock-server mocking node sham sham-it sham-server stub-service test testing

Last synced: 23 Oct 2025

https://github.com/azukds/test-aide

Package to help with unit testing for data science projects.

data-science mocking pytest testing unit-testing

Last synced: 21 Jan 2026

https://github.com/h2xd/exposition

Structure to explain the who, what and where of the API mocking process

dx mocks testing typescript vuejs

Last synced: 24 Apr 2025

https://github.com/odaridavid/jok3r-bdd-devfest19

A sample application showcasing BDD on Android

android bdd-tests cucumber testing

Last synced: 07 May 2026

https://github.com/miroslav-reiter/penetration_testing_sql

🐱‍💻 Penetration Testing SQL - Materiály, zdrojové kódy, testovacie sady a prípady, zdroje a návody ku kurzom: Penetračné Testovanie, Testovanie softvéru a SQL kurzy

cracking hack mysql penetration-test penetration-testing penetration-testing-tools reiter sql testing testing-practices testing-tools

Last synced: 29 Jun 2026

https://github.com/christimperley/roschaos

Smash your beloved robots to pieces, one component at a time

robotics ros testing

Last synced: 08 May 2026

https://github.com/mrblueblue/chowchow

🐶 example of using hound / elixir with browserstack

automation browserstack elixir hound selenium testing

Last synced: 27 Apr 2026

https://github.com/1and1/jsoup-hamcrest

JSoup Hamcrest Matchers brings the power of css matchers to your tests.

acceptance-testing css-selector hamcrest-matchers integration-testing jsoup junit4 junit5 spock-framework testing unit-testing

Last synced: 24 Jun 2026