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/epatrizio/ctestfmk

Minimalist and naive unit testing framework in C language

c testing unit-testing

Last synced: 13 Jun 2026

https://github.com/gsaslis/fizzbuzz-tdd

A coding kata for an introduction to TDD, using the simple FizzBuzz exercise.

coding-kata software-testing tdd tdd-kata testing testing-practices

Last synced: 03 Apr 2025

https://codeberg.org/desour/test_mapblock_drawcalls

A minetest mod for engine rendering performance benchmarking

benchmark drawcalls mapgen minetest minetest-mod testing

Last synced: 03 Oct 2025

https://github.com/felipemonobe/99h

[Haskell] My solutions to https://wiki.haskell.org/99_questions/

functional-language functional-languages functional-programming haskell haskell-language haskell-learning hspec testing

Last synced: 04 Nov 2025

https://github.com/glitjch/playwright_practice

First time using Playwright and practicing testing

playwright testing

Last synced: 08 Mar 2026

https://github.com/julienrbrt/spamtx

spam txs on cosmos-sdk based chains

cosmos-sdk testing txs

Last synced: 05 Oct 2025

https://github.com/jejung/expecting

Elegant assertions library

python python3 testing testing-tools unit-testing

Last synced: 17 Jan 2026

https://github.com/claudioaltamura/java-mockito

Java Examples with Mockito

gradle java junit mockito testing

Last synced: 02 May 2026

https://github.com/SirBlobman/Votifier-Tester

A Java GUI application that can be used to test the connection to a server using Votifier.

bukkit java minecraft nuvotifier plugin socket spigot testing votifier

Last synced: 10 Mar 2025

https://github.com/raigu/psr16-simple-cache-testdoubles

Test Doubles for PSR-16 simple cache

cache caching psr-16 simple-cache test testing

Last synced: 12 Jan 2026

https://github.com/konstan/test-report-sonar

test-report-sonar is a tool for producing Sonar Generic Execution XML reports from clojure.test test suites.

clojure sonarqube testing tests

Last synced: 03 Jan 2026

https://github.com/sha1n/zsh-scriptest

Utilities for Zsh script testing

testing testing-library testing-tools zsh

Last synced: 15 May 2026

https://github.com/gowtham4545/jtest

Jtest is a unit testing framework built in c. It is used to write test-cases on c programs.

c-language testing testing-framework unit-test white-box-testing

Last synced: 15 Oct 2025

https://github.com/hedzr/assert

a set of assertion helpers for unit/bench testing in golang

assert assertions golang golang-library testing testing-library

Last synced: 22 May 2026

https://github.com/dscottboggs/attest

A small library to make go tests more readable.

assertions conciseness go golang-library readability testing

Last synced: 28 May 2026

https://github.com/fookiejs/test-craft

Random request generator for Fookie JS apps.

testing

Last synced: 28 Mar 2025

https://github.com/philpennock/etc-vagrant

My ~/etc/vagrant directory

openssh testing vagrant

Last synced: 22 May 2026

https://github.com/jstafford5380/provausio.testing.generators

Generate fake data for testing and/or mocking

data fake-data generator testing

Last synced: 14 Jan 2026

https://github.com/ciromirkin/jstesting

Javascript testing.

javascript testing

Last synced: 06 Oct 2025

https://github.com/matiasjastrebow/tp-tadp-metaprogramacion

Trabajo Práctico de Metaprogramación de la materia Técnicas Avanzadas de la Programación (TADP) de la UTN 2024

metaprogramming mocking reflection rspec ruby spies testing unit-testing

Last synced: 02 May 2026

https://github.com/tiagocupertino/desafio-bix-qa

QA automation suite for BIX technical challenge. Cypress tests covering UI and API with GitHub Actions CI/CD and Cypress Cloud reporting.

api api-testing ci-cd cicd cypress docker docker-compose e2e-testing javascript qa qa-automation testing

Last synced: 09 May 2026

https://github.com/97-jeffrey/jest

this project is to practice Jest and test completed algorithems.

jest quality-assurance testing

Last synced: 02 May 2026

