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/go-tstr/tstr
Go testing library
coverage go golang testing testing-tools
Last synced: 14 Jan 2026
https://github.com/yamtaldev/nightly-shopping-flow-automation
Nightly end-to-end test suite for an online shopping system using TypeScript, Node.js, and Playwright. It automates flows like login, adding products, checkout, and order verification. A GitHub Actions pipeline ensures daily execution, with identified bugs and test cases included.
ci github-actions nodejs playwright testing typescript
Last synced: 07 Feb 2026
https://github.com/qainsights/becoming-a-performance-engineer
Jump Start your career in Performance Testing and Engineering
cloud devops performance-engineering performance-testing quality-assurance testing
Last synced: 27 Feb 2026
https://github.com/hobbyquaker/hm-simulator
Simulates (partly) a Homematic CCU
homematic simulator smarthome testing
Last synced: 14 Apr 2025
https://github.com/melv-narrow/playwright-framework
🎭 Modern Playwright Test Automation Framework | TypeScript + Page Object Model + Allure Reporting | Cross-browser, parallel execution, and data-driven testing capabilities | Built with best practices and ISTQB standards
allure-report api-testing automated-testing bdd ci-cd cross-browser-testing e2e-testing javascript page-object-model playwright test-automation test-framework testing typescript web-testing
Last synced: 05 May 2026
https://github.com/wackerow/exercism
Hello Exercism! "Props" to these guys! Quality open source content.
Last synced: 14 Mar 2026
https://github.com/rtorres90/maildropcc-reader
A simple API to extract emails of accounts from www.maildrop.cc
Last synced: 05 Sep 2025
https://github.com/restqa/gherkin-linter-action
🧹 | A Github Action to parse and validate your Gherkin feature files
bdd cucumber e2e gherkin gherkin-lint linter restqa test-automation testing
Last synced: 11 Apr 2025
https://github.com/cypherpoet/xcteststarterkit
Lightweight Starter Utilities for Swift project testing with XCTest
swift swift-packages swift-testing tdd testing xctest
Last synced: 05 Jun 2026
https://github.com/eitanwass/pytest-case
A clean, modern, wrapper for pytest.mark.parametrize
library pytest pytest-plugin python testing
Last synced: 20 Jan 2026
https://github.com/lambdatest/lamdatest_tesbo_demo
Run test automation on cloud with Tesbo and LambdaTest. This is a sample repo to help you execute Tesbo framework based test scripts in parallel with LambdaTest automation testing cloud
selenium selenium-tesbo selenium-webdriver tesbo test-automation testing testing-tools web-testing
Last synced: 30 Jul 2025
https://github.com/bkosm/gompose
Use docker-compose programatically in Go tests. No third-party dependencies.
docker docker-compose go golang testing
Last synced: 11 Feb 2026
https://github.com/springtainer/springtainer-awss3mock
AWS-S3 as docker-container for springboot testing
aws-s3 spring spring-boot testcontainers testing
Last synced: 17 Feb 2026
https://github.com/spectolabs/hoverfly-github-action
Install Hoverfly (https://docs.hoverfly.io) so that other GitHub Actions can use it easily (e.g. for testing)
api-simulation github-actions hoverfly http https mitm mocking proxy service-virtualization stubbing testing testing-tools
Last synced: 22 Apr 2026
https://github.com/ortegavan/cypress
Repositório de estudos com Cypress do curso Qualidade de Software da EBAC
Last synced: 14 Mar 2025
https://github.com/secshellnet/nixos-tests
A collection of integration tests built using the NixOS test framework to verify the functionality and interoperability of various services, network components, and configurations
integration-testing network-testing nixos testing
Last synced: 05 Jun 2026
https://github.com/carletonurocketry/qnx-stack
This is the all-encompassing repository for QNX stack utilities. Its main purpose is integration testing.
automation avionics bash c cuinspace integration-testing makefile qnx rocket shell-script telemetry testing
Last synced: 27 Jan 2026
https://github.com/aplr/stubbles
A declarative HTTP stubbing library written in Swift
Last synced: 02 Aug 2025
https://github.com/deno911/this
Inject variables/functions into the global scope of the Deno runtime. 🦕
bdd-tests csv-parser csvstream deno deno-module deno911 denoland encoding global globalthis helpers json json-parser json5-parser jsonstream testing toml-parser typescript utilities yaml-parser
Last synced: 19 Apr 2026
https://github.com/not-raspberry/pytest_reorder
Reorder tests depending on their their paths and names.
pytest python python2 python3 reordering testing
Last synced: 13 Apr 2025
https://github.com/applicative-systems/nixos-test-driver-manual
Inofficial NixOS Test Driver Manual that gets you up to speed with the NixOS Test driver, interactive mode, VMs, containers, GPU tests, and more.
manual nixos test test-automation testing
Last synced: 31 May 2026
https://github.com/muradisazade777/form_forge
FormForge is a modular TypeScript-based form engine that dynamically renders and validates forms using JSON configuration. Designed for CLI environments and backend workflows, it offers clean architecture, strict typing, and customizable validation logic — all without UI dependencies.
backend json json-server library modules results server testing typescript
Last synced: 30 Sep 2025
https://github.com/kaliber5/ember-cli-yadda-opinionated
A radical take on Cucumber
bdd cucumber ember-addon ember-cli-yadda testing yadda
Last synced: 12 Apr 2025
https://github.com/ryanmaclean/esrally-docker
An Elastic ES Rally Docker container image that allows you to run ESRally in a container and point it at a remote Elasticsearch host/cluster in order to run and re-run benchmarks.
alpine benchmark benchmarking docker elasticsearch elasticsearch-cluster elk esrally moby python testing
Last synced: 06 May 2026
https://github.com/unional/fixture
Provide fixture to tests
fixture fixture-loading fixtures testing testing-tools
Last synced: 11 Mar 2026
https://github.com/wpstarter/wp-testbench
A tool to set up a WordPress test environment for PHPUnit testing
phpunit test testing testing-tools unittest wordpress
Last synced: 09 Oct 2025
https://github.com/vitalets/sheeva
Concurrent Automation Test Runner
test-automation test-runner testing
Last synced: 27 Jul 2025
https://github.com/bmcszk/go-restclient
Go library for executing HTTP requests from .http files with JetBrains/VS Code compatibility. Same files for manual testing and automated E2E tests.
api-testing e2e-testing go golang http-client http-requests integration-testing jetbrains-http-client json response-validation rest rest-client testing vscode-rest-client xml
Last synced: 24 Feb 2026
https://github.com/qavajs/playwright-runner-adapter
Adapter to launch qavajs project with playwright runner
Last synced: 07 Feb 2026
https://github.com/onuratakan/haimgard
Haimgard is an environment for writing, testing and using exploit code.
cybersecurity environment exploit hacking hacktool module modules python3 testing whitehat
Last synced: 23 Apr 2025
https://github.com/maxbeatty/auth0-rule-sandbox
Provides a test environment for Auth0 Rules similar to their sandbox
Last synced: 29 Sep 2025
https://github.com/hemerajs/mongo-memory
👥 Write tests for mongodb in memory
Last synced: 12 Apr 2025
https://github.com/brentlintner/mimus
A test runner agnostic stubbing library for NodeJS, supporting dependency injection and auto stubbing
coffeescript dependency-injection javascript mock nodejs stub testing
Last synced: 22 Apr 2025
https://github.com/maurodesouza/star-wars-explorer
🌑 Explore o universo de Star Wars com o Star Wars Explorer
jest nextjs react react-lottie react-testing-library styled-components swapi testing
Last synced: 14 Apr 2026
https://github.com/centril/proptest-derive
Custom-derive for the Arbitrary trait of proptest.
custom-derive property-based-testing proptest quickcheck rust testing
Last synced: 27 Jun 2025
https://github.com/electricmonk/ts-react-tdd
node react tdd testing typescript
Last synced: 26 Jun 2025
https://github.com/chukwuemekaaham/google-it-automation-with-python-professional-certificate-
This six-course certificate, developed by Google, is designed to provide IT professionals with in-demand skills -- including Python, Git, and IT automation. Knowing how to write code to solve problems and automate solutions is a crucial skill for anybody in IT. It covers area such as; how to program with python and how to use python to automate common system administration tasks, version control with git and github, troubleshooting and debugging complex problems, applying automation at scale by using configuration management and the cloud, and analyzing real-world IT problems and implementing the appropriate strategies to solve those problems.
alerting automation bash cloud configuration-management csv email git-github google-cloud-platform linux monitoring operating-systems puppet python reportlab restful-api shell-scripting systems-administration testing troubleshooting-debugging
Last synced: 28 Jan 2026
https://github.com/marabesi/smelly-test
Finding test smells in your javascript/typescript code
smells tdd-javascript tdd-typescript testing
Last synced: 19 Jul 2025
https://github.com/jonarzz/refactoring-katas
Coding practice based on small projects
java kata katas refactoring tdd testing
Last synced: 14 Apr 2026
https://github.com/khaledsawan/clean_architecture_flutter
Clean Architecture with Flutter ( Auth + Fetch Courses + Testing)
bloc blocstatemanagement clean-architecture clean-code dart flutter flutter-app mime-types mobile-development testing
Last synced: 28 Apr 2025
https://github.com/davidemoro/play_websocket
pytest-play support for websockets
pytest python testing websocket
Last synced: 11 Jul 2025
https://github.com/martinthoma/postbin
A standalone web service providing http recording. Dump your requests here to inspect them for testing. Completely local.
cli endpoints httpbin mock-server mockbin postbin python qa request-catcher request-logging requestbin requests testing tools web web-development webhook-receiver webhooks-catcher
Last synced: 24 Apr 2025
https://github.com/codingitwrong/getting-better-expo
From the talk "Getting Better All the Time: How to Escape Bad Code", presented at React Native EU 2022
jest react-native refactoring rntl tdd testing
Last synced: 11 Apr 2026
https://github.com/replaysmike/nunit.commander
A wrapper for running NUnit tests using NUnit-Console or dotnet test with real-time updates
extension nunit nunit-console nunit3 real-time test testing
Last synced: 11 Apr 2026
https://github.com/vdsabev/sneer
Type-safe mocking utilities for reliable unit tests
mocking testing typescript unit-testing
Last synced: 25 Oct 2025
https://github.com/kschuetz/gauntlet
Property-based testing for Java
functional-programming java lambda property-based-testing testing
Last synced: 14 Jan 2026
https://github.com/softspiders/puppeteer-jest-travis-heroku
The simplest example of testing an Express application in the Puppeteer and Jest, included in the CI/CD pipeline
headless heroku jest min puppeteer softspider softspiders ss template test testing travis
Last synced: 25 Feb 2026
https://github.com/r-unic/runit
A unit testing library for Roblox heavily inspired by xUnit from C#
csharp lua roblox runit testing typescript unit xunit
Last synced: 08 Mar 2026
https://github.com/n-r-w/testdock
TestDock is a Go library that simplifies database testing by automatically managing test database instances in Docker or external environments, with support for MongoDB, PostgreSQL, MySQL and other SQL databases
database go mongodb pgx postgresql sql testing
Last synced: 08 Aug 2025
https://github.com/mockito/testing-workshop
Java testing workshop project for exchanging code and team code reviews
Last synced: 07 May 2025
https://github.com/jdmaturen/cannon
A distributed systems failure modeling tool.
cannon distributed-systems java testing
Last synced: 13 May 2026
https://github.com/milliams/python_testing
Materials for Python testing workshop
hypothesis pytest python testing
Last synced: 31 Mar 2025
https://github.com/shonharsh/python-exercism-s03e01-bools-ghostgobblearcadegame
Exercism - This Python project is about Booleans.
academic artificial-intelligence atom automation booleans bot config education exercism git guide learning markdown process python studio testing training-materials trending windows
Last synced: 06 May 2026
https://github.com/quality-max/qmax-code-releases
qmax-code — AI testing agent for your terminal. 50 tools, self-healing scripts, cloud execution.
ai cli k6 playwright qa self-healing terminal test-automation testing
Last synced: 04 Jun 2026
https://github.com/vinkius-labs/faker-mcp
Vinkius Edge high-performance Model Context Protocol (MCP) server for generating realistic mock data.
ai-agent developer-tools faker llm-tool mcp mcp-server mock-data modelcontextprotocol synthetic-data testing vinkius vinkius-edge
Last synced: 27 Jun 2026
https://github.com/pmalek/quick
quick aims to be a small header only library to help black box testing in C++
blackbox-testing cpp cpp14 testing
Last synced: 03 Apr 2025
https://github.com/corker/nopenpage
A page object pattern implementation for Selenium
page-object pageobject selenium specflow test-automation test-framework testing webdriver
Last synced: 15 Apr 2025
https://github.com/valchanoficial/automation-practice
AutomationPractice
automation eclipse framework java junit junit4 maven reports selenium selenium-webdriver software-testing testing webdriver
Last synced: 03 Oct 2025
https://github.com/dyalog/dbuildtest
Repository for ]DBuild & ]DTest
apl build-tool dbuild dyalog dyalog-apl testing tests
Last synced: 06 Feb 2026
https://github.com/ligurio/testres
A hyperfast web frontend for software testing results written in C.
dashboard junit subunit test-management testanythingprotocol testing testing-tools
Last synced: 28 Jan 2026
https://github.com/gabrioliv/cpp-opengl-simple-games
Simple Games using C++ and OpenGL
cpp cpp-library freeglut game games glut learning opengl pong-game programming rush-hour testing
Last synced: 13 May 2026
https://github.com/baumannzone/100-code-coverage-is-useless
💯% Code Coverage is useless
ava code-coverage css html javascript nodejs testing unit-testing
Last synced: 04 Jan 2026
https://github.com/damarnez/aave_simulator
Testing the smartcontracts of aave in mainnet.
aave mainnet mainnet-fork mainnet-test smartcontracts solidity solidity-contracts testing
Last synced: 17 Apr 2026
https://github.com/sand4rt/playwright-ct-solid
Playwright Solid component testing
component component-testing playwright solid test testing
Last synced: 24 Apr 2026
https://github.com/dmjones/certs
Generate certificates for Go tests
certificates go golang keys testing
Last synced: 26 Jan 2026
https://github.com/internetarchive/hello-js
an example of full CI/CD from GitHub to a nomad cluster
cicd cluster deploy javascript nomad testing
Last synced: 10 Apr 2025
https://github.com/soh335/test-mysqld-docker
testing with docker mysqld for golang
Last synced: 20 Apr 2026
https://github.com/sebastiaandenboer/mendix-robot-framework-demo
Demo solution demonstrating the use of Robot Framework and Playwright for UI test automation in Mendix applications.
low-code mendix playwright robot-framework testing
Last synced: 05 Oct 2025
https://github.com/ts-graphviz/jest-graphviz
🃏 A plugin for jest that supports graphviz integration.
graphviz graphviz-dot jest jest-plugin testing testing-library typescript-library
Last synced: 05 Jan 2026
https://github.com/monikakonieczna/playwright-ts-project
Example project for Test Automation in Playwright & Typescript for demo site: Swag Labs.
playwright playwright-typescript playwright-ui swaglabs test-automation testing typescript
Last synced: 08 Oct 2025
https://github.com/fene-87/tdd-testing-practice
A project where I get to practice my newly acquired skills on unit testing while following the AAA pattern using jest library
Last synced: 21 Apr 2026
https://github.com/lucianghinda/good-enough-testing-sample
A sample app used during the #GoodEnoughTesting workshop at goodenoughtesting.com
ruby ruby-on-rails testing testing-practices
Last synced: 17 Nov 2025
https://github.com/jameslnewell/koa
A number of packages made to work with koa.
context koa middleware mock reload router testing
Last synced: 16 Mar 2025
https://github.com/dav009/ergo-puppet
Unit Testing Ergo Smart contracts offchain
blockchain ergo scala testing unittest web3
Last synced: 30 Mar 2025
https://github.com/luigiandrea/gopearls
Programming Pearls in Golang
algorithms benchmarking data-structures go go-benchmarking go-pearls go-programming-pearls go-testing golang pearls tested-solutions testing
Last synced: 14 Jan 2026
https://github.com/ker0olos/might-cli
A no-code solution for performing web front-end end-to-end tests
coverage coverage-report coverage-reports end-to-end-test-automation end-to-end-testing end-to-end-testing-interface front-end-testing frontend-testing playwright screenshots testing ui-testing web-test-runner web-testing
Last synced: 01 Apr 2026
https://github.com/vokimon/visualpdfdiff
Visual side by side comparision of rendered PDF documents (CLI tool, python function, unittest assert and back2back plugin)
back-to-back compare diff pdf testing
Last synced: 11 Oct 2025
https://github.com/gtkacz/coverage-pre-commit
A pre-commit hook to run coverage on your code and enforce a minimum coverage threshold.
coverage pre-commit python test testing testing-tools
Last synced: 07 Apr 2025
https://github.com/shirshadatta/server-hardening
Ansible Playbooks for Server Hardening, these playbooks have been tested in AWS servers to provide and configure security in multiple servers.
ansible ansible-galaxy ansible-playbook ansible-role automation hacktoberfest hacktoberfest2020 nginx-server security testing
Last synced: 19 May 2026
https://github.com/snappy-hq/snappy-notes
A simple Next.js app to teach a lot of Good Practices
devops docker husky jest markdown-editor mdx nextjs tailwindcss terraform testing
Last synced: 27 Oct 2025
https://github.com/jonasmarco/nextjs-boilerplate
Um ponto de partida para projetos NextJS com muita coisa configurada :) - Baseado no boilerplate do projeto React Avançado 🔥
babel boilerplate eslint husky jest lint nextjs plop prettier reactjs storybook styled-components testing typescript
Last synced: 09 Apr 2026
https://github.com/gbenm/pintos-vscode
vscode extension for PintOS project
debugging debugging-tool devcontainers pintos testing testing-tools vscode vscode-extension
Last synced: 08 May 2026
https://github.com/kleros/centralized-arbitrator-dashboard
A sample React front-end for CentralizedArbitrator
developer-tools frontend testing
Last synced: 14 Jun 2025
https://github.com/percy/percy-selenium-ruby
Visual testing with Selenium Ruby and Percy
percy percy-sdk ruby-selenium screenshots testing visual-testing
Last synced: 26 Oct 2025
https://github.com/stefanvermaas/factory-builder
An easy way to create framework agnostic scalable test factories/fixtures 🏭 with zero dependencies
factory-builder fixtures fixtures-replacement javascript testing testing-tools
Last synced: 17 Apr 2025
https://github.com/andywer/deep-assert
🔍 Better deep-equals comparison, supporting custom property assertions and pretty diffs.
assertions deep-equals diff javascript json json-diff nodejs testing typescript
Last synced: 28 Aug 2025
https://github.com/com8/os-tester
A Python pip package to automate testing of whole operating systems with an image recognition based approach and libvirt (qemu). Inspired by openQA.
libvirt operating-system python python3 qemu testing
Last synced: 15 Apr 2025