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-02 00:30:59 UTC
- JSON Representation
https://github.com/cvigueras/null-object-design-pattern-kata
Implementation of Null Object Design Pattern example with TDD.
csharp null-object-pattern tdd tdd-kata testing
Last synced: 15 Jun 2026
https://github.com/you54f/deno-pact
Pact 🔗 Contract Testing for Deno 🦕, Powered by Rust 🦀
cdc cdct contract-testing deno deno-grpc ffi grpc interop pact rust testing ts typescript
Last synced: 06 May 2026
https://github.com/fakiolinho/javascript-unit-tests-playground
This is a playground so i can run some javascript unit tests fast
babel es6 javascript jest mocha tape testing unit-testing
Last synced: 19 Apr 2026
https://github.com/neikei/check_mk-testing-environment
Check_MK Raw Edition testing environment in a Vagrantbox based on Debian and provisioned with Ansible.
ansible checkmk debian monitoring playground testing vagrantbox
Last synced: 20 Apr 2026
https://github.com/rimutec/testing-event-handlers
Source code for article on Medium
csharp dotnet dotnet-core testing
Last synced: 20 Apr 2026
https://github.com/rylinjames/litmus
Record and deterministically replay AI agent executions. Flight recorder for LLM agents. Fault injection, reliability scoring, CI gating.
ai-agents cli developer-tools fault-injection llm observability python reliability replay testing
Last synced: 21 Apr 2026
https://github.com/elkanamol/sierra_status
sierra_status is a Python CLI tool for retrieving status of Sierra Wireless EM9xxx, EM7xxx, and WP76xx modules. It uses AT commands to gather essential information, generates timestamped status files, and offers optional network search. The tool supports various module series and provides configurable verbosity for debugging.
at-command automation cli debugging mit-license pyserial python sierra sierra-status sierra-wireless testing
Last synced: 24 Apr 2026
https://github.com/danilado/iu7-ptp
Работы по курсу Проектно-технологическая практика (тестирование, отладка и профилирование ПО) кафедры ИУ7 МГТУ им. Баумана
bmstu bmstu-iu7 comparator iu7 linux profiling test-automation testing testing-tools
Last synced: 24 Apr 2026
https://github.com/kubeshop/testkube-executor-zap
ZAP based security tests executor for Testkube
kubernetes owasp owasp-zap security-testing testing testkube zap
Last synced: 25 Apr 2026
https://github.com/varunu28/testing-for-concurrency
🚦An exercise to explore various methods to test for concurrency
concurrency concurrent-programming java multithreading testing
Last synced: 30 Jun 2026
https://github.com/glibsm/alphabet
Sample repository with a lot of files and folders
a-z alphabet dummy-data folders sample testdata testing
Last synced: 27 Apr 2026
https://github.com/risc-os-community/munit
This is a port to RISC OS of the munit library for C Unit Testing
c coding gcc hacktoberfest hacktoberfest2022 library risc-os riscos testing testing-library unit-testing
Last synced: 07 Jun 2026
https://github.com/bmvantunes/youtube-react-testing-video4-async-tests-jest-react-testing-library
async testing using jest and react testing library
async-test jest react-testing-library testing unit-test unit-testing unit-tests
Last synced: 27 Apr 2026
https://github.com/flexycode/ccgithub
💫 CCGITHUB - GitHub For Testing Only
documentation github javascript test-automation testing
Last synced: 27 Apr 2026
https://github.com/javanile/pipetest
⛲ A minimal set of shell functions useful to implement assertions through pipe chaining. Loved by developer
assert assertions bash pipe script stderr stdout testing
Last synced: 27 Apr 2026
https://github.com/javanile/fake-ssh-server
Docker container which can be used in SSH integration tests
bash docker integration-testing ssh ssh-server test-automation testing
Last synced: 27 Apr 2026
https://github.com/dhartwich1991/emulators-in-action
Emulators in Action - showcase Android Emulator Magic
anroid ci emulator emulators jenkins spoon testing testing-tools
Last synced: 28 Apr 2026
https://github.com/tchivs/faker
Faker is a dotnet package that generates fake data for you.
csharp dotnet dotnet-core fake fake-data fake-data-generator test-data test-data-generator testing
Last synced: 29 Apr 2026
https://github.com/blue-davinci/gored
GoRedis is a lightweight, in-memory key-value store implemented in Go, inspired by Redis. This project demonstrates building a simple yet functional key-value store with basic command support, such as SET, GET, and HELLO
algorithms algorithms-and-data-structures golang memory memory-management redis testing
Last synced: 29 Apr 2026
https://github.com/mitranim/test
Superior testing and benchmarking library for JS.
bench benchmarking javascript test testing
Last synced: 29 Apr 2026
https://github.com/fziviello/docker-postman-newman
Use Docker to Run Postman Collection and Generate newman Report
Last synced: 29 Apr 2026
https://github.com/bash-bastion/bats-all
Aggregation of the three most popular Bats utility libraries
basalt bash bash-testing bats shell testing
Last synced: 29 Apr 2026
https://github.com/tymonx/docker-go
A Docker image with preinstalled tools for developing, mocking, formatting, linting, building, testing and documenting Go projects. It is only a read-only project mirror. Active development is maintained at the GitLab.
ci ci-cd cicd continuous-integration continuous-testing devops devops-tools docker docker-image documentation go golang mock mocking productivity programming test testing testing-tools tests
Last synced: 29 Apr 2026
https://github.com/stevegeek/fixtures_from_factories
Build sets of Fixtures for your Rails app, using your test suite's FactoryBot factories
Last synced: 30 Apr 2026
https://github.com/duart38/sponge
Quickly make endpoints for testing
cms data-analysis deno developer-tools development-tools helper-tool mock server sponge testing testing-tools toolkit tools
Last synced: 30 Apr 2026
https://github.com/misterfifths/slightish
Literate testing for command-line tools written in any language
cli documentation gem language-agnostic literate-programming ruby shell shell-script testing testing-framework
Last synced: 30 Apr 2026
https://github.com/dhensby/codeception-silverstripe
A Framework Module to link SilverStripe and Codeception
codeception-module silverstripe testing
Last synced: 30 Apr 2026
https://github.com/neiljbrown/testcontainers-examples
A collection of code examples that demonstrate using the Testcontainers Java library to aid writing integration tests for Java code that integrates with infrastructure such as RDBMS', message brokers, etc.
Last synced: 01 May 2026
https://github.com/svenssonjoel/scriptabletester
Scripted and automated testing of embedded/IoT systems.
ammeter amperemeter chibios embedded-systems iot qt response-time scriptable stm32f4 testing
Last synced: 01 May 2026
https://github.com/mateuschaves/openredu-mobile
Teste de implementação de um aplicativo para a plataforma OpenRedu utilizando React Native.
api-client educational-software educational-technology javascript react react-native testing
Last synced: 01 May 2026
https://github.com/lastnamearya/easyhttp-library
Custom HTTP Library for quickly testing an App for HTTP Requests :fire:
ajax http javascript json rest-api testing
Last synced: 02 May 2026
https://github.com/kanga333/cliassert
Simple command line assertion tool.
assert cli shell testing testing-tools
Last synced: 02 May 2026
https://github.com/davidemoro/play_cassandra
pytest-play support for Cassandra expressions and assertions
cassandra pytest python testing
Last synced: 02 May 2026
https://github.com/spratiher9/valido
PySpark ⚡ dataframe workflow ⚒ validator
apache apache-spark bigdata databricks decorators pyspark python3 spark testing
Last synced: 02 May 2026
https://github.com/yokawaiik/order_management_system
My master's thesis. Design and development of an order management system based on the use of blockchain and smart contracts as a control and accounting tool.
accouting blockchain hardhat management-system openzeppelin-solidity smart-contracts solidity test-automation testing
Last synced: 09 Jun 2026
https://github.com/mnisarali/testing-practice
Testing practice for JavaScript functions using the Jest library and following the AAA pattern and TDD approach.
Last synced: 03 May 2026
https://github.com/0xopenbytes/test
🧪 Expect and assert
functional ios macos swift testing tests tvos unit-testing watchos
Last synced: 03 May 2026
https://github.com/vegeta897/discord-syntax-test
Automated testing of all syntax highlighting languages for code blocks
bot discord syntax-highlighting testing utility
Last synced: 03 May 2026
https://github.com/gsscoder/azure-tests
This repository is meant to share some Pester tests to keep an eye and validate your Azure infrastructure.
Last synced: 03 May 2026
https://github.com/farout101/pond
online shopping platform
django-project python3 testing
Last synced: 09 Jun 2026
https://github.com/hammadsiddique/testing-practice
This repository contains tests for beginner JavaScript challenges. These tests were creating using Jest library while following the AAA pattern.
github javascript jest jest-tests testing
Last synced: 04 May 2026
https://github.com/axeldelafosse/experiments
📈 Server-side Experiments with Google Optimize
ab-testing experimentation google google-optimize graphql nextjs optimize react testing typescript
Last synced: 04 May 2026
https://github.com/kevcui/testing-toolbox
🛠️ Handy single-file scripts to help with testing, or daily hacking
bash bash-script bash-scripting cli puppeteer script testing testing-toolbox toolbox
Last synced: 05 May 2026
https://github.com/halil-yesilyurt/qr-express
A modern, feature-rich QR code generator built with React and TypeScript. Generate, customize, and share QR codes with ease.
qrcode-generator reactjs testing typescript typescript-react
Last synced: 06 May 2026
https://github.com/shonharsh/python-exercism-s02e01-numbes-currencyexchange
Exercism - This Python project is about Numbers.
academic artificial-intelligence atom automation bot config education exercism git guide learning markdown numbers process python studio testing training-materials trending windows
Last synced: 07 May 2026
https://github.com/anhtester/vtcc_seleniummaven
Project học phần Selenium Java với Maven project của lớp VTCC Viettel 2024
anhtester maven selenium selenium-java selenium-webdriver test-automation testing viettel vtcc
Last synced: 07 May 2026
https://github.com/vadimnastoyashchy/demoblaze.com
Automation project for demoblaze.com (Cypress Dashboard, Cypress Parallelization, TypeScript, Cypress, Mochawesome reporter, ESLint, CI/CD GitHub, Patterns)
automation cypress cypress-dashboard cypress-parallel eslint github-actions mochawesome oop testing typescript
Last synced: 07 May 2026
https://github.com/emanmhmd/saucedemo-by-cypress
Sample demo of testing web-app using Cypress
assertions cypress cypress-io javascript nodejs npm test-automation testing testing-tools web-testing webtesting
Last synced: 07 May 2026
https://github.com/qkreltms/writing-test-cases-practice
You can learn technique of writing test cases by reading this repository when you use redux, axios and react-hooks in create-react-app
axios create-react-app jest nock react-hooks redux testing
Last synced: 08 May 2026
https://github.com/prantlf/grunt-chromedriver
Controls Chrome or Chromium using the WebDriver interface via chromedriver without Selenium.
browser chrome chromedriver chromium grunt-task gruntplugin testing webdriver
Last synced: 08 May 2026
https://github.com/hendridg/clima
App whit React, use async await function to fetch the API, this APP show the weather when you intro the city in Location search component, use your own API-KEY
api-rest css html5 javascript jest-tests react-test-renderer reactjs testing
Last synced: 09 May 2026
https://github.com/drdejavung/super_test
Designed to simplify testing of SuperControllers, RxNotifiers and RxTs.
dart flutter flutter-apps flutter-super super testing
Last synced: 09 May 2026
https://github.com/yusufyusie/budget-app
The SpendSmart app keeps track of all your expences. You can create, edit, delete categories and transactions. Each transaction is associeated with 1 or many categories. Built with RoR.
devise postgresql ruby-on-rails testing
Last synced: 10 May 2026
https://github.com/unexist/showcase-acceptance-testing-quarkus
Showcase for acceptance-testing [MIRROR]
courgette cucumber fitnesse jbehave karate quarkus serenity-bdd showcase testing
Last synced: 11 May 2026
https://github.com/kulshekhar/http-mocker
Simulate HTTP responses with HTTP Mocker
api go intercept mocking rest testing typescript
Last synced: 14 May 2026
https://github.com/olafsulich/react-testing-library-workshop
https://frontlive.pl/kategorie/react
react react-testing-library testing ts typescript
Last synced: 14 May 2026
https://github.com/dahlitzflorian/pytest-custom-markers-video-snippets
Supporting material for the video "Register Custom pytest Markers" published on my YouTube channel.
markers pytest pytest-markers python python3 testing
Last synced: 13 Jun 2026
https://github.com/Aetherr-Agency/DeepDive
AI-powered GitHub Action that analyzes test quality, provides scores, identifies issues, and suggests improvements through OpenAI's GPT models. Posts detailed reports directly to your pull requests.
automation ci code-quality github-action gpt openai pull-request quality-analysis test-quality testing
Last synced: 27 Jun 2025
https://github.com/melezhik/ducky
Run sparrow tasks on docker containers
automation continuous-integration docker docker-container ducky sparrow testing
Last synced: 18 Apr 2026
https://github.com/mjaroslav/mcingametester
Engine for tests, that requires minecraft to be loaded.
gradle gradle-plugin gradle-task minecraft-forge minecraft-forge-mod minecraft-forge-mod-util minecrat test test-automation test-framework testing testing-framework testing-library
Last synced: 06 May 2026
https://github.com/okaymeal/toc-tests
Automated tests for the Tombs of Cherem web game
automation game phaser phaser3 python selenium selenium-python selenium-webdriver software testing web
Last synced: 29 Jan 2026
https://github.com/SharmaSalil/Cypress_JavaScript_TDD
This Cypress test automation project is designed for testing web applications, featuring coding examples, sanity checks, and integration with Mochawesome reporting. It is highly customizable to meet specific testing needs, ensuring robust and comprehensive test coverage.
api-testing backend-testing chai cypress cypress-test-automation framework frontend-automation github javascript mocha mochawesome-report opensource page-object-model pom sanity-tests tdd test-driven-development testing tutotial
Last synced: 03 Oct 2025
https://github.com/lifeparticle/reactjs-starter-template-antd
ReactJS starter template with Ant Design
antd boilerplate css developer-tools html javascript nodejs productivity react-query reactjs scaffdog scss spa starter starter-kit starter-project starter-template testing typescript vite
Last synced: 11 May 2025
https://github.com/danglotb/ex2amplifier
EXhaustive EXploration (EX^2) of the test amplification space.
Last synced: 02 Aug 2025
https://github.com/yashkumarverma/typescript-template
handy typescript template
ci docker eslint express mocha nodejs testing typescript winston
Last synced: 08 Apr 2026
https://github.com/a-poor/vhttp
A library for testing Go HTTP requests and responses from the net/http package.
Last synced: 27 Mar 2025
https://github.com/artemave/vigun
Unclutter your test diet
electron-mocha mocha testing vim vim-plugin
Last synced: 18 May 2026
https://github.com/jesse-black/covgate
Fast, exact diff coverage gating via CLI for CI pipelines and agentic engineering.
agentic-ai automation ci-cd code-coverage coverlet csharp developer-tools diff-coverage dotnet istanbul javascript llvm-cov rust testing typescript
Last synced: 07 Apr 2026
https://github.com/gardimy/testing_practice
A simple exercice to keep practice JS Testing
Last synced: 18 May 2026
https://github.com/shonharsh/rust-exercism-s00e01-setup-helloworld
Exercism - This is the classic introductory exercise. Just say "Hello, World!"
academic artificial-intelligence atom automation bot config education exercism git guide hello-world learning markdown process rust studio testing training-materials trending windows
Last synced: 07 Apr 2026
https://github.com/digisoch/cucumberbddframework
Automation Framework using Selenium webdriver, testng, java, maven, cucumber for testing web Application
automation automation-framework bdd-framework cross-browser-testing cucumber-bdd-framwork cucumber-java datadriventesting datatable java parallel-tests selenium-webdriver testing webautomationtesting
Last synced: 07 Feb 2026
https://github.com/openweb-nl/in-memory-jcr
The goal of this project is to make it easier for developers to set up a full feature JCR repository (In this case Jackrabbit) for testing purposes.
Last synced: 18 May 2026
https://github.com/airalab/airalab-sidechain
Experimental Robonomics sidechain
Last synced: 29 Mar 2025
https://github.com/lbirkert/portcontrol
Webinterface made for the ESP32 Development board to test circuits.
arduino arduino-ide circuits esp32 frontend html testing
Last synced: 18 May 2026
https://github.com/artefactop/promptdev
A prompt evaluation framework that provides comprehensive testing for AI agents across multiple providers.
ci-cd evaluation-framework llm llm-eval llm-evaluation llm-evaluation-framework prompt prompt-engineering prompt-toolkit red-team testing
Last synced: 30 Oct 2025
https://github.com/themusharraf/flutterapk
This project is a starting point for a Flutter application.
Last synced: 18 May 2026
https://github.com/kputnam/forall
Ruby generative property test library (ala QuickCheck)
generative-testing property-based-testing rspec testing
Last synced: 21 Jul 2025
https://github.com/pyladiesams/pytest-aug2019
How to use Pytest, it's best practices and how proper tests are done.
pytest python testing workshop
Last synced: 12 Sep 2025
https://github.com/lillallol/declarative-tree
Converts string to trees and vice versa. Useful for creating declarative tree tests.
Last synced: 21 Mar 2025
https://github.com/rwstauner/cljc-test-async
Utilities for writing async tests for both clj and cljs (cljc).
async clojure clojurescript testing
Last synced: 21 Mar 2025
https://github.com/danitome24/tgndevs-meetup-tdd-php
Simple php project to start playing with TDD
Last synced: 18 May 2026
https://github.com/jayvdb/nose3
nose ported to Python 3.4+ maintaining Python 2.7 support
Last synced: 17 Mar 2025
https://github.com/geeknik/burp-idor
A powerful Python tool for identifying Insecure Direct Object Reference (IDOR) vulnerabilities in Burp Suite traffic exports.
ai bug-bounty bugbounty burp burp-suite cli hacking heuristics hugging-face huggingface idor infosec python qa security testing yaml
Last synced: 18 May 2026
https://github.com/springtainer/springtainer-common
Common utils for testcontainer implementations
spring spring-boot testcontainers testing
Last synced: 13 Sep 2025
https://github.com/deadkrolik/godbt
Golang database testing package like PHP DBunit
Last synced: 12 Jan 2026
https://github.com/cantonjs/react-lib-boilerplate
React lib boilerplate
babel boilerplate boilerplate-template enzyme jest lib-boilerplate library react starter-kit testing webpack
Last synced: 13 Apr 2026
https://github.com/mo7amedaliebaid/dineout_task
algorithms dart data-structures flutter restaurants testing tree-structure unit-testing
Last synced: 19 May 2026
https://github.com/tiago-lira/easy-selenium
Makes easier and cleaner writing selenium scripts
crawling scraping selenium selenium-library testing xml xpath
Last synced: 21 Jul 2025
https://github.com/oussama-zbair/tdd-dojo
Test Driven Development (TDD) Practice with Java & Junit4
java junit4 maven object-oriented-programming tdd-java test-driven-development testing unit-testing
Last synced: 07 May 2026