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/trentmwillis/unified-testing-example

An example of a "unified testing stack" for unit, integration, and end-to-end tests

javascript testing unified-testing

Last synced: 28 Mar 2025

https://github.com/followtheprocess/snapshot

Simple, intuitive snapshot testing with Go 📸

go snapshot-testing testing

Last synced: 12 Apr 2026

https://github.com/andreaskarz/funkybdd.sxs.selenium.webelement

Extensions for the Selenium IWebElement. Integrates properties and methods that are always needed. Supports the POM and APOM principles.

apom automated-testing bdd bdd-framework extension extension-methods iwebdriver iwebelement pom selenium selenium-csharp selenium-webdriver sxs testing testing-framework

Last synced: 17 May 2026

https://github.com/arez/arez-testng

Arez utilities for writing TestNG tests

arez arez-testng java testing

Last synced: 14 Jan 2026

https://github.com/merrcurys/homework-tests

This repository contains practical work on the subject in the 2-3 years of the college - Testing.

homework testing

Last synced: 12 Jun 2025

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/kazuma512/clean-code-javascript

Clean-code-javascript is a Github repository that provides guidelines for writing clean and maintainable JavaScript code. It includes best practices and examples for naming conventions, functions, comments, formatting, and more.

best-practices clean-code docs javascript kazuma512 testing

Last synced: 21 Jun 2025

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/goku007007/dbt-duckdb-incremental-starter

Tiny dbt + DuckDB project: seeds → staged model with tests → incremental fact table that only loads new rows. Clone-and-run.

analytics-engineering data-engineering dbt duckdb incremental-models seeds sql testing

Last synced: 02 Sep 2025

https://github.com/npo-poms/functional-tests

Integration/ui tests for the NPO POMS universe

npo npo-backend-api npo-frontend-api poms testing

Last synced: 20 Jan 2026

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/joelmaregina/testes-backend-senai

Stores codes of Unit Tests developed during the FullStack Course (Senai) - Codes developed with C# (.NET)

csharp mstest testing xunit xunit-tests

Last synced: 06 Mar 2025

https://github.com/andresweitzel/grpc_ip_geolocation_api_integration_nodejs

gRPC protobuf api for the integration of IPWHOIS.IO services implemented with Nodejs, Expressjs, Jest, Testing, others.

expressjs grpc ip-location-api ip-whois jest morgan nodejs nodemon protobuf protocol-buffers tdd testing unit-testing

Last synced: 11 Apr 2026

https://github.com/dtopuzov/pragmatic-mobile-testing

Resources for Mobile Testing course at Pragmatic.

appium java mobile pragmatic testing

Last synced: 16 Mar 2025

https://github.com/bright-room/skill-test-sandbox

Sandbox repository for testing dev-workflow skills (implement-plan, fix-review, review, etc.).

claude-code sandbox testing

Last synced: 11 Apr 2026

https://github.com/zarinfam/mockmvc-assertj

AssertJ Support for MockMvc in Spring Boot 3.4 - How AssertJ Integration for MockMvc in Spring Boot 3.4 improve test readability

asserj java spring spring-boot spring-mvc testing

Last synced: 12 Apr 2026

https://github.com/yousifj129/relearningprogramming

I didn't code in a while, so I am gonna relearn what I forgot with simple programs and testing

cpp csharp java javascript learning learning-by-doing programming-languages python testing

Last synced: 11 Apr 2026

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/bobbyg603/ng-testing-tips-first-value-from

Angular Testing Tips: FirstValueFrom companion repo

angular observables promises rxjs testing typescript

Last synced: 17 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

https://github.com/erencanpelin/google-chrome-extension-test

A test google chrome extension which gets the H1 and P html content on a page, and queries the text with the NewsAPI to retrieve news articles containing the selected text.

chrome-extension google testing

Last synced: 17 May 2026

https://github.com/radicalzephyr/boot-speclj

Run Speclj tests from Boot.

clojure speclj testing

Last synced: 27 Nov 2025

https://github.com/sreddy-96/top-battleship

The Odin Project - Battleship

babel css html javascript jest-tests tdd testing webpack

Last synced: 06 Jan 2026

https://github.com/primeeagle/vnet.testing

Class library for helper functions for testing.

class-library dotnet dotnet-core dotnet-library testing

Last synced: 15 May 2026

https://github.com/shubhamd99/react-jest-basic-start

React Jest Testing Basic Start Example

basic jest react react-testing-library testing

Last synced: 08 May 2026

https://github.com/melihcanndemir/simple_ci_sample

A beginner-friendly CI/CD example showcasing automated testing and deployment using GitHub Actions, Jest, and Docker containerization

automation ci-cd continuous-deployment continuous-integration devops docker github-actions jest-testing nodejs testing

Last synced: 24 Jun 2025

https://github.com/avto-dev/bypass-finals

