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.
- GitHub: https://github.com/topics/testing
- Wikipedia: https://en.wikipedia.org/wiki/Software_testing
- Related Topics: unit-testing, integration-testing, test-automation, e2e-testing, fuzzing, smoke-tests, mutation-testing, rspec, regression-testing, xunit,
- Aliases: test, testing-framework, testing-practices, testing-tools,
- Last updated: 2026-07-03 00:27:44 UTC
- JSON Representation
https://github.com/trco/copycat
A lightweight Go package that generates realistic mock API responses for given API requests based on exemplary API responses.
api-mocker api-mocking api-simulation fake-api fake-data http http-mock-data mock-apis mock-data mock-http mock-server mocking testing testing-tools
Last synced: 22 Mar 2025
https://github.com/vedbhanushali/api-testing
API testing for hotel backend project
api apitesting backend backend-testing playwright-typescript testing
Last synced: 12 Apr 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/lsongdev/kelp-test
super tiny testing framework
test-driven-development testing testing-framework testing-tools
Last synced: 24 Oct 2025
https://github.com/netr/mimicr
Rust library for working with HTTP requests to simulate a browser.
http-client http-requests rust testing
Last synced: 24 Oct 2025
https://github.com/shfrmn/tap-fast-check
Property testing for Tap using fast-check
assert fast-check property-based-testing property-testing tap test testing
Last synced: 23 Jan 2026
https://github.com/findingtheconcept/sendstorm
A versatile CLI tool for testing microservices over multiple protocols.
automated-testing cli e2e microservices nodejs testing testing-tools
Last synced: 16 May 2025
https://github.com/ash914027/banking_application_using_nodejs_testing
banking_application_using_nodejs_testing
javascript mochai nodejs testing
Last synced: 20 May 2026
https://github.com/divineomega/php-bucket-testing
🆎 PHP Bucket Testing, A/B testing, split testing
a-b-testing bucket-testing frontend-testing split-testing testing ui-testing ux-testing
Last synced: 17 Jun 2025
https://github.com/oskang09/go-geliver-devserver
Development server for third party to work with Geliver
Last synced: 20 Jan 2026
https://github.com/fgimenez/gasmask
blockchain ci-cd development ethereum kubernetes testing
Last synced: 03 May 2026
https://github.com/ohnotnow/scenarios
Very simple 'scenarios' for testing in PHP
Last synced: 16 Jan 2026
https://github.com/wazzaps/test-viewer
Display your GitHub Actions' test results
ci github-actions junit testing
Last synced: 20 May 2026
https://github.com/tomaskraus/simple-string-pattern
A very simple pattern format used to match a string.
pattern regexp string-matching testing
Last synced: 29 Mar 2025
https://github.com/vergissberlin/opensuse-development
Docker opensuse image to use for development, testing and deployment.
deployment development docker-image opensuse testing
Last synced: 06 Apr 2025
https://github.com/mizrael/isolated-tests
dotnet-core sample testing tutorial xunit
Last synced: 18 May 2026
https://github.com/channeladam/channeladam.testframework.text
A .NET library with functionality for comparing text and flat files (using DiffPlex).
automated-testing channeladam dotnet dotnet-standard flat-file flat-files test-framework testing testing-tools text text-diff
Last synced: 19 May 2026
https://github.com/mvaibhav131/testing
reacttesting
express-js jest-tests jsx node-js nodemon password-testing reactjs sum-testing testing unit-testing
Last synced: 08 Apr 2026
https://github.com/tofupilot/csharp
Upload hardware test data to TofuPilot from C#.
csharp dotnet functional hardware testing tofupilot
Last synced: 07 Apr 2026
https://github.com/wtsi-hgi/python-test-helpers
Python library to help with creating tests
Last synced: 22 Mar 2025
https://github.com/viralpraxis/rubocop-nightly
RuboCop regression testing tool
quality-assurance rubocop static-analysis testing
Last synced: 25 Jun 2025
https://github.com/nicolaspadari/browser-testing
Test websites in browsers without installing them
browser playwright testing typescript
Last synced: 29 Mar 2025
https://github.com/henryssondaniel/teacup-java-engine-junit
Run Teacup tests with the JUnit engine
junit junit5 teacup test test-engine test-framework testing testing-framework testing-library testing-tool testing-tools
Last synced: 22 Jul 2025
https://github.com/philbobaggins/teensy-tester
Test most (not all) of the GPIO pins on a Teensy LC board
electronics pcb teensy teensy-lc test test-automation testing
Last synced: 23 Aug 2025
https://github.com/lukasbecvar/speed-test
Simple website for testing internet speed
php speed speed-test speedtest symfony testing
Last synced: 19 May 2026
https://github.com/iwdgo/largeoutput
Testing large outputs of ordinary exercises
go golang ordinary-exercises testing
Last synced: 22 Jul 2025
https://github.com/growdigital/checklist
Awesome über checklist of checklists for building websites
checklist devices testing wcag
Last synced: 26 Oct 2025
https://github.com/codezeilen/rosetta-test
Write and use test suites across projects in different programming languages.
automated-testing conformance-suite test-framework test-suites testing
Last synced: 04 Mar 2026
https://github.com/channeladam/channeladam.testframework.nunit
A .NET library for using the NUnit 3 (and Moq) on top of the ChannelAdam Test Framework.
automated-testing automated-tests channeladam dotnet dotnet-standard mocking moq nunit test-framework testing testing-framework
Last synced: 01 Jun 2026
https://github.com/NpgsqlRest/pgmigrations
Lightweight, Zero-Dependency, PostgreSQL Tool for Node.js and NPM.
javascript migrations nodejs postgresql schema sql testing
Last synced: 27 Oct 2025
https://github.com/sofyansetiawan/fcc-learn-mocha-chai
Quality Assurance learning outcomes using Mocha and Chai from Freecodecamp
chai chaijs mocha mocha-chai mocha-tests quality-assurance testing
Last synced: 28 Jan 2026
https://github.com/davesag/amqp-event-tester
A simple AMQP event listener that can be configured to listen for your event emitter's events and return a configurable test result. Use this for integration testing of your event emitters.
amqp amqp-client event-emitter testing testing-tool
Last synced: 27 Oct 2025
https://github.com/mathealgou/fizzbuzzineverylanguage
A simple test to compare the speed of different languages. It runs an algorithm called FizzBuzz from 0 to 1000000 and calculates the time spent to run. It includes C, C#, Java, JavaScript, and Python.
comparison language language-comparison speed testing
Last synced: 14 Apr 2025
https://github.com/igorfachini/mocha-test-example
Separate mocha tests in multiple files and share result by test to another test in another file.
mochajs modules testing unittest
Last synced: 24 Jan 2026
https://github.com/jnahuel-developer/aplicacion_rfsmd
Aplicación gráfica para las pruebas prototipos y controles de la placa "RFSMD"
csharp prototype software testing
Last synced: 03 Jul 2026
https://github.com/vlambo3/chainofresponsability---emailscheck
Java implementation showcasing the Chain of Responsibility pattern. The main branch contains the base development, while the chain-of-responsibility and chain-of-responsibility-2 branches apply the pattern. Includes JUnit 5 tests for validating email routing logic.
chainofresponsibility chainofresponsibility-pattern java junit-test junit5 test testing
Last synced: 19 May 2026
https://github.com/tinkeringaround/occ
One-Click-Checker Electron App
electron puppeteer react testing tool typescript
Last synced: 13 Apr 2025
https://github.com/dryvist/python-template
Professional Python project template with pytest, automated code quality (Black, Ruff, MyPy, Bandit), pre-commit hooks, and GitHub Actions mandating 100% coverage. Targets Python 3.11+ and eliminates boilerplate setup, enabling immediate development with rigorous quality gates for production-ready projects.
bandit best-practices black boilerplate ci-cd code-coverage code-quality github-actions mypy pre-commit pyproject-toml pytest python python-template ruff security-scanning testing type-checking
Last synced: 03 Jun 2026
https://github.com/soblvsk/shri-2023-testing
🧪 Testing a website for React.js
Last synced: 19 May 2026
https://github.com/xyproto/openaldevicetest
Small OpenAL device test program
diagnostics openal testing utility
Last synced: 24 Jan 2026
https://github.com/lambdatest/mocha-js-add-extension
How to add extension for automation test in Mocha-js for LambdaTest
javascript lambdatest mochajs selenium selenium-webdriver testing
Last synced: 24 Jan 2026
https://github.com/axiomantic/bigfoot
Full-certainty test mocking: every call recorded and verified
full-certainty-testing http-testing integration-testing interaction-testing mocking pytest pytest-plugin python test-automation test-doubles test-framework testing
Last synced: 01 Apr 2026
https://github.com/jasonrudolph/significant-other-vscode
An VS Code extension to quickly switch between a source file and its corresponding test file
Last synced: 24 Feb 2026
https://github.com/raintree-technology/policystrata
Cross-layer policy regression testing for LLM data-agent stacks
access-control benchmark data-agents data-governance evals llm llm-agents policy-regression policy-testing postgresql pytest python research-artifact rls row-level-security sql testing text-to-sql
Last synced: 27 Jun 2026
https://github.com/danieldantasdev/aspnetcore-clean-architecture_course-luisdev-part-3_dotnet-8_csharp-12
Curso da Formação ASP.NET Core focado em Arquitetura Limpa aplicada na prática: camadas da arquitetura, reorganização de pastas e arquivos, migrations com nova estrutura, implementação da camada de aplicação com padrão Result e refatoração e testes.
application-layer architecture aspnetcore backend clean-architecture csharp ddd domain-driven-design dotnet efcore entity-framework-core luisdev migrations refactoring result-pattern software-architecture testing
Last synced: 15 Apr 2026
https://github.com/robinwalterfit/docker-almalinux8-ansible
AlmaLinux 8 Docker image for Ansible playbook and role testing.
alma-linux ansible centos docker linux molecule testing
Last synced: 20 Jan 2026
https://github.com/davidcollom/terratest-utils
Terratest-style helpers for testing Kubernetes Custom Resources like Argo CD, Rollouts, Workflows, cert-manager, Flux, and ESO
argocd cert-manager externalsecret fluxcd golang kubernetes terratest testing
Last synced: 19 May 2026
https://github.com/makukha/virtualenv-multipython
virtualenv discovery plugin for multipython
discovery multipython plugin testing tox virtualenv virtualenv-discovery virtualenv-plugin
Last synced: 19 May 2026
https://github.com/lambdatest/mocha-js-multiple-tabs
How to handle multiple tabs in automation test in Mocha-js on LambdaTest
lambdatest mochajs selenium testing
Last synced: 06 Feb 2026
https://github.com/mohammedsalama/boilerplate_api
Treblle Api for laravel | https://app.treblle.com/r/d3f4d606-1e9f-42ab-bfce-2ed73481a633?expires=1694313974&signature=3137237ea55b337939ca25376a42fa2b73646ce1b6152ed9ae3bef6b76584bb2
breeze laravel pint sail sdk stan testing treblle-sdk
Last synced: 19 May 2026
https://github.com/caknoooo/cmlabs-backend-internship-test
Pre-Assessment cmlabs backend test
Last synced: 15 Jun 2025
https://github.com/spiffre-oss/test-scenarii
test-scenarii offers a way to write scenarized tests with maximum flexibility and code reuse, while retaining great readability
Last synced: 15 Apr 2026
https://github.com/rossy/mpv-image-test
wip proposal image test thing
bash continuous-integration mpv shell test-automation test-suite testing
Last synced: 18 May 2026
https://github.com/drew-y/mock-streams
Mock nodejs readable and writeable streams
nodejs stream streaming test testing typescript
Last synced: 31 Dec 2025
https://github.com/ghosind/go-assert
A collection of Golang assertion functions for verifying invariants.
assert assertion assertions go go-assert go-lib go-library go-module go-package golang testing
Last synced: 06 Feb 2026
https://github.com/eddieantonio/fsttest
Test your Foma FSTs!
finite-state-transducer foma foma-fsts fst fsts testing unit-testing
Last synced: 20 Jun 2026
https://github.com/lambdatest/unittest-incognito
How to run an automation test in incognito mode in UnitTest on LambdaTest
Last synced: 06 Feb 2026
https://github.com/alexanderlapygin/cra_ts_rtl_msw_react-query
CRA-in-TS starter with React Query and testing with RTL and MSW
cra msw react react-query react-testing-library rtl softspiders ss starter template test testing ts
Last synced: 15 Apr 2026
https://github.com/finn-no/frontend-testing-in-containers-on-academy
This is a presentation on frontend testing in containers held at FINN Academy 2016.10.26.
academy containers docker end-to-end frontend presentation testing
Last synced: 18 May 2026
https://github.com/lambdatest/pytest-incognito
How to run an automation test in Pytest in incognito mode
Last synced: 25 Feb 2026
https://github.com/siposattila/testme
C++ testing framework based on the idea of runnable requirements.
cpp cpp20 runnable-specification test test-automation test-framework testing tree-sitter
Last synced: 04 Mar 2025
https://github.com/cicd-tutorials/animals
Simple containers for testing and demonstrating (rolling) updates.
container container-image demo demo-application hello-world server testing webserver
Last synced: 30 Jan 2026
https://github.com/mcp-tool-shop/claude-collaborate
Where Human Creativity Meets AI Intelligence - A unified sandbox for real-time human-AI collaboration
ai-collaboration anthropic claude collaboration mcp model-context-protocol python sandbox testing
Last synced: 30 Jan 2026
https://github.com/sebdeveloper6952/mtls-sandbox
Sandbox to test your mTLS integrations.
devtool mtls mtls-authentication mtls-request sandbox testing
Last synced: 08 Apr 2026
https://github.com/jmdotdev/expressjs_testingcrud_vitest
Testing CRUD ExpressJs With Vitest
expressjs nodejs testing typescript vitest
Last synced: 31 Dec 2025
https://github.com/wlsf82/do-not-use-cy-dot-xpath
Sample project to demonstrate the rule `no-xpath` from v4.2.0 of eslint-plugin-cypress.
cypress cypress-io eslint eslint-plugin-cypress talking-about-testing testing web-testing
Last synced: 17 Apr 2026
https://github.com/nitor-infotech-oss/java-testauto-library
Java based library for support of UI and API test automation
java jersey selenium test-automation test-automation-framework testing
Last synced: 18 May 2026
https://github.com/amssdias/py-task
Todo application to manage tasks
mvc-pattern python3 redis testing
Last synced: 15 Apr 2026
https://github.com/amcgowanca/drupal-behat-tests
Provides a set of contexts for performing automated Behat tests for Drupal 8 builds.
Last synced: 31 Jan 2026
https://github.com/mif-0/easy-assert
assertions rust-crate rust-lang rust-library rustlang testing
Last synced: 31 Jan 2026
https://github.com/erickgbr/tecnical-test-node
api backend express express-js expressjs node node-js nodejs tech techtest tecnical-test testing
Last synced: 07 Apr 2026
https://github.com/cafe01/q1plaza-test-site
test sandbox for q1plaza websites
Last synced: 31 Jan 2026
https://github.com/toolisticon/camel-spring-boot-testutils
Apache Camel Springboot Test Utils
Last synced: 18 May 2026
https://github.com/jeandv/front-testing-classes
🧪Frontend testing with JavaScript using Jest🤡 and Testing Library🐙
javascript jest jest-dom react testing testing-library typescript user-event
Last synced: 15 Apr 2026
https://github.com/colin-nolan/test-repository
For use in tests that ensure interaction is possible with a remote Git repository
Last synced: 31 Jan 2026
https://github.com/soumyadip007/chaos-guru
Chaos Guru is a powerful chaos engineering tool designed to help you identify weaknesses and improve the resilience of your cloud-native applications. Chaos Guru allows you to introduce controlled chaos into your Kubernetes clusters, enabling you to test the reliability and stability of your systems under various failure conditions.
chaos-engineering kubernates testing
Last synced: 16 Jan 2026
https://github.com/jeremybanka/break-check
Versatile semantic versioning tooling for finding breaking changes.
Last synced: 16 Jan 2026
https://github.com/pmlcrz/snakegame-em-asm
Jogo da cobrinha em assembly (em processo de criação)
assembly game practice-programming practice-project snakegame test teste testing
Last synced: 13 Mar 2025
https://github.com/kmcallorum/pytest-agents
A pytest plugin framework with AI agent capabilities for project management, research, and code indexing
ai-agents automation ci-cd devops docker plugin pytest python testing typescript
Last synced: 31 Jan 2026
https://github.com/borsch/mongomery-spring
Wrapper for Mongomery to work with Spring Framework tests
junit mongodb spring spring-test testing
Last synced: 17 Apr 2026
https://github.com/lionelsu/lionel-agrix-fase-c
About REST API designed to manage farms reducing the socio-environmental impact of agribusiness.
docker java maven rest-api spring-boot testing
Last synced: 17 Apr 2026
https://github.com/alejandrohdezma/circe-munit
MUnit assertions for Circe codecs
Last synced: 07 Feb 2026
https://github.com/ismaeljdz/banks-test
banks page
nextjs react tailwindcss testing typescript
Last synced: 01 Feb 2026
https://github.com/everythingfunctional/vegetables
For a healthier code base, eat your vegetables
Last synced: 01 Feb 2026
https://github.com/vlambo3/templatemethod---employment
This repository features two branches: one with the original salary liquidation code and another showcasing the same process restructured using the Template Method pattern. Explore the benefits of enhanced code organization and reusability. Includes JUnit 5 tests for validating email routing logic.
java junit-test junit5 template-method template-method-design-pattern template-method-pattern test testing
Last synced: 21 Mar 2025
https://github.com/dgellow/plugin-test-internal
🕵️♀️ JS/TS compilers plugin to safely export internal functions and variables, for testing or meta programming purpose
babel-plugin babel7 testing typescript typescript-transformer
Last synced: 02 Feb 2026
https://github.com/impresscms-dev/test-impresscms-addon-action
GitHub action that tries to help to test @ImpressCMS addon
github-actions hacktoberfest impresscms testing
Last synced: 25 Feb 2026
https://github.com/alopukhov/sybok-example
An example project for Sybok library
Last synced: 21 Jul 2025
https://github.com/2008choco/wipbukkit-testplugins
A repository housing plugins for potential changes to Bukkit/CraftBukkit
bukkit craftbukkit plugin test testing wip
Last synced: 26 Feb 2026
https://github.com/demirantay/pytento
🍵 statically-typed testing framework written for python
command-line-tool testing tool
Last synced: 17 Mar 2026
https://github.com/batteredbunny/testingassert
Simple package providing Assert functions for Golang testing
Last synced: 21 Jul 2025