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/codegeekr/test_rorschach_ia
Project on node.js used by the OpenAI API to interpret the Rorchach test
api javascript nodejs openai testing
Last synced: 10 May 2026
https://github.com/cantonjs/node-lib-boilerplate
Node.js lib boilerplate
boilerplate lib node nodejs starter-kit testing
Last synced: 21 May 2026
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/wallacesilva/security77
A command-line tool and python package to make security simple. Command `s77`
hacktoberfest password python python3 s77 scan security testing wordlist-generator
Last synced: 16 Jan 2026
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/prohetamine/ifpractic
Мини задачи для изучения конструкции if, else, операторов и других конструкций.
javascript javascript-game lerning lerning-js programming testing toolkit tools
Last synced: 21 May 2026
https://github.com/lovef/kotlin-assert-utils
A set of assert utilities for JUnit testing with Kotlin
assertion-library junit4 kotlin testing testing-tools unit-testing
Last synced: 12 Jan 2026
https://github.com/unhammer/apertium-wiki-tests
template for wiki tests for apertium language pairs
apertium machine-translation testing
Last synced: 02 Nov 2025
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/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/jinmoo21/pwdriver
To simplify web browser automation settings for python.
appium appium-webdriver automation python selenium selenium-webdriver test-automation testing webdriver
Last synced: 19 Jul 2025
https://github.com/bengadbois/flakyserver
Configurable HTTP server that flakes out
Last synced: 09 Jul 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/imbios/ide-ai-benchmark
Comprehensive multi-IDE AI model benchmarking framework supporting Cursor, Windsurf, VSCode, and other IDEs with automated testing and performance comparison capabilities
ai-benchmarking claude copilot cursor ide-automation openai performance testing vscode windsurf
Last synced: 18 Apr 2026
https://github.com/wcm-io/io.wcm.testing.aem-mock
Mock implementation of selected AEM APIs.
adobe-experience-manager aem mock testing wcm-io
Last synced: 07 Apr 2025
https://github.com/gamussa/testcontainers-go-kong
🦍 Kong module for Testcontainers Go
api-gateway kong-gateway testing
Last synced: 27 Mar 2025
https://github.com/qainsights/perftractor
compare perf testing tools and more
Last synced: 11 Jan 2026
https://github.com/said-laasri/tdd-ruby
A test driven development project with ruby
Last synced: 03 May 2026
https://github.com/mikelgoig/codeception-rest
✔︎ Codeception module for testing REST services.
codeception dev gherkin rest testing
Last synced: 17 Feb 2026
https://github.com/sonytruelove/binary-tree-proccesing
:deciduous_tree:Бинарное дерево деталей. Binary tree of details.
binary-search binary-search-tree binary-tree breadth-first-search console-input cplusplus cplusplus-20 depth-first-search details file-input irnitu istu labotary practical proccesing programming testing tests tree work
Last synced: 17 Mar 2025
https://github.com/diptochakrabarty/custom-gomega-matcher
Implementation of Custom Gomege Matchers which similar to how it is used in testing kubernetes code
go golang gomega kubernetes testing testing-framework
Last synced: 30 Apr 2026
https://github.com/typovrak/typotestcolor
🧪 Make go test actually readable with colors, structure, and zero overhead. Built for developers who live in the terminal
ansi cli color go go-test golang output-formatting terminal test testing zero-dependency
Last synced: 18 May 2026
https://github.com/mathhetru/p9_billed-app
Debug and test an HR SaaS
css3 html5 javascript jest testing
Last synced: 10 May 2026
https://github.com/jeertmans/pytest-missing-modules
Pytest plugin for faking missing modules
Last synced: 08 Feb 2026
https://github.com/jenkinsci/appcircle-testing-distribution-plugin
Jenkins plugin
android ios ios-development test testing testing-distribution testing-tools upload-artifact
Last synced: 11 Jan 2026
https://github.com/zuazo/specinfra-backend-docker_lxc
Serverspec / Specinfra backend for Docker LXC execution driver.
backend devops docker docker-lxc lxd serverspec specinfra specinfra-backend tdd testing
Last synced: 21 Mar 2025
https://github.com/seafloor-geodesy/gnatss-test-data
Repository to host test data for GNATSS software
Last synced: 06 Apr 2026
https://github.com/tspannhw/tensorflow-testing
tensorflow-testing
gpu nvidia setup tensorflow testing
Last synced: 18 May 2026
https://github.com/testpointcorp/vansah-playwright-ts
Seamlessly integrate Playwright automation with Vansah Test Management for Jira. This repository provides a robust Vansah TypeScript binding to log test results, manage test runs, and attach execution artifacts (e.g., screenshots) directly to your Test Case Runs in Vansah.
reporting test test-automation testing typescript vansah
Last synced: 25 Jan 2026
https://github.com/stagas/run-in-client
runs a single function in the client using puppeteer and esbuild
esbuild function puppeteer test testing typescript
Last synced: 28 Jan 2026
https://github.com/brytebee/testing-practice
In this exercise, I write a few practical tests for JavaScript functions using the Jest library. I make sure to follow the AAA pattern to make my tests easier for other developers to read and understand. I also try to use the TDD approach in practice.
Last synced: 29 Mar 2025
https://github.com/nidhish-nayak/cypress
This project includes Automation Testing which explores different areas of testing.
automation-testing ci end-to-end-testing testing ui-testing
Last synced: 13 Apr 2026
https://github.com/christianrondeau/consolescenario
An automated test fixture for .NET console applications
Last synced: 18 Jul 2025
https://github.com/alexkrolick/cypress-test
playing around with cypress + react + dom-testing-library
Last synced: 02 Apr 2025
https://github.com/grasword/qa-road
My software engineer roadmap 🐱👤
cypress roadmap test-automation testing testing-tools
Last synced: 11 Mar 2025
https://github.com/cvxgrp/.github
Reusable workflows for cvxgrp
automation ci-cd devops docker github-actions gitops latex testing
Last synced: 13 Dec 2025
https://github.com/gregorykogan/jwt-microservice
A high-performance JWT authentication microservice written in Go, featuring Redis caching and Docker support.
authentication auto-logout caching docker docker-compose go high-performance jwt load-balancing microservice nginx redis security structured-logging testing token-refresh uuid
Last synced: 04 Apr 2026
https://github.com/manishbisht/calipsa.io
es5 filter javascript node testing
Last synced: 16 May 2026
https://github.com/hgschandeepa/flutter-unit-testing
This repository is designed to help developers understand and implement unit testing in Flutter applications. It also covers API testing and Firebase functional testing to ensure robust and reliable Flutter apps.
firestore flutter http mock mokito sharedpreferences testing
Last synced: 03 May 2026
https://github.com/sumanjs/suman-server
Suman server - Web UI for test results
bdd suman suman-server sumanjs tdd teamwork testing testing-tools web-ui
Last synced: 13 Jul 2025
https://github.com/cc-jhr/nagare
This is an assertion/matcher library for kotlin using infix functions.
assertion-library assertions kotlin testing
Last synced: 05 Apr 2025
https://github.com/marvinhagemeister/dom-callcount
Track the callcount of various DOM api calls.
Last synced: 20 May 2026
https://github.com/josecelano/github-actions-virtualization-support
Documentation and testing matrix for virtualization tools support across GitHub Actions shared runners (Ubuntu, Windows, macOS)
ci-cd compatibility docker documentation github-actions lxd macos multipass runners testing ubuntu virtualization windows
Last synced: 06 Apr 2026
https://github.com/0xhericles/easyacceptlesson
:books: Basic material for the EasyAccept tool lesson
acceptance-testing computer-science easyaccept java programming-lab-2 testing tests ufcg
Last synced: 03 Apr 2025
https://github.com/onflow/flow-mock-contracts
A collection of mocks for the most used contracts from mainnet.
blockchain cadence developer-tools flow integration-testing mainnet-mocks mock-contracts mocks smart-contracts test-infrastructure testing web3
Last synced: 30 Jun 2026
https://github.com/supriya1011/moviesapptest
Selenium Project Repository
apitesting automation cucumber selenium-java testing testng-framework
Last synced: 10 Feb 2026
https://github.com/stevana/deterministic-scheduler
Parallel property-based testing with a deterministic thread scheduler
Last synced: 02 Apr 2025
https://github.com/kkrypt0nn/x
🧪 A repository for all my experiments, tests, and similar random things
experience experiments go golang google learning rust rust-lang test testing
Last synced: 23 Jan 2026
https://github.com/codelikeagirl29/fullstackopen
Fullstackopen course from part0 - part13.
express fullstack-development fullstackopen graphql nodejs react react-native redux testing
Last synced: 07 Apr 2026
https://github.com/fajarnugraha37/nestjs-unit-test-implementation
Implementation of Unit Testing in NestJs Framework with Book Rental Case Studies
api expressjs jest-tests mysql nestjs nodejs rest-api test testing typeorm typescript unit-test unit-testing
Last synced: 06 Apr 2026
https://github.com/qckfx/browser-ai
AI-powered MCP server that provides natural language control for browser automation. Built on Playwright with an intelligent sub-agent that handles tool orchestration, keeping browser automation details out of Claude's context window. Features OAuth authentication for Claude subscribers and seamless web task automation.
ai claude cursor playwright testing
Last synced: 16 May 2026
https://github.com/silic0ns0ldier/theory
WIP multi-target JS test framework. Run tests in any JS runtime.
tdd test-framework test-runner testing unit-testing
Last synced: 20 Jan 2026
https://github.com/esau-morais/react-testing
react-testing-library workshop, by Kent C. Dodds
jest react react-testing react-testing-library reactjs testing tests
Last synced: 08 May 2026
https://github.com/atuoha/reglancing_bloc_testing
reglancing bloc testing
api-testing bloc bloc-testing firebase-auth flutter integration-testing mocktail testing unit-testing user-jsonplaceholder-api weather-api widget-testing
Last synced: 16 Apr 2026
https://github.com/lambdatest/unittest-scroll
How to test scrolling of a webpage using an automation test in UnitTest on LambdaTest
lambdatest selenium testing unittest
Last synced: 02 May 2026
https://github.com/paulz/blueowl
An app ready for testing
bdd coverage tdd testing travis-ci xcode xcode10 xcodebuild
Last synced: 29 Oct 2025
https://github.com/mvaibhav131/todo-task-cypresstesting
handling request and responses with the cypress for getting the list of todo item
automation-framework css cypress html javascript rendering scss testing todo todo-app
Last synced: 06 Apr 2026
https://github.com/lambdatest/unittest-multiple-tabs
How to handle multiple tabs using an automation test in UnitTest on LambdaTest
Last synced: 26 Mar 2025
https://github.com/4thel00z/seleniumctl
A versatile CLI tool built with Go that uses Selenium WebDriver to automate browser actions. Supports multiple browsers (Firefox, Chrome) and includes features like headless mode, automated form filling, interaction logging, screenshots, and more. Easily configure workflows via JSON inputs, with full support for Selenium's action types.
automation cli go selenium selenium-webdriver testing webdriver
Last synced: 02 Feb 2026
https://github.com/marlecce/emme
High-performance C web server engineered trying to outpace industry giants like Nginx and Apache. Powered by io_uring and a custom in-place HTTP parser, it delivers ultra-low latency and blazing-fast responses.
apache automation c github-actions http-parser https-server io-uring nginx testing threading web-server yaml
Last synced: 17 Jan 2026
https://github.com/cvigueras/builder-pattern-testing
Builder Pattern in Tests
builder-pattern csharp csharp-code testing
Last synced: 12 Jun 2026
https://github.com/yuryalencar/teasy-language-mobile
Language to implement functional tests for mobile applications
android appium appium-android appium-tests automation automation-test automation-testing language mobile mobile-development pageobject-pattern robotframework teasy-language teasy-mobile-language test test-automation testing testing-tools
Last synced: 17 May 2026
https://github.com/hugomrdias/metamask
Collection of tools for E2E testing metamask, metamask flask and metamask snaps.
filecoin filsnap metamask playwright testing
Last synced: 28 Apr 2025
https://github.com/lukasraider/junittesting
JUnit testing - calculator, array , addition , subtraction, multiplication , division,
array calculator junit-test junit5 testing testing-framework
Last synced: 09 Sep 2025
https://github.com/tsaarni/java-certy
Java library for generating certificates for unit and integration tests.
certificates java pki testing x509
Last synced: 20 Mar 2025
https://github.com/iamazeem/github-actions-reusable-workflow-test
GitHub Actions Reusable Workflow Test
ci github-actions github-actions-workflow github-actions-workflows testing
Last synced: 03 Apr 2025
https://github.com/wilsonsilva/gleam_stdin
Example of reading from STDIN in Gleam
erlang gleam gleam-lang gleam-language meck mocking testing
Last synced: 02 Apr 2026
https://github.com/project-fireplace/html-testing
for me to test html
html html-css-javascript learning testing
Last synced: 27 Mar 2025
https://github.com/gremmlin01/autoxpath
Finding an element by XPath in Selenium
automation browser-automation multithreading python selenium testing web-scraping webdriver xpath
Last synced: 14 May 2026
https://github.com/gjhuerte/git-experiments
For testing purposes on Git
dummy experiments git test-github testing
Last synced: 27 Mar 2025
https://github.com/jenkinsci/appcircle-enterprise-app-store-plugin
Jenkins plugin
android beta-distribution ios testing testing-tools upload-artefacts upload-artifact
Last synced: 11 Jan 2026
https://github.com/gustavosmelo/playgroundlab
👨🏾💻 👨🏾🎓 👨🏾🔬 This repository, is to practice, test some crazy ideas, learn another language and have fun with programming :) T.I.L (Today I learned)
fun learning testing til today-i-learned training
Last synced: 12 Jul 2025
https://github.com/pdsuwwz/vite-react-unit
Unit Testing for React 18.x + TS -- 搭建 React 单元测试环境(包含覆盖率测试)
babel jest react sample testing typescript unit unit-testing vite
Last synced: 07 Mar 2026
https://github.com/corrode/testing-workshop
Learning material for the workshop 'Testing in Rust'
Last synced: 13 Mar 2025
https://github.com/rsusik/pers
Persistent results is a Python class that ensures the results of tests will be available even if interruptions during the tests occur.
caching dumping keeping-results persistent results saving storing storing-results testing tests
Last synced: 15 Jun 2025
https://github.com/havilog/counterdemo
Simple TCA demo-app
async-await demo ios module swift tca testing
Last synced: 24 Jun 2025
https://github.com/kode-rex/dotnetcore-filesystem
A simple testable file system abstraction.
Last synced: 25 Jun 2026
https://github.com/abrahamgalue/testing-js
Repository for learning the fundamental concepts of JavaScript testing
docker jest mongodb playwright testing
Last synced: 05 Apr 2026
https://github.com/ansforge/ig-workflows
Workflows tests/validation/publication des IG FHIR (plantuml, testscript, Fhir)
fhir plantuml publish testing testscripts
Last synced: 01 May 2025
https://github.com/sebyx07/c-ai-optimizer
AI-powered C code optimizer demonstrating 2.3× performance gains through SIMD vectorization, cache blocking, and algorithmic improvements. Proof that AI optimizes better than humans.
ai ai-assisted avx benchmark c cache-optimization cicd claude compiler machine-learning optimization performance simd testing vectorization
Last synced: 17 Apr 2026
https://github.com/thomfilg/eslint-plugin-test-flakiness
ESLint plugin that prevents common sources of flaky tests (hard-coded timeouts, missing awaits, random data, unmocked network/IO). Flat-config ready, with recommended/strict/all presets. Works with Jest, Playwright, Vitest, Cypress, Testing Library.
ci cicd cypress eslint eslint-plugin flaky-tests jest playwright quality quality-assurance test test-automation testing testing-library testing-tools vitest
Last synced: 30 Jun 2026
https://github.com/anticensority/for-testing
For testing code that works with GitHub API
anticensority generated pac-script testing
Last synced: 30 Jun 2026
https://github.com/nu0ma/nextjs-app-with-openapi
MSW + aspida + testing-library + Chakra UI + React-Query
msw nextjs openapi react-query testing typescript
Last synced: 20 Jan 2026
https://github.com/bnnq/testingsystem
Testing System for teachers and students
desktop-application educational-project educational-software testing wpf wpf-application
Last synced: 11 May 2026
https://github.com/vx68k/cppunitx
C++UnitX – a lambda-based C++ unit-testing framework.
cplusplus cplusplus-11 lambda-expressions testing unit-testing wiki xunit
Last synced: 16 May 2026
https://github.com/grailbio/testutil
Testing libraries
golang testing testing-framework
Last synced: 23 Jun 2025
https://github.com/walkerrandolphsmith/versionone.valve
Node application to pump data into a VersionOne instance.
Last synced: 19 May 2026
https://github.com/luisalbertodev/my-design-system
A component-based design system built with React, TypeScript and Styled Components. This library was created for learning and practice purposes, and can be used as a boilerplate or forked for experimentation.
accessibility boilerplate component-library design-system eslint jest npm-package playwright prettier react-testing-library reactjs rollup storybook styled-components testing typescript ui-components
Last synced: 06 Apr 2026