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/im-open/process-dotnet-test-results
GitHub action that creates a status check or pull request comment based on dotnet test trx files
continuous-integration dotnet-test pr-comment status-check swat-team testing trx-parser
Last synced: 06 Jul 2025
https://github.com/jaktestowac/playwright-elements-locators
Kod z Programu Testy Automatycze z Playwright || Code from course Test Automation with Playwright
automation playwright playwright-typescript test-automation testing
Last synced: 18 Jan 2026
https://github.com/nekofar/pest-plugin-mock-client
Pest Plugin for Mock HTTP client
Last synced: 23 Mar 2025
https://github.com/pshevche/spokk
Reimagine the Spock testing framework for Kotlin
kotlin spock-framework testing
Last synced: 28 Jul 2025
https://github.com/nuflakbrr/react-speedtest-web
React Website Speed Test
javascript react reactjs speedtest speedtest-website tailwindcss testing
Last synced: 05 May 2026
https://github.com/goncalossilva/kotlinjs-useanybrowser
Kotlin/JS plugin to run tests on any available browser
Last synced: 18 Aug 2025
https://github.com/conblem/redux.li
:convenience_store: Jest Matchers for Redux Stores, works with Redux-Thunk
jest matcher matchers redux redux-thunk test testing thunk
Last synced: 16 Jan 2026
https://github.com/juaaloval/postmanassertify
PostmanAssertify is a tool for the automated generation of test assertions for REST API testing. PostmanAssertify is a complementary component of AGORA, the first approach for the automated generation of test oracles for REST APIs in a black-box context.
api-testing assertion chai invariant-detection java javascript oas openapi postman postman-collection rest rest-api swagger test-oracle test-oracle-generation testing testing-tool
Last synced: 11 Apr 2026
https://github.com/tanem/jest-prettyhtml-matchers
:black_joker: Custom Jest snapshot matchers that use prettyhtml to format strings.
custom javascript jest matchers prettyhtml snapshot testing typescript
Last synced: 07 Oct 2025
https://github.com/sogaiu/hypothesis-grammar-clojure
clojure grammar hypothesis testing
Last synced: 31 Aug 2025
https://github.com/bbc/sfn-sim
AWS Step Functions simulator for unit testing state machines
aws ignorearchive state-machine step-functions testing
Last synced: 06 Apr 2025
https://github.com/shonharsh/csharp-exercism-s03e01-strings-loglevels
Exercism - This C# project is regarding strings and processing logs.
academic artificial-intelligence atom automation bot config csharp education git guide learning logging markdown process strings studio testing training-materials trending windows
Last synced: 13 Apr 2026
https://github.com/rudymatela/test-framework-leancheck
LeanCheck support for test-framework.
haskell leancheck test-framework testing testing-framework testing-tools
Last synced: 15 Apr 2025
https://github.com/barkingiguana/compound
Compound testing for Ansible
acceptance-testing ansible testing
Last synced: 05 Oct 2025
https://github.com/emulator-wtf/actions
emulator.wtf GitHub actions for running Android tests and using Android emulators.
Last synced: 28 May 2026
https://github.com/abstractsdk/integration-bundles
A stable set of application integrations that can be used for testing.
Last synced: 01 Apr 2025
https://github.com/izelnakri/fixturist
Fix the foreign-key constraints in your fixture driven backend tests. This library is an algorithm for populating relationships from your development database
database ecto elixir fixtures foreign-key-constraints testing testing-tools
Last synced: 27 Apr 2026
https://github.com/fabrizziomachado/glaciara-fakemon
A Vue.js project featuring Glaciara and its evolution line, Froskit. This app presents a custom-designed Fakemon with a beautiful hero, detailed battle attributes, and a dynamic gallery. Meet this new ice-fairy pokemon glaciara through a responsive UI, and competitive insights.
css fakemon front-end frontend html javascript pokemon scss testing vuejs vuejs3 vuetemplate webpage webpages website website-design website-template
Last synced: 10 Apr 2026
https://github.com/chronosgit/javary
Javary is a secure, Java-based personal diary application built with a client-server architecture. It enables users to create, store, and retrieve encrypted diary entries over a network, ensuring privacy and data persistence.
backend client cryptography diary frontend java jdbc junit mockito networking secure server slf4j testing
Last synced: 16 Aug 2025
https://github.com/anicolaspp/fizzbuzz_scala_check
Demo of ScalaCheck while solving FizzBuzz
property-based-testing scala testing
Last synced: 12 Jun 2025
https://github.com/3p3r/fakettp
sandbox node core http module in a service worker.
http-server mocking node service-worker testing webpack
Last synced: 31 Jan 2026
https://github.com/aleclarson/flush-microtasks
Know when the microtask queue is empty
Last synced: 16 Aug 2025
https://github.com/bujosa/ursa-minor
authentication graphql mongodb nestjs testing
Last synced: 01 May 2026
https://github.com/andimiller/munit-cats-effect-styles
Some Suites for munit-cats-effect
cats functional-programming munit scala testing
Last synced: 23 May 2026
https://github.com/tareqmonwer/dockerized-services
Target: Implementing and testing various common functionalities using Docker, Django, Postgres, Celery, Redis and apply some Software Engineering best practices.
celery django docker locustio performance-testing redis testing
Last synced: 11 Apr 2026
https://github.com/basemax/mochachaijstest
In this repository, You will see how to setup the Mocha unit testing framework along with Chai which is an assertion library. (JavaScript)
chai chai-js chai-test javascript js mocha test test-automation testing testing-library testing-tools tests
Last synced: 13 Apr 2026
https://github.com/percy/example-percy-playwright
Example app showing integration of Percy visual testing into Puppeteer tests.
percy playwright testing visual-testing
Last synced: 05 Jul 2025
https://github.com/julian/runt.nvim
Find corresponding test files given your source file
neovim neovim-plugin nvim nvim-plugin testing
Last synced: 29 Oct 2025
https://github.com/leolanese/angular18-inmemorywebapimodule
Angular18 InMemoryWebApiModule to mock data collections
angular api-rest inmemorywebapimodule mockserver testing typescript
Last synced: 20 May 2026
https://github.com/arnobt78/react-vite-test-driven-development-testing-tutorial
A productivity app built with React, TypeScript, and Tailwind CSS, designed to help you manage tasks by priority. This project is developed using a Test-Driven Development (TDD) approach, making it an excellent resource for learning both React and modern testing practices.
focus-flow-testing react-test-fresher-ts react-testing react-testing-library react-vite-typescript rtl test-automation test-driven-development test-driven-development-tdd-fundamentals test-driven-development-testing test-framework testing testing-tutorials vitest vitest-ts vitest-ui
Last synced: 18 Sep 2025
https://github.com/adriens/chocolatey-ytt
Chocolatey package source code for ytt
chocolatey configuration k8s kubernetes lint templates templating testing yaml yml
Last synced: 13 May 2026
https://github.com/mathtechstudio/darturbation
Advanced Mock Data Generator to create realistic data for testing and development for Dart & Flutter Development
behavioral-patterns development-tools fake-data flutter-testing generator mock-data testing
Last synced: 23 Feb 2026
https://github.com/wlsf82/tech-interview-sample-project
Sample project for a tech interview
cypress cypress-testing e2e-testing end-to-end-testing github javascript js mentoria-tat mentoring sample-tech-interview-project software-testing talking-about-testing tech-interview test-automation testing web-testing
Last synced: 23 Apr 2025
https://github.com/colinrobertbrooks/testing-javascript-applications-demo
A demo app with static analysis and unit/integration/end-to-end tests 🧪
end-to-end-testing integration-testing javascript nodejs reactjs testing unit-testing
Last synced: 11 Apr 2026
https://github.com/mokkapps/rxjs-marble-testing-demo
An Angular demo application to demonstrate RxJS marble tests
angular angular-cli marble-testing rxjs testing unit-testing
Last synced: 12 Apr 2025
https://github.com/bradleyjkemp/fuss
A no-fuss way to fuzz functions with complex inputs
Last synced: 26 Jul 2025
https://github.com/b-erdem/lockstep
Coyote-style controlled concurrency testing for the BEAM
beam concurrency concurrency-testing coyote elixir erlang linearizability pct race-condition testing
Last synced: 31 May 2026
https://github.com/zay-m3/getinfo
This is a tool for Windows Server where you can extract information and set up a basic network scanner.
automation rust security-tools testing tools windows windows-server
Last synced: 07 Jul 2026
https://github.com/pdmlab/waitforpostgres.net
Wait for Postgres connections using .NET
devops dotnet npgsql postgresql testing
Last synced: 09 Apr 2026
https://github.com/mattmazzola/internals-visible-typescript
Demonstrate technique to simulate InternalsVisibleTo from C# in TypeScript
csharp internals internalsvisibleto jest testing typescript
Last synced: 09 Apr 2026
https://github.com/ayush272002/solidity-contracts-test-suite
Explore a collection of Solidity contracts and comprehensive test cases designed to ensure the security, functionality, and reliability of Ethereum smart contracts. Dive into the world of blockchain development with CryptoForge
hardhat javascript npm npx smart-contracts solidity testing zeppelin
Last synced: 12 Apr 2026
https://github.com/ilyasyoy/demo-archunit
Пример проекта с ArchUnit
architecture archunit java junit tdd testing
Last synced: 25 Jul 2025
https://github.com/jonathanknowles/quickcheck-monoid-subclasses
Support for testing instances of classes defined in the monoid-subclasses library.
haskell instances monoid-subclasses quickcheck testing
Last synced: 04 Oct 2025
https://github.com/crocofactory/pytest-evm
The testing package containing tools to test Web3-based projects
ethereum ethereum-contract evm-wallet pytest pytest-plugin python3 testing testing-tools web3py
Last synced: 05 Jan 2026
https://github.com/databasecleaner/databasecleaner.github.io
database-status database-testing testing testing-tools
Last synced: 08 Mar 2026
https://github.com/ianwalter/test-server
Easily create a minimal Koa server for testing
koa mock-server server test test-server testing unit-testing
Last synced: 03 Feb 2026
https://github.com/openchargingcloud/csmsapp
An OCPP Charging Station Management System test application based on Electron
backend charging csms e-mobility electron ocpp testing
Last synced: 09 May 2026
https://github.com/ze/vector-test
Generate test vector files for Logisim programmatically
kotlin-jvm library logisim testing
Last synced: 06 Oct 2025
https://github.com/wlsf82/cucumber-salad
Sample project to integrate Cypress with the Cucumber plugin.
cucumber cypress-io gherkin talking-about-testing testing
Last synced: 12 Jun 2026
https://github.com/fogmoe/hello-world-mcp
Use this project to verify that your MCP server is properly configured and to test a simple end-to-end integration workflow.
configuration-test development-tools hello-world mcp model-context-protocol nodejs testing validation vscode-integration workflow
Last synced: 11 Aug 2025
https://github.com/flori/all_images
Run scripts across multiple Docker images e. g. automatic software tests
Last synced: 18 Jan 2026
https://github.com/xkrejc70/unipi-ase-lab4
ASE - Advanced Software Engineering: Lab4: Testing (functional, performance)
Last synced: 07 Sep 2025
https://github.com/itsvinayak/mock-crud-api
This package allows you to create mock REST API servers for testing and development purposes. It provides a simple and convenient way to define server configurations, handle requests, and send mock responses.
api-mocking api-rest api-testing mock nodejs testing
Last synced: 17 Nov 2025
https://github.com/ronnix/pyconfr2017
hypothesis presentation-materials pytest python testing
Last synced: 11 Aug 2025
https://github.com/jbris/jenkins-docker-bats-stack
A Docker configuration for Jenkins. Includes Bats for testing. Traefik and Portainer are included for container management and routing.
bats cd ci ci-cd docker docker-compose docker-image groovy groovy-language jenkins jenkins-ci jenkins-container jenkins-pipeline jenkinsfile pipelines portainer taps testing testing-framework traefik
Last synced: 03 Jan 2026
https://github.com/gabrioliv/ruby-code-training
Some Ruby Scripts and Exercises
exercise learning programming ruby ruby-3 ruby-language ruby-script testing
Last synced: 29 Jun 2025
https://github.com/ruslanguns/angulartesting
Angular Testing Project with Samples of all levels and good practices 👌🏼
angular jest testing typescript
Last synced: 08 Mar 2026
https://github.com/vantalens/devdocskit
A practical documentation system for AI-assisted development, covering personal projects, team workflows, code review, testing gates, release discipline, and design references.
ai-coding ai-development claude-code code-review codex developer-tools developer-workflow documentation project-template release-management software-engineering testing
Last synced: 12 Jun 2026
https://github.com/sethbang/python-tools
A collection of Python scripts for file utilities, markdown processing, and automated testing.
actions automation markdown python scripts testing tools utilities
Last synced: 06 May 2026
https://github.com/dna-engine/load-web-page-jsdom-mocha
Minimal example of loading a web page into jsdom and testing with Mocha
example javascript jsdom localhost mocha nodejs testing url
Last synced: 28 Feb 2025
https://github.com/shonharsh/fsharp-exercism-s00e01-setup-helloworld
Exercism - This is the classic introductory exercise. Just say "Hello, World!"
academic artificial-intelligence atom automation bot config education exercism fsharp git guide hello-world learning markdown process studio testing training-materials trending windows
Last synced: 02 Jan 2026
https://github.com/nhomble/zeebe-mock
create zeebe worker mocks
testing wiremock wiremock-extension zeebe zeebe-worker
Last synced: 28 Jun 2025
https://github.com/jjviscomi/bqemulator
Local emulator for Google BigQuery. DuckDB-backed, SQLGlot-powered. Drop-in replacement for the real service in dev, CI, and offline replicas.
bigquery bq-cli duckdb emulator fastapi pytest-plugin python sqlglot testing
Last synced: 23 May 2026
https://github.com/dyarleniber/survey-api
Survey API built with TypeScript and MongoDB, using TDD, Clean Architecture, SOLID principles, and Design Patterns.
clean-architecture clean-code ddd design-patterns domain-driven-design javascript mongodb nodejs solid solid-principles tdd test-driven-development testing typescript
Last synced: 10 Apr 2026
https://github.com/janemils/testkube-samples--janemils
The repository for all the k6, postman collection, testkube trials.
artifacts custom-executor docker docker-image k6 kubernetes performance-testing postman rest-api robotframework scale-testing testing testkube
Last synced: 03 Jan 2026
https://github.com/mpinardi/cucumber-performance-js
A java script implementation of cucumber performance
bdd concurrent-behavior-driven-testing cucumber cucumber-perf cucumber-performance driven-testing load-testing multiprocess performance-simulations testing testing-tools
Last synced: 10 Apr 2025
https://github.com/thiagodp/concordialang-codeceptjs-testcafe
🔌 Concordia Compiler Plug-in for CodeceptJS with TestCafé
codecept codeceptjs concordia concordia-lang concordialang e2e functional plug-in plugin test testcafe testing web
Last synced: 16 May 2025
https://github.com/ogaudefroy/webformsrouteunittester
A library for unit testing ASP.Net routing tables for WebForms
Last synced: 17 Mar 2025
https://github.com/oliverklee/ext-phpunit
PHPUnit extension for TYPO3
hacktoberfest php phpunit testing typo3 typo3-cms-extension unit-testing
Last synced: 03 Oct 2025
https://github.com/emveskioja/expense-tracker-backend
Expense tracker with a receipt scanner and a pie chart
backend-api contributions-welcome crud-operation expense-tracker fullstack h2-database java junit5 mockito open-source pie-chart postgresql react receipt-scanner rest-api restful-api spring-boot spring-boot-test testing unittesting
Last synced: 20 Apr 2026
https://github.com/nehallxx/selenium-testing
Python scripts for test automation using Selenium
pycharm-ide python python-script selenium selenium-python selenium-webdriver test-automation testing testing-tools
Last synced: 14 Apr 2026
https://github.com/lifeparticle/reactjs-starter-templates
⌛️ ReactJS Starter Templates
ant-design material-ui reactjs rust sass scaffdog tauri template testing typescript vite
Last synced: 24 Mar 2025
https://github.com/laurentrdc/tasty-flaky
Handle flaky Tasty-based tests
flaky-tests haskell tasty-framework testing
Last synced: 12 Feb 2026
https://github.com/fdefelici/vs-clove-unit
CLove-Unit Test Adapter for Visual Studio
clove-unit test-adapter testing testing-tools visual-studio
Last synced: 03 Oct 2025
https://github.com/andrelkj/zombieplus
Project to automate Zombie+ (a copy of Disney+ platform) using playwright framework to write tests, postgres SQL and Docker to store and mantain data. REST API for backend validation, and github actions as pipeline for continuos integration.
api-rest css github-actions html javascript playwright postgresql test-automation testing
Last synced: 27 Feb 2026
https://github.com/iam-ariful-islam/import-dll-file-into-python
Create custom program DLL file and import into python
calculate csharp dll environment import program project python3 pythonnet solutions structure testing windows-10
Last synced: 15 May 2025
https://github.com/milliams/mebula
A framework for mocking out cloud APIs
cloud google-cloud mocking oracle-cloud python testing
Last synced: 23 Feb 2026
https://github.com/nmarcetic/mainflux-loadtest
Distributed Mainflux IIoT MQTT load testing.
benchmark iot load-testing mainflux mqtt scalability-tests testing
Last synced: 08 Aug 2025
https://github.com/mfaisalkhatri/playwright-ts-web-automation
Example code of end to end web automation testing using Playwright Typescript
playwright-typescript test-automation testing tutorial web-automation-testing
Last synced: 08 Aug 2025
https://github.com/soulyma/face_emotional_detection
This notebook is designed to train a deep learning model for face emotion recognition. It uses TensorFlow and is run in a Google Colab environment.
ai artificial-intelligence artificial-neural-networks colab-notebook emotion-detection nn nural-network nuralnetwork tensorboard testing training validation
Last synced: 19 Jun 2025
https://github.com/dahlitzflorian/monkeypatch-global-variables-video-snippets
Supporting material for the video "How to Monkeypatch Global Variables in pytest" published on my YouTube channel.
monkeypatch monkeypatching pytest python python3 testing
Last synced: 15 Jun 2026
https://github.com/aead/s3
AWS S3 unit testing with the go test CLI
golang minio s3 test-driven-development testing
Last synced: 15 Mar 2025
https://github.com/geekxflood/amctl
amctl is a command line to interact with AlertManager API
alertmanager api chaos-engineering go golang observability prometheus testing testing-tools
Last synced: 11 Mar 2026
https://github.com/exasol/exasol-test-setup-abstraction-java
Common interface for testing with an Exasol database in local and AWS environments using Java.
exasol-integration integration-testing testing
Last synced: 04 Jan 2026