[ABANDONED] Removes final keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.

file-mutator mocking phpunit testing

Last synced: 14 Jan 2026

https://github.com/nilshartmann/e2e-testing-playground

Playground for end-to-end testing frameworks and tools

browser-testing end-to-end-testing javascript react testcafe testing

Last synced: 16 May 2026

https://github.com/minitauros/go-concurrency-training

Exercises for practicing concurrency and testing in Go.

concurrency go golang testing training tutorial

Last synced: 11 Mar 2026

https://github.com/sonatype-nexus-community/nxfw-policy-tester

A simple test suite that can be used to ensure Repository Firewall policies are working as expected

policy-validation sonatype-firewall sonatype-platform testing

Last synced: 18 Jan 2026

https://github.com/ly16302/mask

mask generation library for wyvern

f2py fortran mpi4py numpy openmp testing

Last synced: 21 Mar 2025

https://github.com/fgrosse/gomega-matchers

Custom gomega matchers

bdd go gomega testing

Last synced: 18 Jan 2026

https://github.com/solrac97gr/go-test-tables

Example of Test Tables for new blog Article. 🧪

go golang testing tests

Last synced: 12 Jul 2025

https://github.com/xray-app/tutorials-java-gradle

Tutorials showcasing the integration between Gradle and Xray Test Management

grade jira test-automation testing xray

Last synced: 04 Sep 2025

https://github.com/stefanoamorelli/ember-cli-mcp

🔥 MCP (Model Context Protocol) server for Ember.js CLI - AI-powered assistance for Ember development with Claude, ChatGPT, and other LLMs

ai ai-assistant anthropic automation claude developer-tools ember ember-addon ember-cli emberjs frontend javascript llm mcp model-context-protocol npm productivity testing tooling typescript

Last synced: 20 Jan 2026

https://github.com/spt-development/spt-development-test

A collection of utility classes useful for unit and integration testing.

apache-http email greenmail http integration-testing jms junit-extension logback testing unit-testing

Last synced: 23 Apr 2025

https://github.com/mineo/tox2travis

Convert tox.ini to .travis.yml or GitHub actions YAML files

actions github-actions github-actions-python python testing tox travis

Last synced: 17 May 2026

https://github.com/iiroki/samples-testcontainers

Testcontainers samples with various languages.

docker dotnet nodejs testcontainers testing typescript

Last synced: 11 Apr 2026

https://github.com/course-one/react-unit-testing

A sample unit testing setup for React using GitHub actions.

github-actions react testing unit-testing

Last synced: 12 Apr 2026

https://github.com/ezequielarevaloo/testing-labs

Aprender y mejorar en testing.

jest testing

Last synced: 19 Jun 2025

https://github.com/m-radzikowski/aws-serverless-spy-demo

Integration testing demo with CDK and ServerlessSpy

aws aws-cdk cdk integration-testing serverless testing

Last synced: 17 May 2026

https://github.com/samdouble/mock-puppeteer-goto

A Node module to help you mock a Puppeteer page's goto method

goto jest mocha mock playwright puppeteer testing

Last synced: 11 Jun 2025

https://github.com/mailosaur/create-mailosaur

Generates example test cases for email, SMS and MFA tests using Mailosaur

email mfa-authenticator qa qa-automation sms testing testing-tools

Last synced: 15 Jan 2026

https://github.com/halas77/lomi

A decentralized crowdfunding platform built on the Ethereum blockchain

deployment ethereum ethersjs hardhat openzeppelin react smart-contracts testing web3

Last synced: 09 Sep 2025

https://github.com/blbergwall/assert

A testing assert tool for go

go golang testing testing-tools

Last synced: 16 Jan 2026

https://github.com/deniskropp/python-testing

Python module repo for basic testing of RepoAgent

automation documentation generative-ai python3 testing

Last synced: 10 Sep 2025

https://github.com/juanlu3095/gestor_academia_laravel

Una aplicación para gestionar datos de academias como alumnos, profesores y documentación.

laravel-11 laravel-11-crud-application laravel-query-builder mvc-architecture phpunit-tests solid testing

Last synced: 23 Jun 2025

https://github.com/gnikonorov/pytest-dynamicrerun

A pytest plugin to rerun tests dynamically based off of test outcome and output.

dynamic plugin pytest rerun testing

Last synced: 23 Mar 2025

https://github.com/micheleriva/jeuler

👌A list of Project Euler problems solved in ES6

algorithm-challenges es6 es6-javascript euler-project euler-solutions javascript testing

Last synced: 20 Jul 2025

https://github.com/wlsf82/get-users-ollama-llama3-2

Sample project to experiment with Ollama and llama3.2 model.

api api-testing cypress express-api express-js javascript js llama-3-2 nodejs ollama testing

Last synced: 09 Apr 2026

