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-10 00:27:42 UTC
- JSON Representation
https://github.com/huangruichang/electron-testing-script
基于 electron 的网页性能测试脚本
Last synced: 18 Feb 2026
https://github.com/aminalaee/sqlalchemy-model-builder
SQLAlchemy Random Model Builder for testing
database orm python sqlalchemy sqlalchemy-model testing testing-tools
Last synced: 07 Mar 2026
https://github.com/tobuya/testing-practice
This is a unit testing repository for a few JavaScript functions using the Jest Library. Here, I have followed AAA pattern and used TDD approach.
Last synced: 18 May 2026
https://github.com/arnaudband/voting_contract
In smart contract governance systems there is usually some minimum voting participation that must be reached before a proposal can be executed. Most governance systems today use coin voting, where the number of voting ERC20 tokens you hold decide your vote weight.
chai solidity-contracts testing voting-contract
Last synced: 19 May 2026
https://github.com/hemerajs/mongo-memory
👥 Write tests for mongodb in memory
Last synced: 12 Apr 2025
https://github.com/remi-gau/matlab_clean_code_workshop
https://remi-gau.github.io/matlab_clean_code_workshop/
clean-code matlab testing workshop
Last synced: 23 Apr 2025
https://github.com/nigaraylaozcanan/parabank
Parabank is a virtual banking application that represents a simulated environment for testing and simulating financial transactions. It is not a real financial institution but is used in place of a real banking application during software testing. (Alternative URL: https://para.testar.org/)
bdd-framework cucumber cucumber-java framework java maven maven-pom page-object-model page-object-pattern pom project qa-automation selenium selenium-java selenium-webdriver teamwork testing testng
Last synced: 04 Sep 2025
https://github.com/itsfuad/esp32test
Run diagnostic tests on an ESP32 microcontroller. It includes various tests to check the functionality of different components and peripherals of the ESP32.
diagonstics esp32 failure testing
Last synced: 27 Mar 2025
https://github.com/milliams/python_testing
Materials for Python testing workshop
hypothesis pytest python testing
Last synced: 31 Mar 2025
https://github.com/nicholastd07/spec.swift
Pure Swift BDD framework
bdd bdd-framework behavior-driven-development swift tdd test-driven-development testing
Last synced: 29 Mar 2025
https://github.com/CZEMacLeod/C3D.Extensions.Playwright.AspNetCore
Extensions for Microsoft.Playwright to allow better unit testing
aspnetcore dotnet hac hacktoberfest playwright playwright-dotnet testing xunit
Last synced: 08 Apr 2025
https://github.com/relrin/cargo-test-all
Cargo extension for running tests of the used dependencies
cargo cargo-commands rust testing
Last synced: 12 Apr 2025
https://github.com/bahmutov/was-tdd
Checks a branch that claims to fix a bug using TDD principle
Last synced: 29 Sep 2025
https://github.com/ghpreporter/ghpr.mstestv2
Adapter for MSTestV2 (generate HTML report for MSTestV2)
microsoft mstest mstest-framework mstestv2 qa qa-automation-test qatools quality-assurance reporting reporting-engine reporting-project reporting-tool testfx testing
Last synced: 19 Oct 2025
https://github.com/centril/proptest-derive
Custom-derive for the Arbitrary trait of proptest.
custom-derive property-based-testing proptest quickcheck rust testing
Last synced: 27 Jun 2025
https://github.com/junteudjio/runtimedocs
runtimedocs decorator helps you understand how your code behaves at runtime.
debugging debugging-tool logging logging-library python runtime testing
Last synced: 04 Oct 2025
https://github.com/monikakonieczna/playwright-ts-project
Example project for Test Automation in Playwright & Typescript for demo site: Swag Labs.
playwright playwright-typescript playwright-ui swaglabs test-automation testing typescript
Last synced: 08 Oct 2025
https://github.com/cho45/test-html-differences
Perl module for testing HTML structure
Last synced: 05 Apr 2025
https://github.com/lamden/mockchain
A special Lamden blockchain instance that behaves like the regular network, but is self-hosted and flexible so that it can be used for development and testing.
blockchain cryptocurrency lamden smart-contracts testing
Last synced: 11 Jun 2025
https://github.com/zmekonnen251/unit-test-practice
This project's purpose is to practice unit testing using the jest library. JavaScript and Jest library are used.
Last synced: 19 Jan 2026
https://github.com/joscha/ts-jest-transformer-example
Custom transformer & module mapper with jest & ts-jest
identity-obj-proxy jest module-mapper react testing transformer ts-jest typescript
Last synced: 08 May 2026
https://github.com/secshellnet/nixos-tests
A collection of integration tests built using the NixOS test framework to verify the functionality and interoperability of various services, network components, and configurations
integration-testing network-testing nixos testing
Last synced: 05 Jun 2026
https://github.com/olafsulich/jest-workshop
Jest and TypeScript workshop
jest testing testing-javascript ts-jest typescript
Last synced: 24 Apr 2026
https://github.com/rubrikinc/testwell
Small, intuitive, and type-safe assertion library for unit testing in Go
Last synced: 15 May 2025
https://github.com/jenkinsci/hp-quality-center-plugin
HP ALM Quality Center Plugin for Jenkins
jenkins jenkins-pipeline jenkins-plugin quality test-automation testing
Last synced: 30 Sep 2025
https://github.com/com8/os-tester
A Python pip package to automate testing of whole operating systems with an image recognition based approach and libvirt (qemu). Inspired by openQA.
libvirt operating-system python python3 qemu testing
Last synced: 15 Apr 2025
https://github.com/manomanotech/pact-graph-network
Generates a big overview of dependencies between microservices using pact-broker
contract-testing pact-broker testing
Last synced: 15 Apr 2025
https://github.com/elusivecodes/frostcore
FrostCore is a free, open-source utility library for JavaScript.
array function javascript math object string testing utility
Last synced: 01 Apr 2026
https://github.com/martinthoma/postbin
A standalone web service providing http recording. Dump your requests here to inspect them for testing. Completely local.
cli endpoints httpbin mock-server mockbin postbin python qa request-catcher request-logging requestbin requests testing tools web web-development webhook-receiver webhooks-catcher
Last synced: 24 Apr 2025
https://github.com/wissance/gwuu
Go web development extension over gorilla/mux and gorm
cors db go golang gorilla-mux gorm gorm-utils preflight testing web
Last synced: 14 Oct 2025
https://github.com/adriamontoto/object-mother-pattern
The Object Mother Pattern is a Python 🐍 package that simplifies and standardizes the creation of test 🧪 objects.
development object-mother pattern python python3 python311 python312 python313 testing tools utilities validation
Last synced: 26 Feb 2026
https://github.com/marcuwynu23/yano-text-editor
Simple Text Editor for doing fast experiment/learning programming
code-editor editor experiment fast-try java javascript learning-code nodejs python testing text-editor try
Last synced: 09 Apr 2025
https://github.com/ds-joe/laravel-react-template
if you are looking for a powerful and flexible Laravel React template with TypeScript, Sass, and Tailwind CSS support, then this is the template for you
css inerta inertiajs laravel mysql permissions php react sass sql tailwind template testing typescript
Last synced: 29 Jul 2025
https://github.com/aasaam/vulnerable-application
Vulnerable application is test case study for check protection mechanism.
security-vulnerability sql-injection testing xss-vulnerability
Last synced: 23 Jul 2025
https://github.com/jonarzz/refactoring-katas
Coding practice based on small projects
java kata katas refactoring tdd testing
Last synced: 14 Apr 2026
https://github.com/sz-piotr/veryfine
A delightful expect-style assertion and mocking library
javascript mocha mocking testing typescript
Last synced: 04 Apr 2025
https://github.com/polyhedra-studio/cake-dart
The lightweight, explicit testing framework - built for Dart.
dart testing testing-framework
Last synced: 05 Mar 2026
https://github.com/webship/webship-js
Webship-js is an Automated Functional Acceptance Testing tool. Helps to ease and speed the work with the End-to-end testing features in web apps or projects. Having custom and advanced general step definitions.
acceptance-testing automated automated-testing automation cucumber-js end-to-end-testing functional-testing nightwatch-cucumber nightwatchjs selenium test-automation testing testing-tools
Last synced: 14 May 2026
https://github.com/qratorlabs/smocky
Mocker helper based on runkit7
helper mock mocking-methods php phpunit runkit7 testing
Last synced: 10 Feb 2026
https://github.com/godogx/mongosteps
Cucumber gRPC steps for Golang
bdd cucumber functional-testing gherkin go godog godog-extension golang integration-testing testing
Last synced: 26 Apr 2026
https://github.com/singularit-de/django-test
Django pyton test image with all database installs
django django-rest-framework docker docker-image github-actions gitlab-ci python python3 testing
Last synced: 23 Aug 2025
https://github.com/bohdanmoroziuk/code-snippets
This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies.
cheat-sheets code-snippets front-end-development functional-programming knowledge-base oop react rest-api software-architecture software-development testing typescript vue3
Last synced: 13 Apr 2026
https://github.com/adzz/elixir_run_tests_action
A github action to run tests in an elixir project
elixir exunit github-actions mix testing
Last synced: 11 Apr 2025
https://github.com/jthelin/serverhost
.NET Server Hosting utility library, including in-process server host testing.
appdomain dotnet serverhost testing xunit
Last synced: 05 Jul 2025
https://github.com/thuongtruong1009/vitesse-client
New Vitesse config template from antfu. Introducing with. A next-generation of Vuejs components. Updating version...
css demo github github-config html javascript js template testing typescript vite vue3 vuejs windicss
Last synced: 12 Apr 2026
https://github.com/suin/livexample
💯 Ensures your example codes works well by unit testing.
example-code livexample php phpunit phpunit-extension testing unit-testing
Last synced: 13 Jul 2025
https://github.com/bugthesystem/common.testing.nunit
Provides base class with generic methods for testing
Last synced: 03 Aug 2025
https://github.com/developeruz/yii-matcher
Класс для легкого тестирования моделей в Yii2
Last synced: 26 Apr 2025
https://github.com/khesualdo/unit-testing
:lemon: :cherries: :watermelon: My cheatsheet for writing unit tests with Moq.NET and MSTest
csharp dotnet microsoft moq moq-framework mstest testing unit-testing
Last synced: 12 Apr 2025
https://github.com/estuaryoss/estuary-agent-java
Estuary Agent is a Spring Boot service that runs your shell commands via pure REST API. Part of the Estuary stack.
api-control automation-as-a-service distributed-testing estuary-stack parallel-testing remote-config remote-control remote-shell standardization test-automation test-automation-as-a-service testing testing-tool testing-tools
Last synced: 14 Jan 2026
https://github.com/stevenmhunt/testjam-io
An online coding environment specifically designed for Cucumber and Gherkin
bdd bdd-framework cucumber cucumber-js cucumber-jvm cucumber-ruby gherkin javascript testing testing-framework
Last synced: 23 Apr 2025
https://github.com/astrodynamic/math-library-in-c
CustomMath library is a C language implementation of the `math.h` library, offering basic mathematical functions like sine, cosine, logarithms, etc. It has no external dependencies and is licensed under MIT. To use it, you need to link it with your project and include its header file in your C source code.
c check cmake library makefile math testing
Last synced: 24 Oct 2025
https://github.com/hasnayeen/laravel-meetup-2017
Source code from the laravel meetup presentation
Last synced: 13 Apr 2026
https://github.com/vnikolaenko-dev/web-testing
Набор инструментов для тестирования вашего приложения на Java Spring Boot.
artillery docker-compose grafana prometheus spring-boot testing
Last synced: 13 Mar 2026
https://github.com/b0o/mulberry
🫐 Single-file Lua BDD library for testing Neovim plugins
bdd bdd-framework bdd-tests lua lua-bdd lua-testing neovim neovim-lua testing testing-library unit-testing
Last synced: 03 May 2026
https://github.com/aplr/stubbles
A declarative HTTP stubbing library written in Swift
Last synced: 02 Aug 2025
https://github.com/spy86/owaspwebapplicationsecuritytestingchecklist
🛡️📝 OWASP Web Application Security Testing Checklist
application application-security checklist owasp security testing
Last synced: 11 Feb 2026
https://github.com/srinivasantarget/spring-microservices-testing
Testing Microservices application
contract-testing integration-testing microservices performance-testing spring-boot spring-mvc testing unit-testing
Last synced: 24 Mar 2025
https://github.com/datagone/vscode-stryker-mutator
Unofficial VSCode extension of 'Stryker Mutator' for hunting mutants hiding in our codebase (currently, it supports .NET)
dotnet mutants mutation-analysis mutation-testing quality quality-assurance stryker stryker-mutator testing vscode vscode-extension vscodium
Last synced: 18 Feb 2026
https://github.com/farmdawgnation/kafka-detective
A tool for continuous end-to-end testing of streaming data applications.
Last synced: 25 Mar 2025
https://github.com/kleros/centralized-arbitrator-dashboard
A sample React front-end for CentralizedArbitrator
developer-tools frontend testing
Last synced: 14 Jun 2025
https://github.com/percy/percy-selenium-ruby
Visual testing with Selenium Ruby and Percy
percy percy-sdk ruby-selenium screenshots testing visual-testing
Last synced: 26 Oct 2025
https://github.com/anthonycr/mockingbird
A minimalist faking framework exclusively for verifying interactions
kotlin mock testing verification
Last synced: 06 Jan 2026
https://github.com/serialbandicoot/metallize
Testing library to Integrate Mechanize and Selenium-Webdriver
test test-automation testing testing-tools
Last synced: 09 Jul 2026
https://github.com/jukefr/francinot
A test runner for 42 projects regrouping many different testers
42 42-school 42born2code 42paris 42school test testing
Last synced: 21 Feb 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: 16 Sep 2025
https://github.com/saufiroja/simple-message-broker
simple example using message broker with golang
apache-kafka docker-compose go golang message-broker testing
Last synced: 27 Jul 2025
https://github.com/robertpeteuil/example-code-multi-lang
This repository holds example code from multiple programming languages - useful when creating themes
example-code multi-language syntax-highlighting testing
Last synced: 01 Apr 2025
https://github.com/jfischoff/port-utils
Utilities for creating and waiting on sockets
Last synced: 09 Apr 2025
https://github.com/bizzarrowebgroup/salone-nautico-venezia-2020
L'App per il Salone nautico di Venezia 2020
adobexd eslint expo jest react-native react-navigation testing typescript vector-icons yarn
Last synced: 22 Apr 2025
https://github.com/elitau/tix
Automatically run tests in the iex console when files are saved
Last synced: 22 Feb 2026
https://github.com/luigiandrea/gopearls
Programming Pearls in Golang
algorithms benchmarking data-structures go go-benchmarking go-pearls go-programming-pearls go-testing golang pearls tested-solutions testing
Last synced: 14 Jan 2026
https://github.com/chaseruskin/verb
An approachable testing framework for digital hardware
framework python simulation system-verilog testing verification verilog vhdl
Last synced: 22 Sep 2025
https://github.com/lysxia/test-fun
Representation of higher-order functions for property testing
functional-programming random testing
Last synced: 25 Oct 2025
https://github.com/blackmutzi/alexa-avs-prototype
Alexa Voice Service (AVS) client in C++ for raspberry pi or any Linux Distribution
alexa-app alexa-voice-service cpp11 doxygen linux linux-distribution prototype qt-creator raspberry-pi testing travis-ci
Last synced: 06 May 2026
https://github.com/caringdev/fsunit.xunit.typed
Painless, strongly-typed xUnit testing in F#
fluent-assertions fsharp fsunit functional-programming testing type-safe type-safety unit-testing xunit
Last synced: 16 Apr 2025
https://github.com/psychollama/alternaut.nvim
Jump between your test and source files.
navigation tdd testing vim-plugin
Last synced: 28 Feb 2026
https://github.com/jod35/testdrivendjango
This is code for a video series on Test Driven Development with the Django web franework.
django python3 test-driven-development testing
Last synced: 24 Feb 2026
https://github.com/jcbritobr/img2ascii
Simple term ascii image encoder fully tested.
ascii ascii-art encoder go golang image image-processing tdd testing
Last synced: 06 Apr 2025
https://github.com/lurumad/house-of-the-book-ddd
Pet project to practice Domain Driven Design
aspnetcore clean-architecture ddd-architecture testing
Last synced: 14 Feb 2026
https://github.com/purpleclay/gitz
Write fluent interactions to Git. Programmatically crafting git commands becomes a breeze!
fluent fluent-design git go golang testing
Last synced: 25 Oct 2025
https://github.com/vitron-ai/themis
Intent-first unit testing framework for AI agents in Node.js and TypeScript.
agent-testing ai ai-agents ai-testing developer-tools llm nodejs test-framework testing typescript unit-testing
Last synced: 18 Apr 2026
https://github.com/danielbayley/console-debug
A better console.debug.
console console-debugger console-log console-tool debug debugger debugging dev development env environment node node-js nodejs npm npm-module npm-package npmjs testing
Last synced: 06 May 2026
https://github.com/imjoehaines/dottie
Dottie is a test runner for PHPT-like tests
Last synced: 19 Jan 2026
https://github.com/techquery/test-example
A JSDoc plugin for generating test files by parsing @example
automation jsdoc npm plugin testing
Last synced: 25 Jun 2025
https://github.com/kowainik/hintman-target
Target dummy for hintman
github-app hintman target testing
Last synced: 03 Jul 2025
https://github.com/dylibso/xtp-test-js
A JavaScript/TypeScript test framework for xtp / Extism plugins.
extism plugins testing unit-testing wasm webassembly
Last synced: 23 Feb 2026