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-07 00:28:05 UTC
- JSON Representation
https://github.com/sumithr/sumo-qa
MCP server that brings senior-QA discipline to AI coding assistants — test planning, TDD, mutation testing, code review.
ai-agents claude-code code-review istqb mcp mcp-server mutation-testing python qa senior-qa tdd testing
Last synced: 15 Jun 2026
https://github.com/ternacode/ternacode-persistence
Abstractions and an EntityFramework Core implementation for repository and unit of work patterns.
entity-framework-core repository-pattern testing unitofwork-pattern
Last synced: 14 Jan 2026
https://github.com/bbb/testing-a11y
A library for testing and accessibility with react/ react-native
a11y accessibility react react-native testing
Last synced: 07 Oct 2025
https://github.com/kenoxa/svelte-fragment-component
fragment component for svelte to simplify testing
Last synced: 23 Apr 2025
https://github.com/ibalosh/sinhook
Simple webhook request testing tool
qa requestbin sinatra-web testing webhook webhook-endpoint webhook-requests
Last synced: 04 Apr 2026
https://github.com/goblinfactory/draki
Draki fluent web automation : write robust web automation scripts. Use for requirement verification, smoke tests, acceptance tests, you name it, Draki does it.
acceptance-tests bdd behat chrome ddd gherkin qa-automation-test qatools selenium smoke-tests specflow tdd testautomation testautomationframework testing verification watin
Last synced: 05 Oct 2025
https://github.com/djian01/nt
A versatile network testing tool that supports ICMP, HTTP(s), DNS, TCP, and MTU testing
dns http icmp mtu network network-analysis network-monitoring tcp test test-automation testing tests
Last synced: 14 Jan 2026
https://github.com/automationpanda/visual-testing-with-cypress
Tutorial: Visual Testing with Cypress and Applitools
applitools cypress javascript test-automation testing tutorial visual-testing
Last synced: 13 Jul 2025
https://github.com/bitsofinfo/mock-rate-limiting-endpoint
Mock endpoint to mimics a rate limiting service that returns customizable status code and retry header; i.e. 429 Retry-After
apis mock rate-limiting testing
Last synced: 07 Oct 2025
https://github.com/unflakable/unflakable-javascript
Official Unflakable Plugins for JavaScript
automation ci ci-cd cypress cypress-plugin cypress-tests developer-productivity developer-tools devtools flakiness flaky flaky-tests javascript javascript-testing jest regression-testing release-engineering test-automation testing typescript
Last synced: 28 Apr 2025
https://github.com/dos-j/sham-it
Create a Sham (Mocked HTTP server) and mock out endpoints in JS
flexibility mock mock-server mocking node sham sham-it sham-server stub-service test testing
Last synced: 23 Oct 2025
https://github.com/ericmjl/software-testing-open-source-and-data-science
Software Testing in Open Source and Data Science: A talk delivered at the Data Umbrella speaker series
data-science data-testing machine-learning-testing software-testing testing
Last synced: 25 Feb 2026
https://github.com/yuanchengjiang/sqlxdiff
To enhance the differential testing on DBMS via SQL query mappings
Last synced: 26 Feb 2025
https://github.com/debs-obrien/playwright-api-mocking
Demo of how to mock API's in Playwright for e2e testing
api-mocking playwright testing
Last synced: 30 Oct 2025
https://github.com/stephenhaunts/smoke-tester
Smoke Tester is a post deployment testing tool that lets you run a suite of tests against your deployment to ensure the deployment has been successful.
deployment-testing post-deployment post-deployment-testing testing testing-framework testing-tools
Last synced: 11 Apr 2025
https://github.com/ctron/markdown-test-report
A cargo test report in markdown
Last synced: 21 Apr 2025
https://github.com/mukhammadrizooff/create-unit-test---testing-practice
In this Repository, I write a few practical tests for JavaScript functions using the Jest library. I make sure, I follow the AAA pattern to make your tests easier for other developers to read and understand. I also try to use the TDD approach in practice.
Last synced: 22 Apr 2025
https://github.com/river2202/monorailswift
A troubleshooting/testing tool to log, record and replay network interactions for iOS project.
integration-testing ios mocking-framework network-monitoring swift testing
Last synced: 03 Jul 2025
https://github.com/orbitinghail/precept
A testing utility for fuzzing and fault injection to discover erroneous and interesting states.
fault-injection fuzzing testing
Last synced: 27 Jun 2025
https://github.com/blaind/bevy_fuzz
Experimental high-performance fuzz-testing for bevy systems, emulating user UI interaction
Last synced: 26 Oct 2025
https://github.com/dgroup/xlsx-matchers
Elegant object-oriented hamcrest matchers for Apache POI
apache-poi elegantobjects excel hamcrest hamcrest-matchers java poi tdd tdd-java testing unit-testing
Last synced: 24 Oct 2025
https://github.com/remcohaszing/playwright-monaco
Test Monaco editor integrations using Playwright
monaco monaco-editor playwright testing
Last synced: 27 Feb 2026
https://github.com/f5devcentral/big-ip-atc-ready
Inspec profile to validate the readiness of the BIG-IP Automation Toolchain (ATC)
devops f5-bigip inspec test-automation testing
Last synced: 11 Apr 2025
https://github.com/sovereigncloudstack/scs-health-monitor
The new health monitor for IaaS and KaaS to test real-life scenarios
kubernetes openstack python testing
Last synced: 19 Oct 2025
https://github.com/integration-automation/loaddensity
A framework for load&stress automation
automation github jetbrains keyword-driven-testing load-testing locust python report-generation stress-testing testing
Last synced: 13 Dec 2025
https://github.com/lemaur/toolbox
Tools that you need to build your next awesome Laravel project.
code-standards code-style coverage dusk larastan laravel laravel-framework pest php-cs-fixer phpstan phpunit rector static-analysis test testing unit-test
Last synced: 13 Apr 2025
https://github.com/andreas-dorfer/in-memory-store
A thread-safe in-memory key-value store with optimistic concurrency support.
csharp dotnet fsharp in-memory-storage key-value-store mocking optimistic-concurrency prototyping testing
Last synced: 14 Oct 2025
https://github.com/boneskull/snapshot-fs
Create a snapshot of a directory for use with memfs
filesystem fixture json memfs snapshot testing
Last synced: 12 Oct 2025
https://github.com/hmarzban/codecrafters-redis-javascript
Dive into a JavaScript rendition of the Codecrafters Redis Challenge. Beyond the basics, this repo amps up Redis functionalities with benchmarks and extensive testing. It is built for enthusiasts by an enthusiast!
benchmarking codecrafters-challenge education javascript nodejs redis redis-commands testing
Last synced: 12 Oct 2025
https://github.com/mailslurp/mailslurp-client-java
Official MailSlurp email client for Java (Kotlin,Scala,Clojure+)
Last synced: 06 Mar 2026
https://github.com/amiraabouhadid/music_to_my_ears
A single page app where users can view top, new, and staff picks albums from Napster's API. Users can also view an album's tracks and even download and listen to a track preview!
react react-hooks react-router redux redux-thunk testing
Last synced: 14 Apr 2026
https://github.com/aivascu/autofixture.community.automapper
The AutoFixture integration library for AutoMapper
autofixture automapper mstest nunit test testing unit-test unit-testing xunit
Last synced: 08 Mar 2026
https://github.com/luttik/pytest-locker
The fastest way to check for unexpected changes between test runs.
pytest pytest-fixtures python testing
Last synced: 27 Jul 2025
https://github.com/boneskull/bupkis
Uncommonly extensible assertions for the beautiful people
assertion assertion-library bdd nodejs tdd test testing unit-testing
Last synced: 19 Feb 2026
https://github.com/microcks/test-github-action
GitHub Action for launching a Microcks test
api contract-testing github-actions microcks testing
Last synced: 29 Jul 2025
https://github.com/4nth0/golem
From a single config file Golem start a mock server
api api-server mock qa qatools rest-api testing
Last synced: 08 Feb 2026
https://github.com/ardetrick/testcontainers-ory-hydra
The OryHydraDockerComposeContainer is a Testcontainer extension designed for the Ory Hydra OAuth 2.0 and OpenID Connect provider. It allows you to quickly integrate and test Ory Hydra functionalities in Java applications using Docker Compose.
java oauth2 ory ory-hydra testcontainers testcontainers-java testing
Last synced: 01 Mar 2026
https://github.com/kinotiodotdev/drowser-studio
Track, Visualize and Analyze
data-visualization easy-to-use json-config metrics monitoring testing
Last synced: 05 Aug 2025
https://github.com/saturnism/testcontainers-gcloud-examples
Testcontainers gcloud Examples
examples gcloud google-cloud google-cloud-platform junit junit5 local-development pubsub testcontainers testing
Last synced: 29 Apr 2025
https://github.com/wakingrufus/tornadofx-test
Kotlin extensions for TornadoFX and TestFX
Last synced: 09 Aug 2025
https://github.com/zlib-ng/corpora
Common corpora used for lossless compression testing and benchmarking.
Last synced: 02 Feb 2026
https://github.com/javi-cc/laravel-api-server
Laravel 10 API CRUD and connected to a Mysql database and Api documentation Swagger 3.0
api api-dropbox docker dropbox dropbox-api laravel php8 pusher pusher-api pusher-server railway sanctum seeders swagger swagger3 testing upload-files
Last synced: 12 Aug 2025
https://github.com/dasydong/jmeter-dockerfiles
Setting up JMeter Distributed Load Testing Environment under Docker/K8s Yaml,性能压测docker
docker jmeter k8s kubernetes performance-testing testing yaml
Last synced: 06 Jul 2025
https://github.com/andriy-baran/rspec_request_helpers
A set of helpers for testing with RSpec
dsl hacktoberfest rails rspec ruby testing
Last synced: 13 Aug 2025
https://github.com/sgrumley/gotex
Go TUI for exploring and running test cases
Last synced: 01 Feb 2026
https://github.com/dantealonsoht/math_magicians_reactjs
This project is about a calculator created as React component, I've added the component with CSS styles, testing, and so on.
css html javascript jest json nodejs react testing webpack
Last synced: 02 Apr 2026
https://github.com/w3tecch/test-cafe-e2e
The repository serves as a boilerplate for end 2 end testing
boilerplate e2e skeleton testcafe testing testing-tools
Last synced: 09 Apr 2025
https://github.com/hanasabih/space-travelers-hub
Single Page Application which displays lists of Rockets and Missions with information from the SpaceX API. It allows a user to make reservations for rockets or join missions. Said rockets and missions are then displayed in the MyProfile page.
bootstrap css javascript react redux testing
Last synced: 02 Apr 2025
https://github.com/h1alexbel/ghquota
JUnit extension that won't run your tests if request quota in GitHub is exceeded
github junit-extension junit5 testing
Last synced: 12 Apr 2025
https://github.com/dailydevops/archiduct
.NET Architecture Test Framework
architecture architecture-tests dotnet mstest-extensions nunit-extensions testing xunit-extensions
Last synced: 11 Mar 2026
https://github.com/barelyhuman/uvu-inline-snapshot
Minimal Inline Snapshot utility for uvu/assert http://github.com/lukeed/uvu
inline snapshot snapshot-testing testing uvu
Last synced: 15 Apr 2025
https://github.com/rmattos/pinata
Piñata is a simple and lightweight .NET library for managing database state during integration testing
c-sharp data-schema database dotnet integration-testing json-data mongodb mysql testing
Last synced: 17 Aug 2025
https://github.com/codeandtheory/compose-testing-samples
This is a collection of all Android testing samples developed by YML engineering team.
android compose paparazzi screenshot shot showkase test testing
Last synced: 12 May 2025
https://github.com/syncloudsoftech/mailcatcher
Lightweight (based on Alpine) Docker image for running a (fake) local SMTP server to test outgoing emails (powered by MailCatcher).
alpine alpine-linux docker email mail mailcatcher mailhog smtp smtp-server testing
Last synced: 20 Jan 2026
https://github.com/elaichenkov/cypress-should
Supercool assertion library for Cypress
Last synced: 16 Mar 2025
https://github.com/qainsights/testing-jokes-memes
Educating Software Testing via Memes and Jokes. Submit a PR if you know a good testing joke or meme.
java jmeter jokes k6 loadrunner locust manual manual-testing meme memes neoload observability performance performance-testing python selenium software-testing test-automation testing
Last synced: 14 Apr 2025
https://github.com/kubeshop/setup-testkube
GitHub Action to set up the Testkube CLI
automation cicd github-actions test-automation testing
Last synced: 07 Apr 2025
https://github.com/open-atmos/jupyter-utils
utility routines for embedding vector graphics and animations in Python Jupyter notebooks using matplotlib (with focus on testing and Colab & GitHub compatibility)
animations colab jupyter-notebook matplotlib pip pypi-package python testing vector-graphics
Last synced: 04 Jul 2025
https://github.com/cleilsonandrade/gestao-vagas-api
Gestão Vagas API é uma API Rest, que foi desenvolvida com de gerenciamento para cadastramento de empresa e suas vagas de emprego e candidatos para o preenchimento das mesmas. Com possibilidades de cadastramento de vagas, aplicação do candidato e filtro de busca pelo mesmo, exibição do currículo do candidato e listagem de informações das vagas.
api backend docker docker-compose hr human-re human-resources java job-vacancy jpa junit jwt lombok maven spring spring-boot spring-security sql testing
Last synced: 22 Sep 2025
https://github.com/gdonald/bdd-behave
A behavior driven development framework for Raku
bdd framework raku spec test testing testing-tools
Last synced: 27 Dec 2025
https://github.com/waicool20/cvauto
Computer Vision Automation
automation computer-vision testing
Last synced: 23 Apr 2025
https://github.com/realtemirov/repoimpl
Repositories, migrations and tests with model
go golang migration migrations repository testing
Last synced: 29 May 2026
https://github.com/dna-engine/load-web-page-jsdom-jasmine
Minimal example of loading a web page into jsdom and testing with Jasmine
example jasmine javascript jsdom localhost nodejs testing url
Last synced: 30 Apr 2025
https://github.com/ellraiser/love-test
test suite for the LÖVE API
love love2d testing testing-framework testing-tools
Last synced: 22 Apr 2025
https://github.com/uetchy/logue
🌝 Keep your interactive command-line apps testable.
Last synced: 19 Apr 2025
https://github.com/casper-network/casper-nctl
CLI application used to control local Casper networks.
blockchain blockchain-technology casper-blockchain casper-network cli developer-tools devops hacktoberfest local-network python shell testing
Last synced: 07 Jan 2026
https://github.com/prantlf/tehanu
Blazingly fast, tiny and simple JavaScript test framework with pluggable reporters and an optional runner.
test test-framework test-harness test-runner testing testing-framework unit-testing
Last synced: 21 Jun 2025
https://github.com/wlsf82/mundo-paralelo
Projeto exemplo para demonstrar paralelização de testes automatizados com Cypress e GitHub Actions.
continuous-integration cypress github-actions parallelization testing
Last synced: 23 Apr 2025
https://github.com/ruc-course-development/contest
A Console Application Tester
console python python-3 python3 testing testing-tools yaml
Last synced: 24 Dec 2025
https://github.com/boneskull/intro-to-mocha
Slide deck for "Intro to Mocha" talk
integration-testing mocha mochajs presentation reveal-js slides testing testing-framework tutorial unit-testing
Last synced: 09 Apr 2025
https://github.com/gastonchenet/readmetrics
📜 ReadMetrics is a github metrics generator for your profile README.md
bun readme readme-profile svg testing typescript
Last synced: 15 Apr 2025
https://github.com/mgernand/extensions.logging.mock
A unit-testing extension for verifying a logger mock.
logging mock moq ms-extension-logging test testing unit-testing verification
Last synced: 24 Jan 2026
https://github.com/ernsthaagsman/car-behave
An example to show how BDD works
Last synced: 14 Jul 2025
https://github.com/lindelwa122/colorful-test
A unit testing framework with colorful messages.
colorful cool framework python testing unittesting
Last synced: 08 Apr 2025
https://github.com/mfaisalkhatri/live-chat-playground
A demo live chatting application built for testers to practice and learn web automation testing.
chat-app nextjs nodejs practice-project sample-app tailwindcss testing websocket
Last synced: 19 Apr 2025
https://github.com/cartiqo/discordjs-v14-templates
Discord.js updated templates from others and me! I will give credit in the codes if its owned by others!
discord-template-js discord-v14 discordjs template testing
Last synced: 21 Jun 2026
https://github.com/miroslav-reiter/penetration_testing_sql
🐱💻 Penetration Testing SQL - Materiály, zdrojové kódy, testovacie sady a prípady, zdroje a návody ku kurzom: Penetračné Testovanie, Testovanie softvéru a SQL kurzy
cracking hack mysql penetration-test penetration-testing penetration-testing-tools reiter sql testing testing-practices testing-tools
Last synced: 29 Jun 2026
https://github.com/duckyuck/rubberlike
A Clojure library for creating embedded Elasticsearch servers.
clojure elasticsearch embedded inmemory testing
Last synced: 15 Jun 2026
https://github.com/jottenlips/jazz-charts-api
🎼 Simple API demonstrating Ariadne GraphQL, Pytest, Serverless, Moto, and DynamoDB
ariadne boto3 dynamodb example flask graphql graphql-server jazz moto pytest python schema-first sdl serverless testing
Last synced: 09 May 2026
https://github.com/vinkius-labs/faker-mcp
Vinkius Edge high-performance Model Context Protocol (MCP) server for generating realistic mock data.
ai-agent developer-tools faker llm-tool mcp mcp-server mock-data modelcontextprotocol synthetic-data testing vinkius vinkius-edge
Last synced: 27 Jun 2026
https://github.com/ariejan/black-flag
Dockerized Regtest Bitcoin Network: batteries included!
api bitcoin docker docker-compose insight regtest test testing testing-tools testnet
Last synced: 09 May 2026
https://github.com/kubism/testutil
Collection of helpers to ease implementing integration tests utilizing kind, helm and kubernetes
Last synced: 20 Jun 2026
https://github.com/bitomule/mav
Deterministic iOS app validation CLI for AI coding agents.
accessibility agents ai-agents appium automation claude-code cli ios mobile-testing swift testing xcode
Last synced: 19 Jun 2026
https://github.com/imbus/robotframework-tablelibrary
Robot Framework Library for easy handling of tabular data formats such as CSV, Excel, Parquet, and more.
robotframework robotframework-library testing
Last synced: 17 Jun 2026
https://github.com/veilair/ui-testing-development
An ongoing curated list of frameworks, books, articles, talks, screencasts, recordings, libraries, learning tutorials and resources about UI Testing & Best Practices Development
best-practices gui gui-automation gui-framework gui-toolbox guidelines integration integration-testing test-framework testing testing-tools ui ui-components ui-design ui-framework ui-library ui-testing ui-tools unit-testing
Last synced: 17 Jun 2026
https://github.com/weltling/virtio-villain
Battle test virtio device models
c cloud-hypervisor fault-injection fuzzing hypervisor kvm negative-testing qemu security testing virtio vmm
Last synced: 16 Jun 2026
https://github.com/pouria-mirebrahimi/nestjs-boilerplate
A boilerplate project for Nest.js web server.
boilerplate nestjs template testing typeorm
Last synced: 05 May 2026
https://github.com/qajonatasmartins/skills-testing-qa
Skills, Agents, Tools and setups for QAs
agents ia skills software-testing testing
Last synced: 24 Jun 2026
https://github.com/soapbucket/mcptest
The test suite your MCP server is missing. Tool, resource, agent-loop, schema-drift, compliance, and security tests against any Model Context Protocol server, in CI on every commit. One YAML suite, deterministic cassette replay, multi-model comparison, and LLM-judge evals. Rust, Apache-2.0.
agent-testing ai-agents anthropic compliance conformance developer-tools evals llm llm-as-a-judge llm-as-a-jury llm-evaluation llm-testing mcp mcp-testing openai security test-automation testing
Last synced: 26 Jun 2026
https://github.com/pocmo/uitest-agent
A natural language-based agent for automating UI testing on mobile devices and web applications using Google's Gemini AI models.
agent ai mobile testing ui-testing web
Last synced: 28 Jun 2026
https://github.com/ryanmaclean/esrally-docker
An Elastic ES Rally Docker container image that allows you to run ESRally in a container and point it at a remote Elasticsearch host/cluster in order to run and re-run benchmarks.
alpine benchmark benchmarking docker elasticsearch elasticsearch-cluster elk esrally moby python testing
Last synced: 06 May 2026
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