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-09 00:27:36 UTC
- JSON Representation
https://github.com/uribo/sealr
π Sealing the R Objects Test and Assert Conditions π€
assertions rstats testing testthat
Last synced: 13 Jul 2025
https://github.com/droidsonroids/mockwebserver-path-dispatcher
A helper for dispatching MockWebServer responses
hacktoberfest http mock mock-server mockwebserver querystrings testing url
Last synced: 13 Jul 2025
https://github.com/greglook/test.carly
Generative test harness for stateful system behavior
Last synced: 30 Apr 2025
https://github.com/andrehora/spotflow
Runtime analysis for Python programs
dynamic-analysis msr python software-engineering testing
Last synced: 03 Apr 2025
https://github.com/vidstack/files
Collection of test audio and video files.
Last synced: 07 May 2025
https://github.com/codeship/jest-acceptance
Snapshot driven acceptance testing with jest
acceptance-testing javascript jest snapshot snapshot-testing testing vue
Last synced: 21 Jun 2025
https://github.com/parasoft/execute-job-action
A GitHub Action for running test execution jobs in a remote Parasoft Continuous Testing Platform
api continuous ctp environment functional parasoft soatest testing virtual
Last synced: 11 Jul 2025
https://github.com/decathlon/newman-reporter-pullrequest-decorator
Newman reporter allowing to decorate pull request with postman collection results.
api github markdown newman postman pullrequest reporter test testing
Last synced: 08 May 2025
https://github.com/threeal/gcovr-action
Generate code coverage reports for a C++ project on GitHub Actions using gcovr
actions c ci code-quality coverage coverage-report cpp gcc gcov test-coverage testing
Last synced: 11 Apr 2025
https://github.com/dipjyotimetia/cypresstestframework
CypressTest Framework
cypress cypress-io cypress-tests test-automation testing
Last synced: 28 Oct 2025
https://github.com/shinesolutions/inspec-aem-security
InSpec profile for compliance with AEM security checklist
aem aem-opencloud inspec security-guideline testing
Last synced: 13 Apr 2025
https://github.com/mkutz/spock-testing-workshop
Workshop for testing Java projects with Spock and Groovy.
Last synced: 06 Mar 2026
https://github.com/corylr/user-routine
User-Routine is a JavaScript library to automate user routines on web pages. You can easily test features or create tutorials with actions such as click, await, and fill.
application automated click e2e end-to-end javascript routine single-page spa spa-check test testing typescript user user-routine userflow
Last synced: 13 Apr 2025
https://github.com/nickersoft/oa
Dead-simple monkey testing on the command-line π¦
command-line end-to-end-testing monkey-testing performance puppeteer sellenium testing
Last synced: 03 May 2025
https://github.com/kensa-dev/kensa
A BDD testing framework for Kotlin & Java
agile-methodologies bdd bdd-framework fluent java junit5 kotlin tdd testing
Last synced: 06 Apr 2026
https://github.com/dhhruv/tic-tac-toe
π Unbeatable Tic Tac Toe Game using Minimax Algorithm.
algorithm cli game games hacktoberfest hacktoberfest2021 library minimax minimax-algorithm pygame python shell software support terminal testing tic-tac-toe
Last synced: 03 May 2025
https://github.com/karmaniverous/nextjs-template
A sweet Next.js project template. Integrates Redux Toolkit with with test support for Mocha + Chai + React Testing Library and release publishing via release-it.
chai es6 mocha nextjs react react-testing-library redux redux-toolkit release template testing
Last synced: 11 Jul 2025
https://github.com/eugenesia/spring-junit-tdd
Tutorial project for "TDD with Spring and JUnit 5" course by Steven Haines.
Last synced: 12 Apr 2025
https://github.com/geminimir/promptproof-action
Deterministic LLM contract checks for CI. Replays recorded fixtures, enforces schema/regex/budget rules, generates HTML/JUnit/JSON reports, and comments on PRs. Zero live model calls in CI.
budgets ci fixtures github-action json-schema llm redaction regex security testing
Last synced: 07 Apr 2026
https://github.com/saveourtool/benedikt
A GitHub Action to check your code with diKTat
diktat github-actions reporting testing
Last synced: 11 Apr 2025
https://github.com/stephencleary/asyncex.testing
Helper types for writing unit tests for asynchronous code.
Last synced: 10 Apr 2025
https://github.com/restuwahyu13/golang-testing-fundamental
Example basic fundamental testing in golang
golang tdd testing unit-testing
Last synced: 07 May 2025
https://github.com/end-of-game/php-code-quality-testing-sonar-gitlab-ci
During the life-cycle of an application in continuous integration and continuous delivery pipelines, we need to build, test, and deliver. The testing phase is the most important and each kind of tests has its specificity. In this article, we deal with code quality tests, such as static code analysis and code coverage, for PHP applications using SonarQube and Gitlab CI.
docker gitlab php sonarqube testing
Last synced: 12 Apr 2025
https://github.com/nathanielsimard/table-test
Improve table testing in Rust.
Last synced: 07 May 2025
https://github.com/minatisleeping/spring-boot-master-class
Spring Boot Master Class by instructor Amigoscode
h2-database java logging lombok maven spring-boot springdata-jpa springmvc testing
Last synced: 29 Oct 2025
https://github.com/hollowaykeanho/demohestia
This repository is meant to demonstrate the use of ZORALab's Hestia and generate the nececessary getting started guides.
demo hestiahugo hugo hugo-theme testing zoralab
Last synced: 26 Mar 2025
https://github.com/jumpn/ecto_replay_sandbox
A custom Ecto Sandbox for CockroachDB to run your tests
cockroachdb ecto elixir testing
Last synced: 09 Apr 2025
https://github.com/test-kitchen/busser-rspec
Run RSpec tests through busser
hacktoberfest managed-by-terraform ruby ruby-gem test-kitchen testing
Last synced: 11 Apr 2025
https://github.com/stphnwlsh/simpledatetimeprovider
A simple abstraction over C#'s DateTime.Now, DateTime.Today and DateTime.UtcNow so you can control these values in your tests.
datetime nuget nuget-package testing
Last synced: 24 Oct 2025
https://github.com/yandex/storytests-cli
Framework agnostic CLI Utility to generate test files from Storybook
Last synced: 24 Aug 2025
https://github.com/danielcaldas/test-fixtures-pattern
A simple demonstration of a fixtures test based architecture in JavaScript
architectural-patterns javascript jest testing unit-testing
Last synced: 10 Apr 2025
https://github.com/bonigarcia/selenium-jupiter-examples
Test examples using Selenium-Jupiter, Selenium WebDriver, and JUnit 5
appium docker java jenkins junit5 selenium selenium-grid selenium-webdriver testing vnc
Last synced: 23 Mar 2025
https://github.com/kucherenko/coverage-blamer
coverage-blamer is tool for get information about authors of uncovered code
coffeescript coverage coverage-blamer coverage-report javascript testing
Last synced: 10 Mar 2026
https://github.com/johnsusek/vue-test-declarative
Declarative unit testing for Vue components.
declarative testing testing-tools unit-testing vue
Last synced: 16 May 2025
https://github.com/curtd/testingutilities.jl
Making testing your code slightly less painful, hopefully.
Last synced: 30 Aug 2025
https://github.com/rikonor/stubby-mcmockerface
A useful pattern for testing and other things
dependency-injection golang mocking testing
Last synced: 28 Apr 2025
https://github.com/qase-tms/qa
All things Quality Assurance
quality-assurance quality-management testing
Last synced: 10 Mar 2026
https://github.com/bonnie/udemy-a11y-testing
Code to accompany Udemy "Automated Accessibliity Testing" course
a11y-testing accessibility-testing testing
Last synced: 25 Oct 2025
https://github.com/jcabi/jcabi-ssl-maven-plugin
SSL Plugin for Apache Maven: it generates fake SSL certificates for the testing purposes of your Java web app
java maven-plugin ssl ssl-plugin testing
Last synced: 29 Jun 2025
https://github.com/limedeck/nodemailer-stub
βοΈοΈ Stub transport for Nodemailer. Testing your mails in Node.js is now easy.
nodejs nodemailer nodemailer-transport testing
Last synced: 12 Apr 2025
https://github.com/0age/attributeregistry
ERC-1616 Attribute Registry Standard - interface, tests and implementation.
accounts attribute attributes blockchain eip erc erc1616 ethereum ethereum-contracts identity metadata registry standards testing
Last synced: 18 Oct 2025
https://github.com/devpro/withywoods
Shared .NET libraries to do more with less code!
dal dotnet-core mongodb nuget rabbitmq selenium swagger testing
Last synced: 01 May 2025
https://github.com/serialbandicoot/great-assertions
This library is inspired by the Great Expectations library. The library has made the various expectations found in Great Expectations available when using the inbuilt python unittest assertions.
data-science data-testing databricks great-expectations jupyter-notebook python python3 quality-assurance testing
Last synced: 28 Oct 2025
https://github.com/googleapis/storage-testbench
A testbench for Google Cloud Storage client libraries.
Last synced: 09 Apr 2025
https://github.com/wlsf82/mtc-2023-cypress-demo
Sample project for a Cypress vs. Playwright battle at MTC 2023.
continuous-integration cypress cypress-custom-commands cypress-env cypress-fixtures cypress-io cypress-testing cypress-vs-playwright-battle ecmascript es6 github-actions javascript js minas-testing-conference modern-web-testing mtc-2023 saucedemo swag-labs testing web-testing
Last synced: 23 Apr 2025
https://github.com/douville/qcri
Import test results to HP Quality Center
hp-quality-center robot-framework selenium testing uft
Last synced: 20 Oct 2025
https://github.com/jtwebman/coveralls-next
Fork of coveralls tool updated to the latest npm packages instead of request and deprecated dependencies.
continuous-integration coverage coveralls github-actions mocha testing travis-ci
Last synced: 26 Oct 2025
https://github.com/ademuk/testbook
Testing UI
component-testing react testing testing-tool
Last synced: 11 Mar 2026
https://github.com/xray-app/xray-automation-js
Xray client TypeScript & JavaScript library for assisting on test automation tasks
continuous-integration javascript-library jira npm-package test-automation testing xray
Last synced: 17 Oct 2025
https://github.com/boinkor-net/gotest-ui-mode
Ergonomic output for your go test results in emacs
Last synced: 11 Jul 2025
https://github.com/ghpreporter/ghpr.specflow
Adapter for SpecFlow (generate HTML report for SpecFlow)
nuget plugin qa qa-automation-test qatools reporting reporting-project reporting-tool specflow test-automation testing
Last synced: 04 Sep 2025
https://github.com/wixplosives/test-drive
Opinionated library for writing web component tests
async chai components dom layout matchers tdd testing web
Last synced: 26 Apr 2025
https://github.com/ulfsauer0815/assertj-jsoup
AssertJ assertions for HTML
assertj assertj-assertions java jsoup kotlin kotlin-dsl testing
Last synced: 14 Jan 2026
https://github.com/ainsleymcgrath/pytest-embrace
Define test schemas with dataclasses, generate Pytest tests
code-generation pytest python python-3 testing
Last synced: 09 Apr 2025
https://github.com/valid8j/valid8j
A value checking library for Java (DbC, validations, and test assertioins)
assertions-library dbc preconditions testing
Last synced: 14 Jan 2026
https://github.com/qavajs/console-formatter
console formatter for cucumber
cucumber-js qa test-automation testing
Last synced: 26 Oct 2025
https://github.com/firebirdsql/firebird-testcontainers-java
Firebird-testcontainers-java is a module for Testcontainers.org to provide lightweight, throwaway instances of Firebird for JUnit tests.
docker firebird java jaybird junit test-automation testing
Last synced: 22 Feb 2026
https://github.com/fscheck/fscheck.properties
FsCheck Basic Property functions
fscheck properties property-based-testing testing
Last synced: 04 Mar 2026
https://github.com/sap-samples/abap-test-isolation-examples
The samples in this repository demonstrate how test isolation can be achieved in ABAP. It does this by giving examples for the available tools the ABAP Platform.
abap abap-development abap-oo isolation sample sample-code samples test-automation testing testing-tools tests
Last synced: 24 Oct 2025
https://github.com/nanzhong/tstr
Test orchestration and analysis platform
hacktoberfest testing testing-tools
Last synced: 11 Jun 2025
https://github.com/haxxorsid/referralboard
A referral network for you to get and give job referrals.
cypress go golang jwt jwt-authentication jwt-token kanban postgres postgresql react reactjs referral referral-platform relational-databases scrum software-engineering sprints sql testing typescript
Last synced: 21 Apr 2025
https://github.com/phucvinh57/fastify-template
A project template using fastify with many helpful configurations
basic-authentication bot ci-cd eslint fastify husky prettier prisma swagger-ui testing
Last synced: 18 Jan 2026
https://github.com/gaul/mirrorfs
Mirror filesystem operations and check for consistency
Last synced: 15 Apr 2025
https://github.com/mizdra/inline-fixture-files
A utility to write filesystem fixtures inline.
filesystem fixtures nodejs testing typescript
Last synced: 15 Apr 2025
https://github.com/geerlingguy/docker-fedora41-ansible
Fedora 41 Docker container for Ansible playbook and role testing.
Last synced: 22 Apr 2025
https://github.com/ozontech/testo-allure
Allure report plugin for Testo framework. Visualize results of a test run!
allure go plugin reporting testing testo testo-plugin
Last synced: 29 Jun 2026
https://github.com/alexhaxe/haxeium
an automated UI testing framework
haxe haxeui testing ui-test ui-test-automation
Last synced: 07 Oct 2025
https://github.com/amyreese/unittest-ft
Run Python tests in parallel with free threading
free-threading hacktoberfest nogil python testing unittest
Last synced: 23 Apr 2025
https://github.com/crazy-canux/super-devops
Tons of devops tools for devops related project.
automation development devops operation testing
Last synced: 09 Apr 2025
https://github.com/tanshuai/electron-playwright-e2e-test-quick-start
Electron Playwright Example on GitHub Actions Workflow for CI/CT & E2E Testing
automation e2e-testing electron github-actions javascript playwright testing
Last synced: 16 Apr 2025
https://github.com/americanexpress/parrot-jest-image-snapshot-example
β¨ Example demonstrating usage of parrot for more deterministic jest-image-snapshot tests
jest-image-snapshot one-app parrot testing
Last synced: 24 Apr 2025
https://github.com/crazi-coder/resttest3
A REST testing and API microbenchmarking tool
api pycurl pyresttest python rest rest-api testing testing-tools
Last synced: 11 Mar 2026
https://github.com/kujiale-mobile/vscode-kooltest
kooltest VSCode θͺε¨εζ΅θ―ζδ»ΆοΌζι«εΌεθͺε¨εζ΅θ―θζ¬ηζηεη¨ζ·δ½ιͺ
automated-testing testing typescript vscode-extension
Last synced: 02 May 2025
https://github.com/tiffafoo/cypress-screenshot-diff
πΈCypress screenshot diffing commands with multiple screenshot folders ability
commands cypress diff plugin regression screenshot testing visual
Last synced: 18 Oct 2025
https://github.com/bitsofinfo/yas3fs-cluster-tester
Test harness to induce and validate activity across a multi-node yas3fs cluster
Last synced: 18 Oct 2025
https://github.com/nfisher/lein-nashtest
Run CLJS tests in nashorn using cljs.test report hooks.
clojurescript lein-plugin leiningen testing
Last synced: 15 May 2025
https://github.com/alicanerdurmaz/testing-react-apps
source code from youtube tutorial
jest mock msw react testing testing-library-react
Last synced: 09 Mar 2026
https://github.com/tekknolagi/isdt
The website for the Introduction to Software Development Tooling course.
build-systems command-line education git linux make testing vcs version-control
Last synced: 27 Mar 2025
https://github.com/keplersj/jest-preset-gatsby
Preset for testing Gatsby sites using Jest.
gatsby jest react testing typescript unit-testing
Last synced: 13 Aug 2025
https://github.com/qgadrian/compox
π Auto start Docker containers before running your tests
docker-compose docker-container docker-testing elixir-lang testing
Last synced: 01 Jul 2025
https://github.com/m0zgen/dns-tester
π Test DNS speed reply with overage, min, max statistics
dns dns-test testing testing-tool
Last synced: 06 May 2025
https://github.com/microcks/microcks-testcontainers-node
Node/TypeScript lib for Testcontainers that enables embedding Microcks into your unit tests with lightweight, throwaway instance thanks to containers.
api graphql grpc mocking nodejs rest testcontainers testing typescript
Last synced: 29 Jan 2026
https://github.com/brandonchinn178/tasty-autocollect
Automatic collection of Tasty tests
Last synced: 29 Jun 2025
https://github.com/bevry/errlop
An extended Error class that envelops a parent error, such that the stack trace contains the causation
client-side debugging nodejs testing
Last synced: 01 Mar 2026
https://github.com/reportportal/agent-java-karate
Karate integration for ReportPortal
java karate karate-framework karate-tests reportportal test-automation testing testing-framework testing-tools tests
Last synced: 17 Mar 2026
https://github.com/mfaisalkhatri/webdriverio-ts-appium
This repository has sample tests to run mobile automation for android using WebdriverIO with TypeScript
android-automation beginner mobile-automation mobile-testing test-automation testing tutorial typescript webdriverio
Last synced: 26 Oct 2025
https://github.com/crazy-canux/go-devops
Tons of devops tools for devops related project.
automation development devops operation testing
Last synced: 08 Aug 2025
https://github.com/ashvardanian/hashevals
Minimalistic Rust toolkit for hash function quality analysis. Tests avalanche effect, differential patterns, and statistical distribution across variable-length n-grams.
benchmark bioinformatics bloom-filter evaluation hash hashing hashmap hashtable minhash nlp smhasher string string-manipulation testing
Last synced: 09 Nov 2025
https://github.com/szabolcstoth/robotframework-basics
Source code of Robot Framework - Learn the basics site.
automation robotframework testautomation testing tutorial
Last synced: 09 Sep 2025
https://github.com/test-kitchen/busser-minitest
A Busser runner plugin for the minitest testing library
hacktoberfest managed-by-terraform ruby ruby-gem test-kitchen testing
Last synced: 03 Aug 2025
https://github.com/hanneskod/readme-tester
Validate PHP code examples in markdown files
examples phpunit readme testing
Last synced: 07 May 2025