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/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/xybor-x/xycond
A package supports to assert or expect many conditions in Golang
assert assertion conditions golang-library testing unittest
Last synced: 25 Jan 2026
https://github.com/ukhomeoffice/tf-testrunner
tf-testrunner parses Terraform configuration to Python and then runs your tests.
hodq python terraform test-framework testing testing-tools
Last synced: 26 Jul 2025
https://github.com/clarify/subtest
A utility for generating runnable sub-tests in Go
Last synced: 17 Aug 2025
https://github.com/imjoehaines/flowder
A simple and extensible fixture loader for PHP 7.3+, supporting SQLite and MySQL
fixture-loading fixtures flowder mysql php sqlite testing
Last synced: 11 Nov 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/bogdanp/racket-actions-example
An example of testing Racket code using GitHub actions.
Last synced: 23 Mar 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/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/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/gianluigip/spectacle
Living Documentation for Distributed Systems
bdd documentation-tool kotlin testing
Last synced: 25 Aug 2025
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/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/asvetliakov/run-current-test
VSCode Run current test extension
ava jest mocha tdd tdd-workflow testing vscode vscode-extension
Last synced: 29 Oct 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/mrsimonemms/gobblr
Make your development databases gobble up known data
data-import data-ingestion database developer-tools development gitpod-compatible ingestion mongo mongodb mysql postgresql sql sqlite testing
Last synced: 13 Jun 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/chorus-bdd/chorus-js
A Chorus Javascript Client
bdd chorus-javascript-client distributed javascript testing
Last synced: 09 Apr 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/markus1189/mockito-scala
Syntactic sugar for mockito in Scala
Last synced: 08 Sep 2025
https://github.com/kettanaito/test-flat
A test framework extension to support resources teardown and cleanup in flat tests.
Last synced: 12 May 2025
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/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/autero1/action-gotestsum
GitHub Action for setting up https://github.com/gotestyourself/gotestsum
actions github-actions go testing testing-tools
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/mrloop/qunit-retry
Drop in replacement for qunit `test` which retries a failed test.
Last synced: 10 Oct 2025
https://github.com/steffnova/go-check
Property based testing framework for Go
go golang property-based-testing testing
Last synced: 14 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/timakin/dsmock
dsmock is a fixture-injector for appengine datastore, based on YAML format fixtures
appengine appengine-go datastore gcp go golang google mocking testing testing-tools
Last synced: 14 Mar 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/skippi/docspec
A crystal library for automatically testing documentation examples.
crystal crystal-lang crystal-language crystal-shard doctest documentation testing
Last synced: 16 Oct 2025
https://github.com/lukechilds/requirable
Enables a module to require itself by name
ava requirable require test testing
Last synced: 24 Oct 2025
https://github.com/js-devtools/karma-host-environment
Access host info (OS, browser version, environment variables) in browser tests
browser environment-variables javascript karma karma-plugin mocha nodejs qunit tape testing universal-javascript user-agent
Last synced: 12 Dec 2025
https://github.com/iafan/agenda
Approval testing micro-framework for Go
approval-test go golang golden-master table-driven-test testing
Last synced: 16 Mar 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/threeal/assertion-cmake
A CMake module containing a collection of assertion functions and other utilities for testing CMake code
assert assertions cmake cmake-modules cmake-scripts test testing
Last synced: 13 Feb 2026
https://github.com/abdelrhman-ellithy/ellithium
Ellithium is a Unified powerful, flexible Test Automation Framework for Web, Mobile, API, DB Testing, designed to streamline and enhance the testing process. it provides an end-to-end solution for automated testing. With support for BDD, cross-browser testing,
appium-framework automation java mobile-testing mobiletesting sdet selenium-webdriver software-developement software-testing test-automation test-automation-framework test-automation-java testing testing-tools
Last synced: 29 Jul 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/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/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/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/hemerajs/modern-node-package
Modern Stack to build server-side Node.js packages.
boilerplate continuous-integration githook modern nodejs testing
Last synced: 24 Jul 2025
https://github.com/lana-20/charles-proxy-features
Charles Proxy - Features, MAT Use Cases, Comparison with Postman
charles charles-proxy debugging greybox-testing interceptor logging mobile testing testing-tools tracking web
Last synced: 03 Jan 2026
https://github.com/tfrommen/unit-test-examples
Example code for my talks and workshops on unit testing.
example-code javascript php testing unit-testing
Last synced: 12 May 2025
https://github.com/05798/pytest-git-selector
A pytest plugin to deselect tests that are not affected by code changes
cicd python test-automation testing
Last synced: 14 Jan 2026
https://github.com/sminez/simple_test_case
simple parameterised tests for rust
Last synced: 13 Apr 2025
https://github.com/waynevanson/fp-ts-webdriver
fp-ts bindings to the Webdriver W3C specification
e2e fp-ts functional jest test testing typescript webdriver
Last synced: 14 Apr 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/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/artemmkin/terraform-local-test
Test Terraform built-in function locally
Last synced: 22 Aug 2025
https://github.com/nmake/network_mock
An SSH server to mock network devices
ansible asyncssh emulator network ssh-server testing
Last synced: 06 Apr 2025
https://github.com/applitools/workshop-cbt-playwright-js
Workshop: Modern Cross-Browser Testing in JavaScript using Playwright
applitools cross-browser-testing javascript playwright testing visual-ai visual-testing
Last synced: 15 Apr 2025
https://github.com/jgroeneveld/trial
A simple assertion library for go
assertion-library assertions go testing
Last synced: 14 Mar 2025
https://github.com/oblivious-oblivious/cspec
A lightweight, compile time unit testing library for TDD and BDD models, heavily inspired by ruby's RSpec.
bdd c-language cspec tdd testing
Last synced: 06 Jul 2025
https://github.com/0xopenbytes/t
🧪 Quickly test expectations
ios swift testing unit-testing
Last synced: 01 Aug 2025
https://github.com/dantealonsoht/stock-api-capstone
This is my React capstone project to handle the Stock API using the Redux store, also doing best practices to make a single page application to see stock information, also you can filter the information to only see according to the exchange, and more.
api javascript jest netlify react react-router reactjs redux redux-thunk single-page-app testing
Last synced: 06 Oct 2025
https://github.com/test-kitchen/busser-cucumber
A Busser runner plugin for Cucumber
hacktoberfest managed-by-terraform ruby ruby-gem test-kitchen testing
Last synced: 03 Aug 2025
https://github.com/jungomi/jest-t-assert
Use tape style assertions with Jest
Last synced: 06 Sep 2025
https://github.com/snhobbs/kicad-testpoints
Extract location of pads from a kicad layout. Useful for generating a test point report.
ate eda electronics fixture hardware jig kicad manufacturing pcb pcb-layout plugin test testing
Last synced: 12 Sep 2025
https://github.com/marvincaspar/magento-codeception
Magento Codeception is a template for testing a magento shop with codeception and selenium.
codeception docker magento selenium test-automation testing
Last synced: 14 Apr 2025
https://github.com/julien-r44/japa-database-plugin
💽 Database assertions and testing helpers for Japa
Last synced: 21 Apr 2025
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/activitywatch/aw-fakedata
A minimal activitywatch client that generates fakedata
Last synced: 14 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/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/mdlayher/promtest
Package promtest provides helpers for testing applications which export Prometheus metrics. MIT Licensed.
Last synced: 27 Aug 2025
https://github.com/muradisazade777/logharbor
LogHarbor is a lightweight log aggregation service built with Go and Gin. It provides a fast, modular backend for collecting, storing, and querying structured log data via RESTful APIs.
api backend config go golang json library modules server storage testing
Last synced: 02 Oct 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/karlhorky/playwright-tricks
A collection of helpful tricks for Playwright tests
Last synced: 02 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/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/coherent-oss/pytest-ignore-flaky
ignore failures from flaky tests (pytest plugin)
pytest pytest-plugin python testing
Last synced: 08 Apr 2026
https://github.com/bitcrowd/javascript
Bitcrowd JavaScript Guide
guide javascript linting metrics testing
Last synced: 09 Apr 2025
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/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/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/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/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/eliasnogueira/eliasnogueira
You can have additional information about me through my social networks and my public-speaking initiatives.
java quality quality-engineering testing
Last synced: 23 Mar 2025
https://github.com/moul/testman
😎 `go test` wrapper for advanced testing workflows in Go
Last synced: 28 Jun 2025
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/nazarepiedady/vitest-docs-pt
Documentação da Vitest em Português. 🇦🇴 🇧🇷 🇵🇹
javascript jest pt pt-br pt-pt tdd test-driven-development testing testing-framework typescript vite vitest
Last synced: 05 May 2025
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/choaib-elmadi/ai-4-every-1
AI 4 Every 1 course by CVZone.
ai algorithms artificial-intelligence generative-ai generator llms machine-learning testing training validation
Last synced: 31 Jan 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/inomera/mirket-guide
Mirket Business Guide
api api-lifecycle api-lifecycle-management apimanager manager mirket ratelimiting testing throttling
Last synced: 08 Feb 2026