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-05 00:25:13 UTC
- JSON Representation
https://github.com/akrem-chabchoub/api-testing-scripts
A collection of reusable pre-request and post-request scripts for API testing tools like Postman. Automate workflows with dynamic data generation, authentication handling, and response validation to streamline your testing process.
Last synced: 23 Feb 2026
https://github.com/ernsthaagsman/car-behave
An example to show how BDD works
Last synced: 14 Jul 2025
https://github.com/s-a/muenchhausen-client
Produce authentic fake mockup data
console console-application console-tool fake fake-content fake-data mock mocking mockup shell terminal test test-automation testing testing-tools tests
Last synced: 14 Aug 2025
https://github.com/assert-equals/dappdriver
🕹️ DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion
automation blockchain browser chrome dapp dapp-developers e2e-tests end-to-end-testing ethereum extension metamask playwright rainbow selenium testing web3 webdriver zerion
Last synced: 09 Mar 2026
https://github.com/joaopaulopmedeiros/taxes-api
A .NET low latency taxes search service
docker docker-compose dotnet low-latency redis restful-api selic taxes testing
Last synced: 27 Jul 2025
https://github.com/int128/parallel-test-action
Parallel testing in GitHub Actions
github-actions parallel-testing testing
Last synced: 22 May 2026
https://github.com/qavajs/po-testcafe
library for plain-english access to testcafe page object
Last synced: 11 Aug 2025
https://github.com/the-allanc/pyriform
Connect the requests library to your WSGI app without using sockets.
Last synced: 29 Jul 2025
https://github.com/wobsoriano/vue-test-composables
Test composables in Vue 2 and 3.
Last synced: 15 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/int128/kubectl-tree-e2e-test
E2E test of kubectl-tree to show how to test with Kind on GitHub Actions
Last synced: 05 Aug 2025
https://github.com/double-o-seven/stubr
A library for stubbing/faking data objects in unit tests for example
java kotlin stubbing stubs testing testing-tools unit-test
Last synced: 26 Oct 2025
https://github.com/kenoxa/svelte-fragment-component
fragment component for svelte to simplify testing
Last synced: 23 Apr 2025
https://github.com/rouhim/platter-engineer
Platter Engineer is a live arch linux distro with a GUI optimized for rescuing, managing, partitioning and testing of disks.
arch disk live manager partitioning rescue ssd testing
Last synced: 23 Aug 2025
https://github.com/mvtm-dn/cucumber-junit-formatter
Cucmber.js junit xml formatter implementing event protocol.
Last synced: 19 Sep 2025
https://github.com/amaziahub/mimicker
Your lightweight, Python-native HTTP mocking server
api-testing api-testing-framework api-tests ci-cd http-mock-server http-mocking http-server mock mock-server mocking mocking-server purepython python stub-server stubbing testing testing-tools
Last synced: 16 Oct 2025
https://github.com/sauceforge/saucery
The SauceLabs DesiredOption factory. Makes SauceLabs easy.
automation c-sharp dotnet nunit saucelabs tdd test-driven-development testing tunit xunit xunit3
Last synced: 01 Sep 2025
https://github.com/vicajilau/learning_tests_flutter_app
Project for learning tests in Flutter.
dart flutter test-automation testing
Last synced: 23 Aug 2025
https://github.com/micst/ctestadapter
A Test Adapter for VisualStudio to run CTest tests
Last synced: 30 Aug 2025
https://github.com/mfaisalkhatri/gaugetaikoexample
This repository contains example code for Gauge + Taiko Framework.
automation bdd beginner-friendly example gauge javascript js opensource sample-tests taiko test-automation testing tutorial
Last synced: 23 Mar 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/ruzickap/test_usb_stick_for_tv
This script stores testing videos/music/pictures on your USB stick, which can be used for testing TVs
android-tv test testing testing-tools testing-tvs tv usb
Last synced: 24 Aug 2025
https://github.com/prestashop/ws-client
A webservice client library for PrestaShop written in TypeScript
hacktoberfest library prestashop testing webservices
Last synced: 08 Feb 2026
https://github.com/astrodynamic/decimal-in-c
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.
biginteger bignum-library c cmake decimal library makefiles testing
Last synced: 18 Feb 2026
https://github.com/idrinth-api-bench/examples
These are example projects for the idrinth-api-bench framework
api api-testing benchmarking example examples load-testing node nodejs rest testing
Last synced: 13 Aug 2025
https://github.com/jbzoo/phpunit
Toolbox based on the PHPUnit Framework
jbzoo phpunit test test-framework testing toolbox
Last synced: 12 Apr 2025
https://github.com/rezen/proxyz
Uses namespaced functions to replaced native functions
Last synced: 03 Jul 2025
https://github.com/talentlessguy/node-unit-test-comparison
Comparison of Node.js testing frameworks for using them in libraries
comparison testing testing-tools
Last synced: 26 Feb 2025
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/Xray-App/xray-offline-results
Report testing results offline using Excel/CSV
jira test-management testing xray
Last synced: 30 Jul 2025
https://github.com/unional/jest-watch-random
jest watch plugin to randomly run some of the test suites
jest jest-watch-plugin testing tooling tools
Last synced: 15 Mar 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/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/rogervinas/mutation-testing
🧟♂️ Mutation Testing with Pitest and Kotlin
kotlin mutation-testing pitest testing
Last synced: 16 Apr 2025
https://github.com/newmo-oss/testid
testid provides utilities of test id for unit testing of Go
Last synced: 15 Mar 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/mikeamputer/clickhouse.facades
Raw SQL migrations and contexts for ClickHouse
clickhouse context csharp dotnet migrations testing
Last synced: 08 Mar 2026
https://github.com/andywer/puppet-run-plugins
🧩 Plugins for puppet-run.
chrome headless puppet-run puppeteer scripting testing
Last synced: 29 Jun 2025
https://github.com/blumilksoftware/blt
Behat+Laravel toolbox. Still in progress.
behat hacktoberfest laravel laravel-package testing
Last synced: 26 Jan 2026
https://github.com/wakingrufus/tornadofx-test
Kotlin extensions for TornadoFX and TestFX
Last synced: 09 Aug 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/michel-leonard/ciede2000
The CIEDE2000 color-difference formula implementations.
algorithm c color computer-vision data-science docs education example golang image-processing java javascript linux php python ruby rust simple testing windows
Last synced: 22 Mar 2025
https://github.com/becheran/smock
Mock generator for golang
assertion golang mock testing testing-tools
Last synced: 19 Apr 2025
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/eliasnogueira/example-test-data-builder
How to implement and use Test Data Builder
Last synced: 03 Oct 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/kylekatarnls/multi-tester
Test multiple composer dependencies
composer continuous-testing php testing unit-testing
Last synced: 17 Mar 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/mfaisalkhatri/gatlingpoc
Performance testing using Gatling.
automation-test gatling gatling-simulations learning-by-doing performance-testing poc testing testing-tools
Last synced: 19 Apr 2025
https://github.com/choaib-elmadi/testing-r
Testing the R programming language environment.
r r-programming r-studio rebol rprogramming testing
Last synced: 15 Apr 2025
https://github.com/achiku/testsvr
Make httptest generated test server aware of -v of go test
Last synced: 28 Jun 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/ykagano/wiremock-hub
api-mocking mock-server testing wiremock
Last synced: 02 Apr 2026
https://github.com/netresearch/typo3-testing-skill
Agent Skill for creating and managing TYPO3 extension tests | Claude Code compatible
agent-skills ai-agent claude-code-skill open-standard skill test-generator testing typo3 typo3-cms typo3-extension
Last synced: 01 Apr 2026
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/bahmutov/changed-test-ids
Select tests to run based on source file changes and test ids
Last synced: 04 Mar 2026
https://github.com/gftf2011/arch-unit-js
ArchUnit clone tool for javascript Projects
architecture babel javascript-library testing
Last synced: 05 Oct 2025
https://github.com/gsd-build/agent-inbox
Give any AI agent a disposable email inbox in one tool call. MCP server for email verification, auth flows, and testing.
ai-agent auth claude cursor disposable-email email mcp mcp-server model-context-protocol testing verification windsurf
Last synced: 03 Jun 2026
https://github.com/odaridavid/jok3r-bdd-devfest19
A sample application showcasing BDD on Android
android bdd-tests cucumber testing
Last synced: 07 May 2026
https://github.com/jeffh/check.statem
Facilities for generating test programs using state machines.
clojure fuzzing property-based-testing quickcheck state-machine test-check testing
Last synced: 07 Oct 2025
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/mrblueblue/chowchow
🐶 example of using hound / elixir with browserstack
automation browserstack elixir hound selenium testing
Last synced: 27 Apr 2026
https://github.com/rocksolt/ruby_llm-test
Stub your RubyLLM calls to test application logic.
Last synced: 28 Apr 2026
https://github.com/wvteijlingen/swift-network-mocker
Speed up development and testing by adding an autogenerated network stubbing panel to your app.
mocking moya network-stubbing networking stubbing testing
Last synced: 11 Feb 2026
https://github.com/vwh/vwnode
Quick starter template for your Node.js project includes Bun, Biomejs, Typescript and more
biomejs bun docker node-template production public-template template testing tsup typescript
Last synced: 19 Oct 2025
https://github.com/nebula-contrib/testcontainers-nebula
Testcontainers for NebulaGraph, support Java 8+, Scala 3, Scala 2.13 and Scala 2.12
docker test-automation testcontainers testing
Last synced: 13 Oct 2025
https://github.com/applitools/workshop-cbt-selenium-java
Workshop: Modern Cross-Browser Testing with Selenium WebDriver in Java
applitools cross-browser-testing java selenium selenium-webdriver testing visual-ai visual-testing webdriver
Last synced: 09 Oct 2025
https://github.com/okorolev/pytest-soft-assertions
ast ast-transformation pytest-plugin python soft-asserts testing
Last synced: 12 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/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/guidewire-oss/fern-junit-gradle-plugin
Gradle plugin to upload JUnit test files to a Fern test reporting server
fern gradle gradle-plugin groovy java junit jvm kotlin reporter test-reporter testing testing-tools
Last synced: 14 Apr 2026
https://github.com/moshie/shutter
Shutter captures screenshots of internal website pages and compares them for differences
Last synced: 18 Jan 2026
https://github.com/chanonroy/cypress-iframe-example
⚙️An example of how to use Cypress to target elements within iframes
cypress iframe javascript testing
Last synced: 29 Apr 2026
https://github.com/acerv/rpi3tester
A super simple Raspberry PI 3 GPIO tester
frequency frequency-signal gpio measurements raspberry-pi testing
Last synced: 29 Apr 2026
https://github.com/rtorres90/webelement_highlighter
a simple library to highlight WebElements
python qa selenium selenium-webdriver testing webdriver webelement
Last synced: 23 Oct 2025
https://github.com/1and1/jsoup-hamcrest
JSoup Hamcrest Matchers brings the power of css matchers to your tests.
acceptance-testing css-selector hamcrest-matchers integration-testing jsoup junit4 junit5 spock-framework testing unit-testing
Last synced: 24 Jun 2026
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/sigpwned/jacoco-badge-maven-plugin
A simple maven plugin to generate JaCoCo build badges
build-tool jacoco java maven maven-plugin testing
Last synced: 10 Apr 2025
https://github.com/giorgi-leladze/php-test-processor
Parallel PHP test processor optimized for faster and more efficient test execution.
laravel parallel-testing php testing
Last synced: 11 Mar 2026
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/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/doamaral/postman-imgur
Using Postman with Oauth2 and refreshing its token automatically using pre-request scripts
api dynamic-variables htmlextra oauth2 postman rest testing
Last synced: 01 Mar 2026
https://github.com/antony/jest-multi-test-result-processor
Allow the composition of test-result-processors in Jest so that you can produce multiple reports in a single test run
ci composition jest jest-plugin jest-reporter jest-result-processor reporting tdd test-reporting testing
Last synced: 19 Apr 2026
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/josemanuelep/software-testing-fundamentals
La prueba de software es un proceso en el que se evalúa el software para determinar si cumple con las necesidades del usuario (validación) y que el proceso para construir el software se siguió correctamente (verificación).
fundamentals softaware test-theory testing testing-ground
Last synced: 19 Mar 2026
https://github.com/rimiti/simple-git-mock
🦄 "simple-git" Jest mock example
git jest jest-tests mocking simple-git test testing
Last synced: 26 Oct 2025