https://github.com/urigrif/ruby-test-framework

Desarrollo de un Framework de Testing, realizado como trabajo practico de la materia TADP de la UTN FRBA, con el fin de aprender conceptos de Metaprogramación.

metaprogramming mocking reflection ruby spies testing

Last synced: 25 Dec 2025

https://github.com/thatkalle/terraform-playground

Terraform testing grounds

devcontainer hugo terraformed testing

Last synced: 08 Mar 2026

https://github.com/actionanand/angular-testing-2

This is an example app for angular unit testing

angular angular7 jasmine testing unit-testing

Last synced: 02 May 2026

https://github.com/optiflowic/kumolo

A high-fidelity AWS emulator for local development and testing

aws aws-emulator developer-tools dynamodb golang local-development s3 sts testing

Last synced: 17 Jun 2026

https://github.com/thitic9203/helix

Portable QA skill pack for AI agents: test-case preparation, Playwright ticket testing, defect reporting, and Jira retest workflows. For Claude Code, Cursor, and Codex.

agent-skills ai-agent claude-code codex jira playwright qa-automation software-testing test-management testing

Last synced: 31 May 2026

https://github.com/taishingi/ji

A testing framework for d user

d testing testing-tools

Last synced: 17 Jan 2026

https://github.com/therockstorm/watchtowr

API testing and monitoring with GraphQL

api-testing graphql monitoring testing

Last synced: 02 May 2026

https://github.com/stopsopa/mocha-template

Just example with mocha tests

example mocha sandbox testing

Last synced: 03 May 2026

https://github.com/punit-naik/in-memory-mongo

A Clojure library designed to work with an in-memory version of MongoDB for testing purposes

clojure in-memory mongodb testing

Last synced: 07 May 2026

https://github.com/ctronp/mct

Micro C Test, a single header library for testing.

c c-testing ctest testing

Last synced: 31 Mar 2025

https://github.com/srcarlosalonso/learning-javascript-projects

Basic project ideas to practice and improve JavaScript skills.

javascript testing

Last synced: 07 Oct 2025

https://github.com/douglasdotv/fullstackopen

Repository for the Full Stack Open course offered by the University of Helsinki, covering parts 1 through 7: modern web development with Node.js, React and MongoDB.

express fullstackopen javascript jwt nodejs react react-query redux testing

Last synced: 20 Jan 2026

https://github.com/danitilahun/go_concurrency

Go_Concurrency: A repository showcasing Go's concurrency prowess through practical implementations using WaitGroup, channels, and atomic operations. Explore race condition mitigation and advanced patterns for effective concurrent programming.

atomic channels concurrency go race-conditions testing waitgroup

Last synced: 03 Nov 2025

https://github.com/roles-ansible/ansible_collection_test

This Collection is for testing purposes only. It's goal is primarly to test some integration to ansible galaxy.

ansible hacktoberfest testing

Last synced: 16 May 2026

https://github.com/bfulop/chai-css-browser

Helpers to assert CSS values returned by a web browser

chai testing

Last synced: 05 Mar 2026

https://github.com/jhnvlglmlbrt/mailslurp-emailapi

💫 Использованиe библиотеки MailSlurp для работы с электронной почтой. Создает виртуальные почтовые ящики c использованием API.

api automation console-application email-inbox golang mailslurp testing

Last synced: 07 Oct 2025

https://github.com/adequatica/postman-collections

Postman collections for testing purposes

postman testing

Last synced: 26 Jan 2026

https://github.com/survivorbat/go-watermill-test-logger

Logger for testing with watermill.

event go test testing unit watermill

Last synced: 15 Oct 2025

https://github.com/nerkarso/cypress-testing-example

Example to test with Cypress

cypress testing

Last synced: 24 Mar 2025

https://github.com/devmboo/app-companies

Knowledge project with codeignite4, with creation of a rest api, with JWT token validation.

codeigniter4 jwt-authentication testing

Last synced: 18 May 2026

https://github.com/srsouzaj/github-profile-search

Aplicação React para buscar perfis e repositórios públicos do GitHub com interface moderna e responsiva.

