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-06-27 00:27:12 UTC
- JSON Representation
https://github.com/embroider-build/scenario-tester
Tool for declaring many different combinations of fake and real NPM packages for testing purposes.
continuous-integration hacktoberfest testing
Last synced: 30 Jun 2025
https://github.com/tiagostutz/demo-warehouse-software
A simple demo of a warehouse software with Typescript, PostgreSQL, Prisma, Golang, NextJS...
golang jest nextjs postgresql prisma testing typescript
Last synced: 13 May 2025
https://github.com/ignacio-chiazzo/ruby-minitest-analyzer
Don't run duplicated test in Minitest! Analyzes Ruby Minitest repeated tests health.
hackoctoberfest hackoctoberfest-accepted minitest rails ruby testing
Last synced: 05 Aug 2025
https://github.com/elgopher/unitron
Unit Testing in Picotron. Make sure your code works as expected.
picotron testing testing-framework testing-tools unit-testing unit-testing-framework
Last synced: 25 Dec 2025
https://github.com/yiling-j/carrier
🛠 A test fixtures replacement for Go, support struct and ent, inspired by factory_bot/factory_boy
code-generation factory fixtures testing
Last synced: 11 Apr 2025
https://github.com/markus1189/mockito-scala
Syntactic sugar for mockito in Scala
Last synced: 08 Sep 2025
https://github.com/mattwilson1024/mocklify
A powerful and flexible tool for managing mock data
demos hacktoberfest mock mock-data testing testing-tools utility-library
Last synced: 04 Apr 2026
https://github.com/trinet-at/mezzio-test
Testing helpers for mezzio projects
assertions hacktoberfest mezzio mezzio-test php testing
Last synced: 01 Apr 2026
https://github.com/im-beast/http_benchmarks
🏎️ Deno web frameworks raced against each other
benchmark benchmarking deno http performance speed test testing web web-framework
Last synced: 04 Mar 2026
https://github.com/stordco/msw-toolbar
A simple utility to make your MSW experience a little bit better.
dx hacktoberfest msw testing toolbar typescript
Last synced: 17 Jan 2026
https://github.com/kernle32dll/testcontainers-go-canned
A collection of templates for testcontainers-go.
Last synced: 04 Mar 2025
https://github.com/tyro/pact-spring-mvc
A library to enable recording/publishing and download/playback of PACT test files.
Last synced: 17 Jan 2026
https://github.com/juanjogondev/fastypest
With this library, you can run your test suites without having to stop and restore the database in between them
jest jest-testing test test-automation testing testing-library testing-tools typeorm
Last synced: 13 Apr 2026
https://github.com/rossmacarthur/goldie
🌟 Simple golden file testing for Rust
Last synced: 13 Apr 2025
https://github.com/sergio-sastre/multiplying_the_quality_of_unit_tests
An Android project in Jetpack Compose to showcase how to level up our unit tests step by step with parameterized tests, property-based test & stateful tests
android jetpack-compose parameterized-tests property-based-testing testing unit-testing
Last synced: 12 Sep 2025
https://github.com/giskard-ai/giskard-doc
Giskard public documentation on GitBook 📗
artificial-intelligence documentation machine-learning machine-learning-testing ml ml-testing ml-validation model-evaluation model-validation quality-assurance testing
Last synced: 26 Jun 2025
https://github.com/songyu-wang/cypress-plugin-playwright
This Cypress plugin allows you to run playwright code within cypress runner
cypress e2e javascript playwright test-automation testing
Last synced: 13 May 2025
https://github.com/mrazauskas/jest-serializer-ansi-escapes
Jest snapshot serializer for ANSI escape sequences
ansi escapes jest sequences serializer snapshots testing
Last synced: 08 Mar 2026
https://github.com/jsuarezruiz/dotnet-maui-testing-playground
.NET MAUI Testing Playground
dotnet dotnet-maui maui testing
Last synced: 14 Mar 2025
https://github.com/q42/salad
Lightweight Cucumber-style UI tests for iOS.
bdd ios swift test-automation testing ui-testing xcuitest
Last synced: 24 Jul 2025
https://github.com/hougesen/hitt
File based HTTP testing tool focused on speed and simplicity.
api-testing cli curl developer-tools hacktoberfest http http-client neovim neovim-plugin postman testing
Last synced: 25 Sep 2025
https://github.com/flewsoftware/trash-dump
Easily create random file useful for software testing, network speed testing and other types of testing that requires large files
huge-files random-file-generator testing testing-tools
Last synced: 12 Jan 2026
https://github.com/tvd12/test-util
A java test utilities library, it supports assertion, random, performance and reflections test
assertions java-test performance-testing random-test test test-utilities test-utils testing
Last synced: 15 Apr 2025
https://github.com/vb-consulting/xunit.npgsql
XUnit Testing Suite for PostgreSQL Databases and .NET Standard 2.1
csharp dotnet netcore npgsql postgresql testing unit-testing xunit
Last synced: 13 Apr 2025
https://github.com/rzajac/golden
Tests if HTTP request matches golden file.
golang golden golden-files testing
Last synced: 02 May 2025
https://github.com/bonigarcia/selenium-jupiter-webrtc
Tests for WebRTC applications using Selenium-Jupiter
java junit5 selenium-jupiter testing webrtc
Last synced: 23 Mar 2025
https://github.com/raitraidma/pgtest
Testing in PostgreSQL 9.4, 9.5 and 9.6
assertions mock mocking plpgsql postgres postgresql sql test testing
Last synced: 27 Oct 2025
https://github.com/gisce/destral
PowERP testing framework
hacktoberfest openerp python tdd testing
Last synced: 12 Apr 2025
https://github.com/wavevision/nette-tests
🧰 PHPUnit extension for testing @nette applications
nette nette-tests phpunit testing
Last synced: 03 Oct 2025
https://github.com/dangmoody/temper
Single header-only testing framework written in C99.
c c99 test testing tests unit unit-testing unit-testing-framework unit-testing-library
Last synced: 21 Apr 2025
https://github.com/retr0h/molecule-kind
Molecule Kind Driver allows Molecule users to test Ansible code using Kind.
ansible k8s kind kubernetes molecule molecule-driver testing
Last synced: 03 Sep 2025
https://github.com/chiefmyron/phpunit-test-workbench
An extension to integrate PHPUnit with the native Test Explorer functionality within VS Code. Zero configuration required for common environment setups.
php phpunit test testing vscode-extension
Last synced: 01 Mar 2026
https://github.com/wlsf82/tat-cypress-intermediate-course-v2
Learn how to optimize your Cypress tests.
api-testing cli-testing cy-origin cy-request cypress gitlab gui-testing talking-about-testing testing web-testing
Last synced: 23 Apr 2025
https://github.com/wp-cli/automated-tests
Runs the entire test suite on a regular basis
cli hacktoberfest testing wordpress wp-cli
Last synced: 12 Jun 2025
https://github.com/riyaz-ali/httpx
Simple and expressive HTTP testing framework
Last synced: 23 Apr 2025
https://github.com/alexshamrai/junit-ctrf-reporter
This is a JUnit reporter to create test reports that follow the CTRF standard.
ctrf java junit junit5-extension test-automation test-reporting testing
Last synced: 14 Jan 2026
https://github.com/dword-design/mock-argv
Temporarily overrides the command line arguments. This is useful for testing.
args argument-parser arguments argv cli command-line command-line-tool coverage javascript jest mocha mock node nodejs npm npm-package replace restore test testing
Last synced: 16 Mar 2025
https://github.com/anhtester/playwrightjava
Learning Playwright for Java - Anh Tester
anhtester pageobject-pattern playwright playwright-java test-automation testing testng-framework
Last synced: 25 Apr 2025
https://github.com/ximaz/valgrind-action
A GitHub action allowing you to check for memory leaks on your binaries, libraries and unit tests.
42projects 42school ci ci-cd cicd devops devops-services devops-tools epitech epitech-project epitech-survival-kit memleak memleaks memory-check memory-leak testing tests valgrind valgrind-log-parsing valgrind-tool
Last synced: 26 Aug 2025
https://github.com/badisi/wdio-harness
🔬 WebdriverIO support for Angular component test harnesses
angular cdk components harness harnesses test test-harnesses testing wdio webdriver webdriverio
Last synced: 22 Feb 2026
https://github.com/bitcrowd/javascript
Bitcrowd JavaScript Guide
guide javascript linting metrics testing
Last synced: 09 Apr 2025
https://github.com/bdsoha/expycted
✅ "Because tests should be easy to read!" An expectation pattern implementation for Python. Simple, intuitive, readable, and approachable, with ability to plug in to any testing framework that relies on assertions.
assertion-framework expect expectation testing
Last synced: 14 Jan 2026
https://github.com/llnl/simul
MPI coordinated test of parallel filesystem system calls and library functions
file-system mpi parallel parallel-computing testing
Last synced: 29 Apr 2025
https://github.com/gamemann/go-playground
My Go playground that stores test programs and such. Includes tests that imports and uses structures and functions from shared and static C libraries.
cgo example examples functions go go-and-c go-c go-lang go-playground go-sandbox golang playground sandbox structures testing tests
Last synced: 14 Jan 2026
https://github.com/domcleal/as_deprecation_tracker
Track known ActiveSupport deprecation warnings
activesupport deprecation-tracker deprecations rails ruby-on-rails testing
Last synced: 06 Oct 2025
https://github.com/form3tech-oss/go-ci-fuzz
A tool for running Native Go Fuzz tests in CI pipelines
Last synced: 09 Oct 2025
https://github.com/lvl99/barbell
Easily benchmark your JS code's performance via CLI using similar (but different) interface to Jest.
benchmark optimise optimize performance test testing
Last synced: 23 Feb 2026
https://github.com/jasdeepkhalsa/jest-unit-testing-examples
Jest Unit Testing Examples from beginners to advanced
dry fetch jest testing unit-testing
Last synced: 21 Jan 2026
https://github.com/nguyenngoclongdev/step-definition-generator
Generate step definition for multiple frameworks, such as Cypress, Playwright, and Cucumberjs.
cucumber generator gherkin javascript playwright step-definitions testing typescript vscode-extension
Last synced: 20 Oct 2025
https://github.com/cesarparra/test-data-framework
The Salesforce Test Data Builder framework allows you to intuitively create Salesforce SObject data for your unit tests using a fluent language. It provides base support for any SObject, standard or custom, out of the box, but allows you to adapt it to your custom needs.
apex framework salesforce salesforce-developers salesforcedx sfdx testing unit-testing
Last synced: 05 Jan 2026
https://github.com/reactivecircus/firestorm
:fire::cyclone:Incremental Android instrumented test runner based on Git source changes. WIP :construction:
Last synced: 16 Oct 2025
https://github.com/tilakpatidar/pytest-snowflake_bdd
Setup test data and run tests on snowflake in BDD style!
bdd bdd-framework pytest pytest-plugin snowflake testing
Last synced: 02 Apr 2026
https://github.com/agnuxo1/benchclaw
BenchClaw — Multi-dimensional AI agent evaluation with 17-judge AI Tribunal, 10 scoring dimensions, radar charts, and deception detection. Benchmark any LLM agent.
agent-evaluation ai-agents benchmark benchmarking evaluation llm mcp nodejs quality testing
Last synced: 25 Jun 2026
https://github.com/100nm/pytest-results
Easily spot regressions in your tests.
msgspec mypy pydantic pytest pytest-plugin python testing type-hints typed
Last synced: 02 Mar 2026
https://github.com/pyveci/racker
Racker is an experimental harness tool for provisioning and running operating system containers.
docker docker-image harness harness-framework machinectl oci oci-image oci-images skopeo systemd systemd-container systemd-nspawn systemd-run test-environment test-harness testing testing-tool umoci
Last synced: 17 Mar 2026
https://github.com/mkutz/approvej
A simple implementation of approval testing for the JVM
approval-testing java kotlin testing
Last synced: 01 Apr 2026
https://github.com/lemonlion/testtrackingdiagrams
A mechanism for tracking the request-responses in your tests and converting them into PlantUML diagrams.
acceptance-testing autogenerated-diagrams bdd bdd-tests bddfy component-testing diagrams diagrams-as-code dotnet lightbdd nunit plantuml plantuml-diagrams plantuml-generator reqnroll sequence-diagrams test-driven-documentation testing xunit xunit-tests
Last synced: 16 May 2026
https://github.com/codacy/codacy-plugins-test
Testing interface for external docker tools
codacy docker plugins plugins-test review test test-automation testing testing-tool
Last synced: 12 Feb 2026
https://github.com/piecioshka/boilerplate-puppeteer-jasmine
🍴 Starter with Puppeteer and Jasmine (+Jest)
end-to-end jasmine puppeteer testing
Last synced: 17 Jun 2026
https://github.com/mtgleeson/tiatesting
Tia is a free test impact analyser library used for selective testing with common test runners such as JUnit and Spock.
git gradle gradle-plugin groovy java junit junit-jupiter junit4 junit5 maven maven-plugin perforce selective-testing spock test-automation test-impact-analysis testing testing-tools
Last synced: 04 May 2026
https://github.com/minad/tasty-auto
Deprecated: Auto discovery for the Tasty test framework, use tasty-discover instead
auto-discovery haskell testing
Last synced: 05 Sep 2025
https://github.com/ohsayan/all_asserts
A crate for multiple types of asserts that don't exist in the standard library
assertions cargo crate rust rust-lang rust-tests testing
Last synced: 08 Apr 2025
https://github.com/moul/testman
😎 `go test` wrapper for advanced testing workflows in Go
Last synced: 28 Jun 2025
https://github.com/timfjord/anytest
Run any test from Sublime Text
cucumber elixir exunit go java javascript jest minitest pytest python pyunit rspec ruby rust sublime-text swift test-runner testing testing-tools zig
Last synced: 12 Apr 2025
https://github.com/mfaisalkhatri/junit-examples
Learn how to write tests using JUnit 5
examples hacktoberfest junit5 testautomation testing tutorial
Last synced: 08 Aug 2025
https://github.com/chorus-bdd/chorus-js
A Chorus Javascript Client
bdd chorus-javascript-client distributed javascript testing
Last synced: 09 Apr 2025
https://github.com/kanugurajesh/movie-recommendation-system
A saas based application to recommend movies
content-based-recommendation data-processing fastapi jupyter-notebook playwright responsive-ui saas sveltekit testing themoviedb-api typescript
Last synced: 22 Aug 2025
https://github.com/miniconnect/holodb
Relational database - seemingly filled with random data
database faker java mock random-data-generation rdbms sql testing testing-tool
Last synced: 17 Mar 2025
https://github.com/ivpel/vigilant-kit
Testing with Selenium WebDriver - fast and easy.
python selenium selenium-webdriver tdd test-automation testing webdriver
Last synced: 25 Dec 2025
https://github.com/ivan-tymoshenko/node-benchmarks
Benchmark library for NodeJs
benchmark benchmark-framework benchmarking benchmarks javascript js node node-js nodejs performance performance-testing testing
Last synced: 14 Sep 2025
https://github.com/bogdanp/racket-actions-example
An example of testing Racket code using GitHub actions.
Last synced: 23 Mar 2025
https://github.com/alansastre/java-junit-mockito
Ejemplos de testing unitario con JUnit 5 y Mockito en Java.
java java11 java17 java8 junit junit5 mockito testing unit-testing
Last synced: 20 Sep 2025
https://github.com/sparksuite/rugged
Orchestrate package testing across uneven terrain
orchestration test-automation test-runner testing testing-tools
Last synced: 13 May 2025
https://github.com/kenjis/monkey-patch
Standalone package of ci-phpunit-test's Monkey Patching.
hacktoberfest monkey-patch monkey-patching phpunit testing
Last synced: 15 Apr 2025
https://github.com/activitywatch/aw-fakedata
A minimal activitywatch client that generates fakedata
Last synced: 14 Apr 2025
https://github.com/artemmkin/terraform-local-test
Test Terraform built-in function locally
Last synced: 22 Aug 2025
https://github.com/gianluigip/spectacle
Living Documentation for Distributed Systems
bdd documentation-tool kotlin testing
Last synced: 25 Aug 2025
https://github.com/jackfirth/racket-expect
A Racket library for defining expectations on values, unit testing, and creating quality error messages
racket racket-library testing validation
Last synced: 05 Jan 2026
https://github.com/karlhorky/playwright-tricks
A collection of helpful tricks for Playwright tests
Last synced: 02 Aug 2025
https://github.com/mdlayher/promtest
Package promtest provides helpers for testing applications which export Prometheus metrics. MIT Licensed.
Last synced: 27 Aug 2025
https://github.com/javajon/cdc-with-k8s
A complete tutorial on how to use the code can be found in my Katacoda scenario here: https://katacoda.com/javajon/courses/kubernetes-pipelines/cdc-with-k8s
cdc h2 java kubernetes pact springboot testing
Last synced: 18 Jan 2026
https://github.com/clauseggers/bx90000fontpresentersupersuite
A stand-alone webpage that flips through the glyphs of a font
animation font fontdevelopment fonts html-css-javascript testing testpage typeface typefacedevelopment variablefonts webfonts
Last synced: 09 Apr 2025
https://github.com/springtainer/springtainer-mysql
MySQL as docker-container for springboot testing
mysql spring spring-boot testcontainers testing
Last synced: 13 Apr 2025
https://github.com/clarify/subtest
A utility for generating runnable sub-tests in Go
Last synced: 17 Aug 2025
https://github.com/automationpanda/visual-testing-revolution-playwright
The Visual Testing Revolution - Companion Project for Playwright
applitools applitools-eyes cross-browser-testing node playwright test-automation testing typescript ultrafast-grid visual-ai visual-testing
Last synced: 18 Jul 2025
https://github.com/jungomi/jest-t-assert
Use tape style assertions with Jest
Last synced: 06 Sep 2025
https://github.com/mrtinsvitor/nest-blog-posts
A simple automated testing demo with NestJs and Prisma
jest nestjs nodejs prisma testing typescript
Last synced: 01 Sep 2025
https://github.com/the-sandbox-project/sandbox
⏳ A Command-Line Sandbox Tester for Different Environments
bug-fixing command-line command-line-tool debugging debugging-tool rust rust-lang sandbox sandbox-environment sandbox-playground testing testing-tools
Last synced: 07 Apr 2025
https://github.com/superfaceai/testing
Library to enable easier testing of Superface use cases.
integration-testing nock superface testing typescript
Last synced: 24 Jul 2025
https://github.com/lukechilds/this
Traverses up the directory tree and returns the first module found
module package require test test-utilities test-utils testing testing-tools
Last synced: 28 Apr 2025
https://github.com/wlsf82/cy-en-pt
Sample project to demonstrate how to test a website that has versions in two different languages (EN and PT-BR.)
cypress-io multi-language-testing talking-about-testing testing
Last synced: 23 Apr 2025
https://github.com/teamneusta/pimcore-testing-framework
Tools for Pimcore unit/integration testing with PHPUnit.
Last synced: 11 Jun 2025
https://github.com/aiken-lang/fuzz
A library for writing Fuzzers for property-based testing in Aiken
aiken fuzzer property-based-testing testing
Last synced: 19 Apr 2025