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/aak1247/pydatatest
Data driven python test framework. 数据驱动的Python测试框架
framework python testing unittest
Last synced: 17 Jan 2026
https://github.com/wolfssl/actions-build-autotools-project
Action that builds an autotools project
automation-testing autotools github github-actions security testing wolfcrypt wolfssl
Last synced: 27 Apr 2025
https://github.com/kasir-barati/clean-code-in-js-ts
Learn how to write cleaner code
automation backend cicd docker docker-compose javascript mongodb nestjs nodejs restful-api swagger tdd testing typescript
Last synced: 24 Jan 2026
https://github.com/prantlf/grunt-safaridriver
Controls Safari on OSX using the WebDriver interface via safaridriver without Selenium.
browser grunt-task gruntplugin safari safaridriver testing webdriver
Last synced: 15 Oct 2025
https://github.com/upthewaterspout/fates
FATES (Find All Thread Execution Schedules) is a tool for testing multithreaded java applications
bytecode-manipulation concurrency java multithreaded-tests testing
Last synced: 14 Jan 2026
https://github.com/neuralegion/sectester-net
SecTester is a new tool that integrates our enterprise-grade scan engine directly into your unit tests.
appsec brightsec c-sharp e2e pentesting qa security test testing
Last synced: 07 May 2025
https://github.com/ehsangazar/nodejs-sample-app-structure
This is sample project of nodejs with structure and testing
Last synced: 17 May 2026
https://github.com/guillaumefalourd/diff-action
Github Action to compare 2 files using diff 🕵️
all-os-supported compare-files diff github-actions testing useful utilities
Last synced: 02 Jul 2025
https://github.com/driade/sleepery
PHP sleep and usleep wrappers to make them easier to test
Last synced: 13 Jan 2026
https://github.com/mattiasnordqvist/captain-data
Overridable convention based sql server data generation
fixtures sql-server testing testing-tools
Last synced: 14 Jun 2025
https://github.com/contributte/tester
🧪 Nette Tester with extra horse power.
contributte integration-testing mocks nette tester testing unit-testing
Last synced: 17 Jan 2026
https://github.com/tanoconsulting/euts
eZPlatform Ultimate Test Stack
ci continuous-integration ezplatform ezpublish symfony-bundle testing
Last synced: 13 Apr 2026
https://github.com/saintedlama/drop-mongodb-collections
Drops all (non system) mongodb collections
Last synced: 23 Mar 2025
https://github.com/ruwatana/swifixture
🧪 Fixture Automatic Generator for Swift
autogen automatic build-tool commandline fixture generator ios macos mock mocking stub stubbing swifixture swift test testing unittest xcode
Last synced: 11 Mar 2026
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/cmdruid/core-cmd
A suite of CI/CD friendly tools that plug into bitcoin core and help you interact with the blockchain.
Last synced: 18 Aug 2025
https://github.com/guardian/content-api-local-proxy
Proxying requests to live and preview CAPI. Handling auth, so you don't have to!
Last synced: 07 Jan 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/fusion/reasonable-fidelity
Replay recorded web sessions, check for fidelity
automation ocaml reasonml regression-tests testing
Last synced: 17 May 2026
https://github.com/pancht/ngrobo
NextGeneration Test Automation Framework - nRoBo
allure-reports allure2 pytest python3 selenium-grid selenium-python selenium-server selenium-tests selenium-webdriver selenium4 test-automation testing testing-framework testing-tools
Last synced: 11 Oct 2025
https://github.com/somatech1/mocks
A package to help creating mocks for APIs to be used in unit tests
Last synced: 11 Mar 2026
https://github.com/melkarama/antigostman
The professional, privacy-focused alternative to Postman. 100% local, scriptable, and built with pure Java for maximum efficiency.
api-testing automation desktop-app developer-tools http-client insomnia-alternative java json lightweight offline-first open-source postman postman-alternative privacy-focused productivity rest-api rest-client swing testing xml
Last synced: 07 May 2026
https://github.com/psyirius/rockite
A modern, free and open-source WebSockets Client
react realtime testing websocket-client websockets
Last synced: 19 Apr 2025
https://github.com/remrkabledev/node-testing-mocha-chai
Introduction to testing in Node.Js using Mocha, Chai and Node.Js Native Assertion Library
assertion-library mocha-chai nodejs testing
Last synced: 30 Apr 2025
https://github.com/a5anka/wso2-synapse-engine-test-framework
Distributed synapse integration test framework
Last synced: 19 Apr 2025
https://github.com/alvinwan/uniexpect
doctest utility and inline testing for REPL languages
inline-testing language python python-doctests repl scheme sqlite testing utility
Last synced: 18 Apr 2026
https://github.com/vinhlh/guetzli-product-image-tests
Test guetzli with product images
Last synced: 26 Jan 2026
https://github.com/saibotsivad/jmap-fetch-test-email
Wait for and fetch a sent email over JMAP, e.g. for integration tests of tools that send emails.
Last synced: 03 Oct 2025
https://github.com/rudymatela/hspec-leancheck
LeanCheck support for the Hspec test framework.
haskell hspec leancheck testing testing-framework testing-tools
Last synced: 15 Apr 2025
https://github.com/runroom/testing
[READ-ONLY] This library provides tools to help testing our bundles and projects
doctrine fixtures integration php phpunit testing
Last synced: 19 Sep 2025
https://github.com/kuy/actix-delay
Simulates a delayed response for actix-web
actix actix-web middleware rust testing
Last synced: 28 Apr 2025
https://github.com/digipie/mocha-chai-mongoose
An example of how you can use Mocha and Chai to perform API testing for a Node-ExpressJS-Mongoose app.
api chai github-actions mocha mocha-chai mocha-chai-mongoose mongo-action mongodb mongoose nodejs testing
Last synced: 17 Jun 2025
https://github.com/wimpyprogrammer/jest-mock-examples
Examples of mocking in Jest tests
jest mock mocking testing unit-testing
Last synced: 19 Apr 2026
https://github.com/mjstrasser/kotest-html-reporter
HTML test reporter for Kotest
Last synced: 02 Jul 2025
https://github.com/mfaisalkhatri/testng-tutorial
This project has example code demoing how to use TestNG framework in Test Automation
automation-testing beginner learning qa software-testing test-automation testing testng tutorial
Last synced: 07 Apr 2026
https://github.com/damirscorner/20210820-ng-test-http-get
Sample project for "Testing HttpClient GET requests in Angular" blogpost
Last synced: 24 Mar 2025
https://github.com/remcohaszing/jest-axios-snapshot
Test axios HTTP responses using Jest snapshots
Last synced: 19 Apr 2025
https://github.com/felixschwarz/htmlcompare
library to compare HTML while ignoring non-functional differences
Last synced: 09 Apr 2025
https://github.com/4nickpick/automate-recaptcha
Automating Recaptcha Testing
automate captcha recaptcha testing
Last synced: 04 Oct 2025
https://github.com/kuredoro/scold
Input/Output black box test automation tool.
code-execution code-runner command-line competitive-programming cross-platform go output-checking productivity test-automation testing testing-tool testing-tools tool validation validation-engine validator
Last synced: 24 Mar 2025
https://github.com/hussani/java-test-generator
Automatic test generator using constraint programming
code-generation constraint-programming testing
Last synced: 06 Jul 2025
https://github.com/zoido/errassert
Simple table driven Go tests error assertions
assert assertions go golang table-driven-test test testing testing-tools
Last synced: 10 Jun 2025
https://github.com/anvk/easy-sql-tests
Micro framework to execute tests for T-SQL logic in Node.js
chai easy-to-use mocha mssql nodejs testing
Last synced: 09 Apr 2026
https://github.com/arnzel/mockMvcTestCreator
Library to generate Unit-Tests using mockMvc for Spring Controller Classes
generator java junit spring-mvc test-automation testing
Last synced: 11 Mar 2025
https://github.com/veiko/jest-a11y
✨ Custom Jest matchers for testing accessibility
a11y a11y-testing jest testing testing-library
Last synced: 06 May 2026
https://github.com/netzulo/qalab
QALAB, proyect manager for QA open source proyects, managing selenium, appium, selendroid drivers
appium appium-hub appium-node chrome-headless chromedriver edgedriver firefoxdriver functional headless-chrome hub internetexplorer node selenium selenium-grid selenium-python testing tests webscrapper winium
Last synced: 24 Aug 2025
https://github.com/gardimy/testing_practice
A simple exercice to keep practice JS Testing
Last synced: 18 May 2026
https://github.com/prestashopcorp/prestashop-flashlight
A docker based testing utility for PrestaShop
arm64 docker prestashop testing
Last synced: 29 Sep 2025
https://github.com/tomzox/gtest_gui
Test runner GUI for Google-Test instrumented test applications
google-test graphical-user-interface gui test-runners testing testing-tool tkinter-python
Last synced: 14 May 2025
https://github.com/lemoncheesecake/lemoncheesecake-requests
lemoncheesecake logging for requests
end-to-end-testing lemoncheesecake qa requests testing
Last synced: 10 Aug 2025
https://github.com/rebus-org/testy
:microscope: Nifty opinionated test helpers for NUnit
disposables extension-methods nunit testing
Last synced: 14 Jun 2025
https://github.com/adbc-drivers/validation
A framework for validation testing of ADBC drivers.
Last synced: 16 Jan 2026
https://github.com/arjunu/react-redux-testing-cheatsheet
cheatsheet enzyme jest react redux testing unit-testing
Last synced: 13 Apr 2026
https://github.com/liquidlight/playwright-framework
A wrapper framework around Playwright offering defaults & helpful functions
playwright playwright-typescript testing
Last synced: 25 Dec 2025
https://github.com/kirca54/selenium-login-testing
Selenium automatic testing
Last synced: 11 Apr 2026
https://github.com/mehralsnix/assumptions
Assumptions can be used to skip tests when common preconditions, like the PHP Version or installed extensions, are not met.
Last synced: 19 Apr 2025
https://github.com/mdabdullahibnaharun/konnect-automationtesting-selenium
This is a Java-based Selenium automation script using the TestNG framework for testing the Demo Site.
automation java maven selenium software-quality-assurance testing
Last synced: 02 May 2026
https://github.com/aboviq/bun-test-cucumber
Run Cucumber tests with Bun's test runner and full TypeScript support
Last synced: 02 May 2026
https://github.com/mighty-justice/tester
Centralize and standardize your tests with easy configuration.
configuration jest react react-components test test-runners testing
Last synced: 19 Jan 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/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/lren-chuv/pfa-validator
Validation of the PFA model and its predictive algorithm
algorithm-factory docker-image pfa-standard testing
Last synced: 25 Oct 2025
https://github.com/nicnocquee/rsc-testing
A sample project that shows how to test React server component
nextjs react reactservercomponents testing testing-library
Last synced: 03 May 2026
https://github.com/d4nyll/cucumber-socket
In a Cucumber/Gherkin test, cucumber-socket gives you the ability to wait for Socket.io events to be received before moving on to the next step.
async asynchronous bdd cucumber gherkin socket-io testing websocket
Last synced: 01 May 2026
https://github.com/gotesttools/limgo-action
GitHub Action for limgo
github-actions go golang test-coverage testing
Last synced: 16 Apr 2026
https://github.com/robototes/frcsim-docker
FRCSim automated testing image for Docker
automation docker frcsim testing
Last synced: 11 Oct 2025
https://github.com/schwabyio/xrun
Test your APIs with speed, simplicity, and at scale.
api api-automated-testing api-testing cli continuous-integration functional-testing postman rest restful-testing test-automation testing
Last synced: 04 May 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/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/singularityhub/stools-clair
An example of using stools-clair for Travis and Circle Continuous Integration
ci circle-ci singularity singularity-container testing travis-ci
Last synced: 28 Feb 2026
https://github.com/tatsuyafujisaki/pairwise
Pairwise (all-pairs) testing samples using Microsoft PICT
all-pairs pairwise pict testing
Last synced: 25 Feb 2026
https://github.com/mesosphere-backup/dcos-test-utils
DEPRECATED: Please use https://github.com/dcos/dcos-test-utils
Last synced: 05 Mar 2026
https://github.com/papooch/nestjs-microservices-testbed
A collection of utilities for integration testing of microservices in NestJS.
integration microservices nestjs testing utility
Last synced: 01 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/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/bria222/shopping-cart-api
Complete control over your cart integration. Tokenized cart sessions let you personalize, engage, and re-engage customers any way you want.
api-server deployment-automation docker postgres rest-api ruby-on-rails testing
Last synced: 05 May 2026
https://github.com/tracetronic/testguide_report-generator
A generator that acts as a helper to create a test.guide compatible test report
json python reporting testguide testing tracetronic
Last synced: 05 Mar 2026
https://github.com/plopezgit/saving
Setup a basic checklist to model a quick Spring Boot Microservice architecture.
api config-server eureka java maven microservice microservices-architecture mondodb spring spring-boot testing uml-diagram
Last synced: 17 Apr 2026
https://github.com/snapshot-testing/xc-snapshot-testing
[XCTest] 📸 Test less. Snap once. Stay pixel-perfect everywhere. 🖼️✨
snapshot-testing swift swiftui testing xctest
Last synced: 13 Feb 2026
https://github.com/shonharsh/csharp-exercism-s06e01-ifstatements-carsassemble
Exercism - This project is about if statements and numbers.
academic artificial-intelligence atom automation bot config csharp education exercism git guide if-statements learning markdown process studio testing training-materials trending windows
Last synced: 06 May 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/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/nerdmecha/git-bash-dart
GIT Dart Test
dart debug debugging git git-bash github source-tree sourcetree test testing visual-studio-code
Last synced: 06 May 2026
https://github.com/apragacz/pytest-sosu
Pytest-Sosu (pronounced Sōsu, ソース) is an unofficial Pytest plugin for running tests on Sauce Labs platforms.
automated-testing pytest python saucelabs selenium selenium-webdriver testing testing-tools webdriver
Last synced: 05 Mar 2026
https://github.com/training360/locations-app
Példa Spring alkalmazás tesztautomatizálás tanfolyamokhoz
Last synced: 06 Mar 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/quaddarv1ne/puppeteer-project
В мире веб-разработки и тестирования часто возникает необходимость автоматизировать взаимодействие с браузером — от простого снятия скриншотов до более сложных задач, таких как тестирование интерфейсов, парсинг данных или генерация контента
dev development puppeteer puppeteer-core puppeteer-screenshot python python3 script testing tools
Last synced: 13 Feb 2026
https://github.com/gochomugo/elbow
An easy way to test your REST JSON API, using Mocha
json-api json-schema mocha testing
Last synced: 07 May 2026
https://github.com/jamesmcroft/todoer-ui-test-demo
A simple ASP.NET Core ToDo API with Vue 3 application, complete with automated UI tests with Selenium
asp-net-core automated-testing dotnet testing todolist typescript ui-testing vue3
Last synced: 07 May 2026