react react-query reactjs tailwind testing vite vitest

Last synced: 08 Apr 2026

https://github.com/hossara/go_tcp_server_client

A practical project to learn how a TCP server and client works in GoLang

cuncurrency go golang tcp tcp-client tcp-server testing

Last synced: 01 Apr 2025

https://github.com/circleci-gwp/electron-test-app

"Automated testing with continuous integration for Electron applications" by @coderonfleek

ci-cd cicd circleci electron not-linked-in-tutorial testing

Last synced: 16 Jan 2026

https://github.com/cardboardrobots/assert

Test helpers for Go

go library testing

Last synced: 03 Jul 2025

https://github.com/2iq/aws-sdk-nock-responses

Collection of nock responses for aws-sdk.

aws aws-sdk aws-sdk-javascript nock-responses nodejs testing

Last synced: 16 Jan 2026

https://github.com/andrecaiado/spring-boot-tests-cicd

Spring Boot application with tests and CI/CD workflow

aws aws-ec2 cicd docker jacoco postgresql spring-boot testing workflow

Last synced: 08 Apr 2026

https://github.com/emmanuel-sunmbola/curlpost

A side project to test my API

curl php rest-api testing

Last synced: 08 Feb 2026

https://github.com/echo2echo/perl-cgi-test

Perl cgi-bin test script for system perl and perlbrew perls. Renders perl version, execution time and file last modified date and time

cg-bin cgi perl perlbrew testing

Last synced: 03 Nov 2025

https://github.com/personalnerd/teste-e2e

Artigos que escrevi para treinamento e conscientização de testes automatizados

e2e playwright testing

Last synced: 03 Jul 2026

https://github.com/rxlabz/ngdart-component-testbed

example of angular dart component test with https://github.com/dart-lang/angular_test

angular dart testing

Last synced: 22 May 2026

https://github.com/jaid/test

A sandbox repository for experimenting.

debug test testing

Last synced: 14 May 2025

https://github.com/moizu991/fullstack-starter-go-fiber

🚀 Build a minimal CRUD web app with Go, Fiber, and PostgreSQL, using Docker and GitHub Actions for a smooth, repeatable development process.

docker docker-compose fiber full-stack go jwt migrations openapi postgresql rest-api testing

Last synced: 12 Apr 2026

https://github.com/nchgroup/collection-scanner

Postman collection scanner for busyman

api http newman postman security testing web

Last synced: 07 Apr 2026

https://github.com/windperson/orleansunittestdemo

Demo how to write test project for testing Orleans Grains

dotnet5 orleans-example testing

Last synced: 22 Mar 2025

https://github.com/andreevnikita/threads-concurrency-tester

The project that helps to test multithread code parts that may cause race conditions

c-sharp multithreading testing

Last synced: 13 Mar 2025

https://github.com/zuehlke/thm-todo

Demo-App für den Vortrag "Android-Testing" am 28.08.2018 an der Technischen Hochschule Mittelhessen.

android testing

Last synced: 30 Apr 2026

https://github.com/crepopcorn/sta_check_temporary

This project is the script for STA report violated path checks temporarily (not final version due to confidentiality).

bash bash-script c checking linux perl python shell static-timing-analysis testing

Last synced: 12 Apr 2026

https://github.com/bernardo-mg/java-architecture-tests

Architecture tests for Java projects

testing

Last synced: 16 Mar 2025

https://github.com/at1as/rspec_jit

Run RSpec tests with ruby's JIT compiler enabled

jit just-in-time rspec ruby spec test test-framework testing

Last synced: 02 Feb 2026

https://github.com/yuliaraitsyna/custom-components-lib

Library of custom components that use design from MaterialUI Library. Testable via Storybook.

storybook testing ui-components ui-library

Last synced: 17 Feb 2026

https://github.com/ze-test-organization/tf-acc-test-topic-qnvu0

Terraform acceptance tests qnvu0

terraform testing

Last synced: 04 Sep 2025

https://github.com/friskenstein/learn-go-with-tests

Working through the exercises of Learn Go with tests by Chris James

go golang tdd test-driven-development testing

Last synced: 01 Apr 2025