https://github.com/shinshin86/go-te

te(Tiny Expect) is a tiny test library for go.

golang test testing testing-tools

Last synced: 05 May 2026

https://github.com/openmcp-project/openmcp-testing

Testing framework for openMCP

apeirora openmcp testing

Last synced: 13 Jan 2026

https://github.com/sharmadhiraj/espressodemo

Simple UI Testing performed using Espresso

android espresso espresso-tests testing ui-testing

Last synced: 16 May 2026

https://github.com/shoorick/codeception-test-adapter

VSCode compatible test adapter for Codeception

codeception testing vscode-extension

Last synced: 13 Jan 2026

https://github.com/dan1d/clover_sandbox_simulator

Ruby gem for simulating realistic restaurant POS operations in Clover sandbox environments. Generate orders, payments, and transaction data for testing Clover API integrations.

clover clover-api pos restaurant ruby sandbox testing

Last synced: 17 May 2026

https://github.com/altinn/altinn-tests

Tests for the Altinn 2 solution.

altinn cypress k6 testing

Last synced: 07 Mar 2026

https://github.com/mokiat/hacktherank

Tool for quickly testing your hackerrank solutions

go golang hackerrank testing tool

Last synced: 19 Jun 2026

https://github.com/mokiat/gotest

A Go library that simplifies testing through usage of generics.

assertion golang mocking testing

Last synced: 17 May 2026

https://github.com/briangershon/openzeppelin-solidity-hardhat-playground

Develop, test and deploy Solidity contracts based on OpenZeppelin framework and Hardhat development environment. Deploy to Polygon blockchain.

ethereum evm github-actions hardhat openzeppelin polygon solidity solidity-contracts starter-template testing

Last synced: 12 Apr 2026

https://github.com/sdecandelario/gossip-buss-kata

Gossiping Bus Drivers kata

coding-dojo go golang kata testing

Last synced: 16 May 2025

https://github.com/satvikpraveen/taskverse

Modern full-stack task management app with real-time collaboration, built using React, Node.js, TypeScript & MongoDB. Features include smart task organization, file attachments, analytics dashboard, Socket.io live updates, JWT auth, and Docker deployment. Enterprise-ready with comprehensive testing.

ci-cd dashboard docker eslint express full-stack mongodb nodejs prettier react react-query real-time rest-api scalable socket-io tailwindcss task-management testing typescript vite

Last synced: 06 Apr 2026

https://github.com/onlyonehas/react-test-app

learning react progressive web app

jest-tests progressive-web-app reactjs redux testing

Last synced: 11 Apr 2026

https://github.com/jassu225/browser-mock-api

A comprehensive TypeScript library for intercepting and mocking fetch requests in browser environments. Perfect for frontend development, testing, and prototyping without backend dependencies.

frontend-development mock mock-api testing typescript

Last synced: 20 Jan 2026

https://github.com/j14159/ppx_test_match

PPX rewriter to test pattern matches.

ocaml ppx-rewriter testing

Last synced: 04 Apr 2025

https://github.com/iboldurev/vue-test

Test vue application

app test testing vue vuejs

Last synced: 17 May 2026

https://github.com/lstepnio/wifry

WiFry - IP Video Edition: Raspberry Pi Network Impairment Simulator for IP Video Testing

fastapi iptv network-impairment raspberry-pi react testing wifi

Last synced: 07 Apr 2026

https://github.com/kfafard/win_can_tool

A Windows CAN-Bus simulation and testing tool with GUI and CLI support. Generates real-time J1939/NMEA2000 style CAN frames for hardware and software testing. Includes PyPI package, auto-built Windows EXE, and profile-based message generation.

can-bus diagnostics embedded-systems j1939 pyqt6 python python-can simulator testing windows

Last synced: 13 Jan 2026

https://github.com/gomicro/penname

A mocked writer for those times when you don't want a real one

golang io mock tdd testing testing-library

Last synced: 04 Mar 2026

https://github.com/fmelihh/chatgpt-test-generator

AI based test generation tool

automation chatgpt-api python testing

Last synced: 04 Mar 2026

https://github.com/bow4290/robotmultitool

A robot multi-tool made to run on a testboard using the roboRIO and WPILib.

first-robotics-competition frc frc-java frc-robot testing

Last synced: 20 Jan 2026

https://github.com/rks-031/weather-monitoring

Real-Time Data Processing System for Weather Monitoring with Rollups and Aggregates

expressjs mongodb nodejs openweathermap-api reactjs testing vite-react

Last synced: 12 Apr 2026

https://github.com/niklauslee/micro-jest

A tiny testing framework for Kaluma

jest kaluma testing

Last synced: 17 May 2026

https://github.com/wcm-io/io.wcm.testing.junit-commons

Common extensions of JUnit 4

testing wcm-io

Last synced: 02 Jul 2026