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/victor-fiamoncini/polls_for_devs_server
Polls for Devs Server
clean-architecture node tdd testing
Last synced: 16 Apr 2026
https://github.com/brian-emarquez/python-with-selenium
Software de optimización de Pruebas para Chrome (Nicolas Alvarez)
automation chrome cv2 pyhton python3 selenium testing unitest xpath
Last synced: 19 Apr 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/maheshkumar-novice/tic-tac-toe-with-tests
A command line game written in Ruby with Tests
Last synced: 02 May 2026
https://github.com/matiasjastrebow/tp-tadp-metaprogramacion
Trabajo Práctico de Metaprogramación de la materia Técnicas Avanzadas de la Programación (TADP) de la UTN 2024
metaprogramming mocking reflection rspec ruby spies testing unit-testing
Last synced: 02 May 2026
https://github.com/dryvist/python-template
Professional Python project template with pytest, automated code quality (Black, Ruff, MyPy, Bandit), pre-commit hooks, and GitHub Actions mandating 100% coverage. Targets Python 3.11+ and eliminates boilerplate setup, enabling immediate development with rigorous quality gates for production-ready projects.
bandit best-practices black boilerplate ci-cd code-coverage code-quality github-actions mypy pre-commit pyproject-toml pytest python python-template ruff security-scanning testing type-checking
Last synced: 03 Jun 2026
https://github.com/restuwahyu13/express-testing-mocha
example development testing with mocha and chai
express mocha-chai mocha-tests nodejs testing ts-node typescript
Last synced: 02 May 2026
https://github.com/luohino/nexusvault
NexusVault is a modern, high-performance developer platform for hosting repositories, browsing code, and collaborating on anomalies.
contributions-welcome open-source testing
Last synced: 03 May 2026
https://github.com/dansalahi/fullstack-campaign-affiliate
Fullstack Campaign Affiliate Platform - This is a full-stack application for managing affiliate marketing campaigns and influencers. The platform allows brands to create campaigns, manage influencers, and track the performance of their affiliate marketing efforts.
mongodb nestjs reactjs testing typescript
Last synced: 19 Apr 2026
https://github.com/christoffer-nylen/adarorg
Measures RORG coverage of Ada95 software.
asis asis-for-gnat coverage instrumentation mcdc ror rorg testing
Last synced: 09 Jun 2026
https://github.com/luispagarcia/gatsby-jest-template
Basic example to use Jest test on Gatsby app
gatsbyjs jest jest-tests testing
Last synced: 03 May 2026
https://github.com/johnserrano15/testmocha
Algunos ejemplos de test unitarios con mocha y chai.
chai javascript mocha test testing
Last synced: 03 May 2026
https://github.com/lambdatest/python-selenium-geolocation
How to add geolocation to an automation test in Python-selenium on LambdaTest
lambdatest python selenium testing
Last synced: 03 May 2026
https://github.com/scottdj92/ava-poc
a POC for writing tests with AVA
ava testing testing-tools typescript
Last synced: 15 Jun 2026
https://github.com/slava0135/doktest
The Gradle plugin that verifies your Kotlin code inside KDoc comments.
docs doctest gradle gradle-plugin kdoc kotlin testing
Last synced: 03 May 2026
https://github.com/behnaz-mirmiran/ci-github-actions
ساخت جریان برای تست پروژه
actions automation ci-cd github testing
Last synced: 18 Apr 2026
https://github.com/shubhrajps/levels-fyi-countries
A Nest.js app for fetching data from restcountries.com and searching through it to display the countries and details in a card design.
countries jest nextjs reactjs tailwindcss testing typescript
Last synced: 05 Apr 2026
https://github.com/toxe/react-testing
React testing examples
dom-testing-library expect-more-jest jest jest-dom jest-extended react test testing testing-library testing-library-react user-event
Last synced: 03 May 2026
https://github.com/flaviosouzasantos/uptime-owlet
graphql java monitoring spring-boot testing
Last synced: 03 May 2026
https://github.com/dimuzzo/intrusion-detection-tester
Little intrusion detection tester using python. The project is inspired by the article from freeCodeCamp: https://www.freecodecamp.org/news/build-a-real-time-intrusion-detection-system-with-python/
intrusion-detection-system python testing
Last synced: 04 May 2026
https://github.com/gadiim/playwrightallure_01.10.24
This project is a test automation suite built using Playwright, aimed at ensuring the functionality and reliability of web applications. It includes a series of automated tests that cover essential user interactions and verify the expected behavior of the application.
allure automation gh-actions gh-pages javascript playwright playwright-javascript playwright-tests testing
Last synced: 04 May 2026
https://github.com/zer0contextlost/llmtape
Record and replay LLM API calls in tests — zero cost, zero flakiness
anthropic cassette developer-tools llm openai python testing vcr
Last synced: 04 May 2026
https://github.com/veldhub/veld_code__simple_docker_test
Code veld providing a simple docker test.
Last synced: 04 May 2026
https://github.com/devilrancy/robot-cx-python
A Docker image indented to use for Robot Framework Testing with cx_Oracle prebuilt.
cx-oracle devops docker python python-2 python-3 robot-framework robotframework testing
Last synced: 04 May 2026
https://github.com/rossyman/jasminum
Decorators and utilities for a more expressive jasmine testing experience
angular jasmine jasminum javascript testing typescript
Last synced: 04 May 2026
https://github.com/codeofnode/allrounder
It validate everything. From rest call to dbvalidation to system commands to unit tests. Just almost everything.
command db mocha-tests rest-api testing unit-testing
Last synced: 04 May 2026
https://github.com/0-co/mcp-test
pytest integration and CLI for testing MCP servers — the missing testing layer for MCP
cli integration-testing mcp mcp-server mcp-testing pytest python testing
Last synced: 04 May 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/lokie-codes/music-app
The Music App is a Django Rest Framework-based application designed for sharing music with others. With three types of access levels (public, protected, and private), users can sign up using their email, log in securely, and enjoy a seamless music-sharing experience.
api-rest django django-rest-auth django-rest-framework python testing
Last synced: 04 May 2026
https://github.com/karenpayneoregon/writing-sql-queries-csharp
recommendations for writing basic sql outside of code
csharp design sql testing visual-studio
Last synced: 04 May 2026
https://github.com/sonalys/react-testing
Simple example for reactjs testing
boilerplate jest learning-by-doing react testing
Last synced: 04 May 2026
https://github.com/realazthat/snipinator
Embed Python code snippets in your README.md from actual (testable) code.
documentation documentation-generator documentation-tool documentation-tools dynamic-documentation github include jinja2 markdown preprocessor readme readme-md readme-template snippets templates testing
Last synced: 05 May 2026
https://github.com/sakejs/sake-mocha
Add test, test:ci and test:watch tasks powered Mocha to your Sakefile.
javascript mocha nodejs sake tasks testing
Last synced: 05 May 2026
https://github.com/stefanhorning/rails_dummy
Just a rails dummy for testing stuff
boilerplate dummy rails testing
Last synced: 18 Apr 2026
https://github.com/danieldantasdev/aspnetcore-turbo_formation-course-luisdev-part-5_dotnet-8_csharp-12
Formação avançada ampliando o projeto DevFreela com novos recursos: filtragem, paginação, Docker, Unit of Work, transações, correções de testes unitários e boas práticas com EF Core. Evolução direta da Formação ASP.NET Core.
aspnetcore backend best-practices clean-architecture csharp devfreela docker dotnet ef-core filtering luisdev pagination software-engineering testing transactions unit-of-work xunit
Last synced: 05 May 2026
https://github.com/kjirou/js-unit-test-on-rails
Sprockets で生成された application.js に対してユニットテストを実行する構成例
javascript karma rails sprockets testing
Last synced: 05 May 2026
https://github.com/juancastillo0/dart_github_actions
Collection for Dart and Flutter Github actions workflows, configurations and scripts for continuous integration and deployment (CI & CD)
cd ci codecov coverage coveralls dart deployment flutter formatting github-actions linting testing
Last synced: 05 May 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/clark-ewerton/mobile-test-automation-lab
🚀 Mobile Test Automation Lab | A scalable Appium + Java framework for Android/iOS testing. Features: ✔ Parallel testing | ✔ Allure Reports | ✔ CI/CD (GitHub Actions) ✔ Sauce Labs integration | ✔ DataProvider
allure-report android android-testing appium cicd github-actions github-page github-pages java maven mobile-testing saucelabs test-automation testing testng
Last synced: 05 May 2026
https://github.com/justinhwang92/jc-netflix
Netflix Clone made with React, Custom Hooks, Context, and Firebase
clone-coding firebase react react-hooks styled-components testing
Last synced: 05 May 2026
https://github.com/caithesi/java-spring-experiment
hexagonal-architecture java spring-boot springbatch springjpa testcontainers testing
Last synced: 18 Apr 2026
https://github.com/mustafaautomation/qa-dash
Unified QA dashboard — aggregates Playwright, Jest, Newman, k6, JUnit results into a single quality view with health scoring
dashboard health-score jest junit k6 newman nodejs playwright qa test-results testing typescript
Last synced: 04 Apr 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/pedrosfaria2/python_drop_copy
A dropcopy in python using fix protocol
fix-protocol high-frequency-trading pytest python python3 quick-fix rich test-driven-development testing trading unit-testing
Last synced: 09 Jun 2026
https://github.com/solracsx/powersub-demo-8327
⚡ Simplify your subscription management with powersub-demo-8327, a demo tool to streamline and automate your service subscriptions effortlessly.
api backend demo deployment educational frontend graphql javascript open-source powersub programming sample-code testing tutorials web-development
Last synced: 06 May 2026
https://github.com/paveldymkov/puppeteer-io
Library for tests with Puppeteer using Jest or Mocha
headless-chrome puppeteer testing
Last synced: 06 May 2026
https://github.com/zsoulaimane/api-and-network-blockchain
block blockchain express hash javascript json nodejs postman pubsub redis testing
Last synced: 04 Apr 2026
https://github.com/carloscolbe/url-to-json
URL query to JSON and JSON to URL with query
api json querystring testing testing-tools url
Last synced: 06 May 2026
https://github.com/twyla-ai/hasura-world-db
A graphql interface using hasura and postgres for the MySQL world sample dataset
docker graphql graphql-interface hasura postgresql sample-dataset testing world-database
Last synced: 06 May 2026
https://github.com/gotesttools/limgo-badge-action
GitHub Action for limgo to generate badges showing the test coverage
badge-generator github-actions go golang test-coverage testing
Last synced: 06 May 2026
https://github.com/doamaral/webdriverio-mocha-chai
Trying out WebdriverIO test project features
javascript mocha selenium testing webdriverio
Last synced: 06 May 2026
https://github.com/codezeilen/rosetta-test
Write and use test suites across projects in different programming languages.
automated-testing conformance-suite test-framework test-suites testing
Last synced: 04 Mar 2026
https://github.com/averrunci/carna
Carna is a testing and specification framework for .NET Platform
Last synced: 07 May 2026
https://github.com/adamcegielka/my-shop-automationpractice-pl
Create test cases in TestRail, report bugs in JIRA and create automated tests in Playwright
bug-reporting jira manual-testing playwright test-automation test-cases testing testrail typescript vscode
Last synced: 07 May 2026
https://github.com/basedwon/testr
Testr is a flexible, lightweight and based testing library for JavaScript. It's designed to work seamlessly in both browser and Node.js environments.
browser chai js nodejs test-runner testing
Last synced: 18 Apr 2026
https://github.com/alexisrodriguezcs/autotesterpy
Python + Selenium + pytest = Smart Automated Web Testing. Docker ensures portability. Page Object Model streamlines test maintainability and scalability.
automated-testing docker page-object-model pytest python selenium testing
Last synced: 07 May 2026
https://github.com/ikuradon/tsunagiya
繋ぎ屋 — Nostr relay mock library for testing. Intercepts WebSocket to test existing clients without code changes.
deno jsr mock nostr relay testing typescript websocket
Last synced: 04 Apr 2026
https://github.com/matheus-rech/clinical-extraction-system
Clinical Study Extraction System - Interactive PDF annotation and data extraction with full traceability. TypeScript + Vite + PDF.js. 100% test coverage.
clinical-research data-extraction pdf pdf-annotation playwright testing typescript vite
Last synced: 07 May 2026
https://github.com/maineffort/securitygateway
An approach for automating security tests into microservices
microservices microservices-security-assessment security testing
Last synced: 17 Apr 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/htest-dev/htest-html
Write tests in HTML, with reactive evaluation and mock interactions!
Last synced: 03 Mar 2026
https://github.com/mycargus/mikey-claude-plugins
My personal collection of custom Claude Code plugins
agentic-development ai test-analysis test-philosophy testing
Last synced: 15 Apr 2026
https://github.com/marcop135/vite-react-tailwind-lint
🚀 Vite + React + Tailwind CSS Starter: Fast setup with linting, formatting, and best-practice tools for smooth UI development.
react reactjs starter tailwind tailwindcss testing testing-tools vite
Last synced: 17 May 2026
https://github.com/harshitbalodi/bloglist-frontend
The application is developed using react and redux , Tested with cypress and jest.
cypress jest react redux-toolkit testing
Last synced: 08 May 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/jatkinson1000/pfunit-parameterization-demo
A demonstration of how to apply parameterization to pFUnit tests
fortran pfunit teaching-materials testing unittest
Last synced: 03 Mar 2026
https://github.com/nilshartmann/react-testing-playground
enzyme examples react reactjs testing unexpected
Last synced: 08 May 2026
https://github.com/orangeadmtl/orangead-mock-webcam
Mock webcam service using MediaMTX and FFmpeg for RTSP video streaming in testing and development environments
development-tools ffmpeg linux macos mediamtx mock-webcam rtsp testing video-streaming
Last synced: 08 May 2026
https://github.com/mgnfy-view/simple-token-wallet-challenge
A simple token wallet featuring gasless transfers built for the Monad developers monthly coding challenge
anvil blockchain cryptocurrency ecdsa-cryptography eip712 erc20 ethereum forge foundry monad smart-contracts solidity testing
Last synced: 08 May 2026
https://github.com/mukeshsoni/create-snapshot-test
Automatically generate snapshot tests for your react components with random values for the props
generated-code jest react reactjs snapshot testing
Last synced: 08 May 2026
https://github.com/cakilgan/lextest
easy to use basic test framework
test testing testing-library testing-tools
Last synced: 10 Jun 2026
https://github.com/golchanskiy23/t1
Tasks from the T1.Debut IT camp
java spring spring-boot spring-cloud testing
Last synced: 08 May 2026
https://github.com/tabrezmz/rick-morty-explore
A modern, responsive Rick & Morty character explorer built with React, Redux Toolkit, and Vite — complete with filtering, pagination, dark mode, and more!
css javascript live reactjs responsive-design testing web
Last synced: 08 May 2026
https://github.com/mdrianislam0or1/generates-short-urls-backend
Shorten a long URL to a unique short URL. Redirect to the original long URL using the short URL. Handle errors gracefully. RESTful API endpoints for URL shortening.
cors exporess jest nodejs testing ts-jest typescript zod
Last synced: 16 Apr 2026
https://github.com/qeeqbox/nginx-reverse-proxy
Nginx reverse proxy for testing
Last synced: 10 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
https://github.com/esnanta/sqa-cypress-saucedemo
Automated testing for Swag Labs web using cypress
automation cypress cypress-example cypress-tests soucedemo sqa testing
Last synced: 08 May 2026
https://github.com/zhikhareval/fastapi-molotov-testing
A set of scripts for load testing the API using Molotov. It includes GET and POST requests, as well as exception handling and logging.
api molotov qa-automation test testing
Last synced: 20 Jun 2026
https://github.com/paoloprodossimolopes/node-microservice-notification
⚙️🔔 Node.js microservice using NestJS, TypeScript, and Prisma for notification management ⚙️🔔
ddd microservice nestjs node prisma testing typescript
Last synced: 09 May 2026
https://github.com/lab34-es/lab34-flows
Test automation for local and remote environments with AI capabilities
test-automation testing testing-tools
Last synced: 04 Apr 2026
https://github.com/sawadashota/sql-test-sample
Sample for writing database tests
Last synced: 03 Jun 2026
https://github.com/gnikyt/shopify_api_test_example
Examples on how to use mocks and fixtures to test your Shopify API calls.
express ruby shopify shopify-api testing
Last synced: 09 May 2026
https://github.com/pedrohenriques/go-dbfixtures-mongodb-driver
A MongoDB driver for the Golang go-dbfixtures package.
fixtures golang mongodb testing testing-tools
Last synced: 17 Apr 2026
https://github.com/goodvin707/study-repos
All materials I created during education in MGCoDT, BSUIR. Includes laboratory works, practical works, reports and theoretical materials on different subjects.
cpp csharp css database desktop-development diagrams html java javascript networks python study testing web-development winforms wpf xamarin
Last synced: 03 Apr 2026
https://github.com/usetero/policy-conformance
Conformance test suite for validating Policy specification implementations.
conformance observability policy telemetry testing
Last synced: 03 Apr 2026
https://github.com/chuvalniy/tulia
Contains self-implemented Machine Learning algorithms using only numpy.
boosting from-scratch knn learning logistic-regression machine ml numpy python random-forest regression sklearn testing xgboost
Last synced: 09 May 2026