https://github.com/fongandrew/mynock

Wrap ES6 function exports for easier mocking

es6 es6-modules javascript stubbing testing

Last synced: 25 Feb 2025

https://github.com/thehashton/cypress-playground

A Cypress playground in React to showcase E2E testing

cypress end-to-end-testing javascript react testing testing-tools typescript

Last synced: 08 Apr 2026

https://github.com/dusanjovanov/react-use-test

⚗️ Hook for testing React component state and functions

hook react testing

Last synced: 22 Mar 2025

https://github.com/gricob/functional-test-bundle

Simplify your Symfony functional tests

symfony symfony-bundle testing

Last synced: 21 May 2026

https://github.com/followtheprocess/snapshot

Simple, intuitive snapshot testing with Go 📸

go snapshot-testing testing

Last synced: 12 Apr 2026

https://github.com/jcmfernandes/go-ginkgo.el

Run Ginkgo specs straight from a Go buffer in Emacs.

elisp emacs ginkgo golang testing

Last synced: 05 Jul 2026

https://github.com/gealex/doublit

Double and test PHP classes easily in PhpUnit

mock mocking php phpunit test test-doubles testing testing-tools unit-test unit-testing

Last synced: 21 May 2026

https://github.com/irsdora/cypress-bdd-page-objects-template

📋Projeto de automação Web com Cypress + JavaScript. Implementação de arquitetura Page Object Model (POM) e BDD para validação de fluxos críticos de negócio.

bdd cucumber cypress e2e-tests javascript page-object quality-assurance testing

Last synced: 20 Jan 2026

https://github.com/lambdatest/pytest-browser-options

How to set browser specific options in Pytest.

lambdatest pytest testing

Last synced: 06 Jan 2026

https://github.com/nawodyaishan/hardhat-testing-intro

This repository is a demonstration of using Hardhat for smart contract development, testing, and deployment. It uses Yarn as the package manager and includes a SimpleStorage contract as an example.

blockchain chai ethereum ethers hardhat solidity testing typescript

Last synced: 06 Jan 2026

https://github.com/hid-gs/docker-sentry

docker image for sentry instance

docker testing

Last synced: 12 Apr 2026

https://github.com/thegreatbonnie/puppeteer-web-automation-javascript

Example code of end to end web automation testing using Puppeteer JavaScript

puppeteer test-automation testing testing-tools web-automation-testing

Last synced: 16 May 2026

https://github.com/agustinsrg/eth-test-node

Development ethereum node for testing

blockchain docker docker-compose ethereum geth testing

Last synced: 22 Jul 2025

https://github.com/asmaakamel21/demo-testng

Selenium project Using Java, Maven, TestNG

java maven selenium selenium-webdriver testing

Last synced: 28 Apr 2026

https://github.com/pavlovic-bojan/cypress-js-srbijavoz

This repository is the result of my independent project to train certain things in QA Automation UI.

cypress javascript qa-automation qa-automation-test qa-automation-tests test test-automation testing tests

Last synced: 07 Feb 2026

https://github.com/redpelicans/farso

express middleware library to mock http server

express-middleware expressjs http mocking testing

Last synced: 03 Feb 2026

https://github.com/onatolich/saga-guide

Easy to use, framework agnostic saga testing utility.

redux-saga test testing testing-tool unit-testing

Last synced: 07 Apr 2025

https://github.com/rafaeljvicente/simpleblackboxctestcpp

Simple test for Black Box testing the main() function with 1 input and 1 output file passed through standard io

blackbox cmake cpp ctest function main script simple test testing

Last synced: 11 Jun 2025

https://github.com/dean177/props-interceptor

A tiny higher-order-component to intercept the props passed to a component. Useful for testing.

higher-order-component interceptor props react testing

Last synced: 20 May 2026

https://github.com/shanksxz/writeup

A full-stack blogging application built with the MERN stack. This project allows users to create, read, update, and delete blog posts with image uploads supported by Cloudinary

college-project express mern-stack mongodb mongoose react shadcn-ui tanstack-query testing typescript under-development

Last synced: 12 Apr 2026