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/lambdatest/unittest-set-testname
How to set test name for automation test in UnitTest on LambdaTest,
lambdatest selenium testing unittest
Last synced: 26 Mar 2025
https://github.com/lambdatest/unittest-terminal-logs
How to upload and view UnitTest terminal logs on LambdaTest,
lambdatest selenium testing unittest
Last synced: 26 Mar 2025
https://github.com/lambdatest/unittest-upload-file
How to upload file on LambdaTest for automation test in UnitTest
lambdatest selenium testing unittest
Last synced: 04 Aug 2025
https://github.com/lambdatest/unittest-geolocation
How to run your automation test for a particular location in UnitTest on Lambdatest
lambdatest selenium testing unittest
Last synced: 26 Mar 2025
https://github.com/bobbyg603/ng-testing-tips-first-value-from
Angular Testing Tips: FirstValueFrom companion repo
angular observables promises rxjs testing typescript
Last synced: 17 May 2026
https://github.com/rpacholek/test_dir
Fast creation of file structure for testing purpose in Rust.
Last synced: 12 Dec 2025
https://github.com/unb-libraries/cypress.mongodb.lib.unb.ca
A MongoDB for E2E testing results at UNB Libraries.
Last synced: 10 Apr 2025
https://github.com/ola-kaznowska/error-handling-try-except
Error handling in Python 3.13.2
clean-code error-handling python python3 testing try-except
Last synced: 08 Sep 2025
https://github.com/kungfux/ffs-util
Command line tool to fill up all available free space on the drive
free-space qa resilience-testing testing testing-tools
Last synced: 17 Mar 2025
https://github.com/andifalk/asvs-testing
Use the OWASP Application Security Verification Standard as a Guide for Automated Unit and Integration Tests
asvs java owasp requirements security test-automation testing
Last synced: 29 Apr 2026
https://github.com/sassman/edu-tdd-rust
little rust starter hint series: tests and TDD
article rust-lang showcase testing
Last synced: 26 Mar 2025
https://github.com/adamdawi/sudoku-solver
Sudoku solving mobile app utilizing a backtracking algorithm
backtracking-algorithm canvas coroutines instrumentation-tests junit4 kotlin-android mockk sudoku sudoku-solver testing unit-testing
Last synced: 28 Mar 2025
https://github.com/purinton/module-template
Minimal Node.js module template
boilerplate ci cjs commonjs continuous-integration esm javascript jest library module node nodejs npm package template testing typescript
Last synced: 30 Dec 2025
https://github.com/stdlib-js/stats-strided-ztest
Compute a one-sample Z-test for a strided array.
array hypothesis javascript math mathematics node node-js nodejs normality statistics stats stdlib strided strided-array testing typed z-test ztest
Last synced: 02 Jul 2026
https://github.com/andreaskarz/funkybdd.sxs.selenium.webelement
Extensions for the Selenium IWebElement. Integrates properties and methods that are always needed. Supports the POM and APOM principles.
apom automated-testing bdd bdd-framework extension extension-methods iwebdriver iwebelement pom selenium selenium-csharp selenium-webdriver sxs testing testing-framework
Last synced: 17 May 2026
https://github.com/trentmwillis/unified-testing-example
An example of a "unified testing stack" for unit, integration, and end-to-end tests
javascript testing unified-testing
Last synced: 28 Mar 2025
https://github.com/normandy72/testing-with-jasmine
Testing Javascript with Jasmine. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.
angular angularjs css css3 html html5 jasmine jasmine-tests javascript js testing unit-test
Last synced: 19 Jan 2026
https://github.com/isen-ng/junit5-dbsetup-annotations
JUnit5 extensions for DbSetup
annotations dbsetup java junit junit-jupiter test-framework testing
Last synced: 24 Jun 2025
https://github.com/r8vnhill/scala-dibs
Code examples for the Design and Implementation of Software Libraries course (DIBS), focused on Scala. Covers OOP, FP, testing, and more — fully in English, built with SBT and Scala 3.
course-examples education functional-programming oop property-based-testing sbt scala scala2 scala3 software-libraries testing university
Last synced: 02 Apr 2025
https://github.com/i2van/lprun
The LPRun is the LINQPad driver's unit/integration tests runner. Can be used for testing LINQPad 8/LINQPad 7/LINQPad 6 drivers or for running LINQPad scripts.
dotnetcore31 integration-testing linqpad linqpad6 linqpad7 linqpad8 lprun net6 net7 net8 testing testing-tools unit-testing
Last synced: 12 Mar 2025
https://github.com/tbrandenburg/acp-inspector
Visual inspector and debugging tool for Agent Client Protocol (ACP) agents and servers – like MCP Inspector, but for ACP.
acp agent-client-protocol agents debugger developer-tools inspector json-rpc protocol testing zed
Last synced: 17 May 2026
https://github.com/eddie4k-code/pyreport
Simple module / script that can be used to generate HTML reports for tests. Using BeautifulSoup
automation-test automation-testing python python-test-reporter pythonreporter qa reporting test testing testing-tools testreport testreporter
Last synced: 30 Jun 2026
https://github.com/cchacin/codegen-tester
Swagger Codegen Testing Library
cucumber cucumber-jvm gherkin java swagger swagger-codegen test testing testing-tools unit-testing
Last synced: 17 May 2026
https://github.com/mp81ss/mpunit
C++ unit test framwork
cplusplus cpp header-only library test testing testing-framework unicode xunit xunit-framework xunit-tests
Last synced: 17 Mar 2025
https://github.com/timursus/differencecalculator
Compare configuration files
cli comparison hexlet-projects jest nodejs testing trees utility
Last synced: 04 Apr 2026
https://github.com/brians-open-source-stuff/robust-express-app
An exploration into what practices are necessary and advisable for running a robust ExpressJS application in production.
expressjs performance security testing
Last synced: 09 Apr 2026
https://github.com/adityachandak287/unit-testing-demo
Repository for Unit Testing Presentation
Last synced: 13 Mar 2025
https://github.com/lukasraider/junittestingcalcandsignum
Simple calculator and Signum Junit testing
calculator junit5 signum testing
Last synced: 14 May 2026
https://github.com/textbook/rps-tdd
Worked example for "JS TDD FTW"
extreme-programming javascript tdd testing
Last synced: 20 Jul 2025
https://github.com/libraz/claude-coverwise
Make Claude write tests that actually cover every parameter interaction. Pairwise / t-wise coverage checking and generation as a Claude Code plugin, backed by the coverwise WASM engine.
ai-testing claude-code claude-code-plugin combinatorial-testing covering-array coverwise mcp mcp-server pairwise t-wise test-generation testing
Last synced: 07 Apr 2026
https://github.com/swapno963/test-driven-development-mvt
Implemented Unit Tests, Integration Tests, and Functional Tests
cicd django functional-testing integration-testing test-automation testing testing-tools unit-testing
Last synced: 25 Apr 2026
https://github.com/spazmodius/hrbench
High-resolution micro-benchmarking in Node.js
Last synced: 17 May 2026
https://github.com/cioina/angular-test-example
Angular test project for cioina.azurewebsites.net
Last synced: 28 Apr 2026
https://github.com/alltonp/flakeless
light touch, flake free browser testing in scala
flaky-tests scala testing webdriver
Last synced: 11 Jan 2026
https://github.com/mjlenkiewicz/debian-mate
Do you want to create a secure development and testing environment with Linux for temporary or ephemeral use? Here you have the dockerfile and all the extra files for building and running a fully containerized Linux Debian 12 "Bookworm" with Mate Desktop environment.
blockchain containers debian debugging development devops docker linux mate miniconda3 networkingtools nodejs phyton securedevelopmentenvironment testing vscode web3
Last synced: 05 Apr 2026
https://github.com/aarooshsaifanboy322/beta_tester_form
Want to be a beta tester? Create an account here! Download the form file first and then fill up the form! 👇🏼👇🏼
account beta betatester creation form project python testing
Last synced: 12 Mar 2025
https://github.com/lambdatest/mocha-js-headless
How to run an automation test in Mocha-js in headless mode on LambdaTest
lambdatest mochajs selenium-webdriver testing
Last synced: 24 Jan 2026
https://github.com/kevintsengtw/dotnet-testing-agent-skills
AI Agent Skills for .NET Testing - Based on 30-Day Testing Challenge (iThome Ironman 2025 Winner)
agent-skills ai-assisted-development copilot-skills csharp dotnet dotnet-testing github-copilot integration-testing testing unit-testing xunit
Last synced: 11 Mar 2026
https://github.com/abbaszaidi123/titanic-survival-prediction
ai mlops nlp nlp-machine-learning python testing training
Last synced: 16 Dec 2025
https://github.com/dloomplz/simple-flask-web-app-ci-cd
Simple Flask Web-App with integration tests + local integration script
flask integration jinja2 python testing
Last synced: 16 May 2026
https://github.com/yuvimittal/net-bandwidth-speed
Simple tool written in vanilla JS to check the download bandwidth speed.
Last synced: 06 Mar 2026
https://github.com/peterjclaw/fake-enum-members
Helper util to create fake enum members, intended for use in tests.
Last synced: 21 Mar 2025
https://github.com/chiiya/comet-docs
Bachelor thesis for comet
api api-blueprint documentation open-api raml rest swagger testing
Last synced: 02 Jul 2026
https://github.com/kaungkhantkyaw1997/mock-api-gateway
A simple and configurable mock server for simulating API endpoints.
api authentication crud mock pagination search server testing
Last synced: 06 Mar 2026
https://github.com/telefonica/testing.hadoop
Automatic launcher for hadoop-unit from Python
cdco hadoop hadoop-unit python testing
Last synced: 21 Mar 2025
https://github.com/armsnyder/awswebsocketadapter
Go package for running an AWS Lambda function for a websocket-type API Gateway, locally
adapter api-gateway aws aws-api-gateway aws-apigateway aws-lambda aws-lambda-golang aws-websockets lambda-go local-development testing testing-tools websocket websocket-server websockets
Last synced: 20 Jun 2026
https://github.com/halas77/halas
This project is a hands-on exercise focused on creating an ERC-20 token, named Halas.
erc-20 hardhat openzeppelin-contracts scripting testing
Last synced: 12 Jun 2026
https://github.com/charlyautomatiza/boilerplate-webdriverio
Este repositorio contiene un boilerplate (plantilla inicial) para empezar a trabajar con WebdriverIO, un framework de automatización de pruebas para navegadores web y aplicaciones móviles.
appium appium-android test-automation testautomationframework testing testing-tools webdriverio
Last synced: 12 Jun 2026
https://github.com/caltechlibrary/safer-php
A tiny input vetting library for legacy PHP code
legacy-php php testing tiny vetting-library
Last synced: 12 Jun 2026
https://github.com/ravidsrk/frontguard
AI-powered frontend visual regression testing. Detect, understand, and fix visual bugs before production.
ai automated-testing cli frontend-testing playwright screenshot-testing testing typescript visual-regression-testing
Last synced: 12 Jun 2026
https://github.com/epatrizio/ctestfmk
Minimalist and naive unit testing framework in C language
Last synced: 13 Jun 2026
https://github.com/corvid-agent/fledge-plugin-test-store
WASM plugin testing store capability for fledge — verifies key-value persistence via fledge::store_set/store_get
fledge fledge-plugin testing wasm
Last synced: 13 Jun 2026
https://github.com/liragbr/keylogger
Remote keylogger server/client.
csharp csharp-script cybersecurity hacktools keylogger security security-testing security-tools study testing tools
Last synced: 13 Jun 2026
https://github.com/roydevashish/path-to-software-engineer
My resources 📚
development dsa git programming-languages testing
Last synced: 13 Jun 2026
https://github.com/shahidmalik4/data-platform-forge
A production-style local data platform built with modern data engineering tools. This project simulates a real-world ELT pipeline — from raw data ingestion through transformation and orchestration — using the same stack used in professional data engineering teams.
dagster dbt dlt postgresql testing uv
Last synced: 15 Jun 2026
https://github.com/bunnysayzz/modelman
MCP Testing Tool - Like Postman, but for the Model Context Protocol.
agent agents ai cursor mcp mcp-client mcp-server mcp-testing postman test-tools testing
Last synced: 16 Jun 2026
https://github.com/fpopic/cmake-googletest-template-project
(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".
cmake google-test testing unit-testing
Last synced: 16 Jun 2026
https://github.com/nanlabs/nan-python-engineering-labs
Self-guided learning system for professional Python engineering — typing, testing, async, FastAPI, performance. NaNLABS Lab Charter v1.
async charter-v1 fastapi learning-labs nanlabs packaging python testing typing
Last synced: 16 Jun 2026
https://github.com/quinnjr/blackbox-bench
A lightweight, zero-dependency Python benchmarking library with decorator and context manager APIs, CLI, and run comparison
benchmark benchmarking cli developer-tools optimization performance profiling python testing timing
Last synced: 16 Jun 2026
https://github.com/matheusrf96/agentspec
Spec-driven evaluation framework for AI agents
agent-evaluation ai-agents benchmark deepseek evaluation-framework llm-agents llm-evaluation mcp openai pytest spec-driven testing
Last synced: 16 Jun 2026
https://github.com/optiflowic/kumolo
A high-fidelity AWS emulator for local development and testing
aws aws-emulator developer-tools dynamodb golang local-development s3 sts testing
Last synced: 17 Jun 2026
https://github.com/jinshuju/agent-miniprogram
A CLI tool that helps AI agents test and operate WeChat Mini Programs.
ai-agent automation cli jinshuju testing typescript wechat-mini-program
Last synced: 17 Jun 2026
https://github.com/shwetank/promptecho
Record & replay for LLM API calls. Like vcrpy / nock, but built for the way LLM traffic actually behaves.
anthropic llm openai pytest record-replay testing testing-tools vcr
Last synced: 18 Jun 2026
https://github.com/andres29ac/proyectos-cshrap-aspnet
En este repositorio se almacenara Proyectos en C# y ASP.NET
api asp-net asp-net-mvc csharp patrones-diseno testing
Last synced: 18 Jun 2026
https://github.com/neelsoumya/testing_framework_r
An example to show a testing framework in R using the testthat package.
Last synced: 19 Jun 2026
https://github.com/flarebyte/baldrick-pest
Cunning regression tests for CLI applications
cli npm-cli regression-testing testing
Last synced: 19 Jun 2026
https://github.com/bitomule/musts
The validation loop that stops AI coding agents from claiming work is done before it actually is.
agents ai-agents claude-code cli developer-tools dogfooding rust testing validation
Last synced: 19 Jun 2026
https://github.com/da0101/test-inspector
Catch theater, weak, and missing unit tests in VS Code. Local-first detective with line-anchored evidence and an optional anti-hallucination AI second opinion (OpenAI / Claude / Gemini).
anthropic code-quality developer-tools flutter gemini llm local-first openai react test-quality testing typescript vscode vscode-extension
Last synced: 12 Jun 2026
https://github.com/hebertcisco/php-testing-skill
PHP Testing Skill
ai ai-agent ai-agents ai-skill ai-skills ai-tools pest pestphp php php-testing-skill php8 phpunit skill skills testing testing-ai testing-automation testing-tool testing-tools
Last synced: 20 Jun 2026
https://github.com/guardian/pa-scout
A command-line tool for searching the Press Association football data API
Last synced: 20 Jun 2026
https://github.com/nadafeteiha/applied-ai-system-project
AI-powered pet care scheduling — built with a local RAG pipeline and a Streamlit interface.
ai-assistant python rag testing
Last synced: 20 Jun 2026
https://github.com/wan-huiyan/test-effectiveness-auditor
Quantitatively measure how effective a project's automated test suite is at catching real bugs, by replaying historical incidents at pre-fix commits and classifying CI failure history. A Claude Code skill.
audit claude-code claude-code-skill incident-replay test-effectiveness testing
Last synced: 21 Jun 2026
https://github.com/gechandesu/httest
HTTP test server
http-mocking http-server mock-server testing testing-tool vlang
Last synced: 21 Jun 2026
https://github.com/fmguerreiro/vitest-coverage-per-test
Vitest reporter that emits per-test runtime coverage attribution as JSON
code-coverage coverage javascript reporter test-coverage testing typescript vitest vitest-plugin
Last synced: 22 Jun 2026
https://github.com/thanos/livebook_test
Bring mix test-style workflows to Livebook. Test .livemd notebooks locally or in CI/CD by converting them to executable Elixir scripts, validating examples remain working, and supporting local dependency overrides so standalone notebooks can be tested against your current checkout.
cicd developer-tools documentation-testing elixir elixir-lang github-actions livebook livemd mix mix-task notebooks test testing
Last synced: 22 Jun 2026
https://github.com/ardasnturk/react-native-accessibility-automation
Self-hosted accessibility automation and reporting dashboard for Expo and React Native apps.
a11y accessibility android appium automation expo ios nextjs react-native testing webdriverio
Last synced: 22 Jun 2026
https://github.com/loosedwhale/carbon_world_test
csharp learning school testing
Last synced: 22 Jun 2026
https://github.com/selamy-labs/python-repo-template
Selamy Labs Python repository template — starts at the OSS-excellence bar (LICENSE, reusable CI, src layout, passing tests)
oss-template python repository-template reusable-ci testing
Last synced: 23 Jun 2026
https://github.com/evolver-dev/setup-evolver-tools
GitHub Action: install evolver-tools (254 CLI tools) in CI
ci cli cli-tools continuous-integration developer-tools devops github-action pip python testing
Last synced: 23 Jun 2026
https://github.com/possen/resonancekit
ResonanceKit is a framework for async json rest frameworks. It utilizes Coroutines to allow awaiting on main thread.
await codable decodable encodable lightweight mock networking swift swift-package-manager swift5 testing
Last synced: 23 Jun 2026
https://github.com/enricosada/dotnetnewfsprojtestingsamples
Common scenarios, ready to use for testing the new fsproj in the IDE integrations
dotnet-cli fsharp fsproj testing
Last synced: 24 Jun 2026
https://github.com/mahtf/leilao-csharp
Aplicativo de um leilão, para estudo de testes realizado em C# (csharp)
Last synced: 24 Jun 2026
https://github.com/lambdatest/python-selenium-incognito
Run Incognito Mode Tests With Python Selenium on TestMu AI (Formerly LambdaTest).
python selenium testing testmuai
Last synced: 24 Jun 2026
https://github.com/sulthonzh/api-contract-tester
Comprehensive CLI tool for testing API contracts between frontend and backend systems
api backend cli contract frontend testing typescript validation
Last synced: 25 Jun 2026
https://github.com/matthiasdebernardini/mutation-killing-orchestrator
A Claude Code skill that triages cargo-mutants survivors by real-world impact and writes the killing tests for the top findings — model-tiered (Opus judges, Sonnet executes).
cargo-mutants claude-code claude-skill mutation-testing rust testing
Last synced: 27 Jun 2026
https://github.com/zoraizmohammad/sonicsync
Wearable Subaqueous Psychoacoustic Testing Apparatus
cad esp32 firmware hardware-designs testing
Last synced: 28 Jun 2026
https://github.com/catesandrew/playwright-tui
Terminal UI wrapper for Playwright test runner with live stats, failure cards, and interactive controls
developer-tools ink playwright react terminal test-runner testing tui typescript
Last synced: 28 Jun 2026
https://github.com/tushariitr-19/assay
Framework-agnostic evaluation harness for Go — test your MCP servers and AI agents with scored, CI-ready checks.
adk agent-eval ai-agents cli evaluation golang llm-eval mcp model-context-protocol testing
Last synced: 28 Jun 2026