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-06-29 00:27:17 UTC
- JSON Representation
https://github.com/elitau/tix
Automatically run tests in the iex console when files are saved
Last synced: 22 Feb 2026
https://github.com/sureshpandiyan1/whaly
easy way to write a text-based automation for selenium (in ruby)
automation bdd-style bdd-style-testing-framework chrome firefox for ie linux ruby selenium test test-automation testing text-based
Last synced: 04 Aug 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/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/jthelin/serverhost
.NET Server Hosting utility library, including in-process server host testing.
appdomain dotnet serverhost testing xunit
Last synced: 05 Jul 2025
https://github.com/zebrunner/carina-commons
Carina Commons module of test automation framework: Web, Mobile, Desktop API, DB etc testing...
android-test appium appium-java carina carina-framework framework interfaces ios-test java mybatis parallel-tests selenium test test-automation test-automation-framework testing testing-tools testng web-test
Last synced: 01 Jul 2025
https://github.com/bizzarrowebgroup/salone-nautico-venezia-2020
L'App per il Salone nautico di Venezia 2020
adobexd eslint expo jest react-native react-navigation testing typescript vector-icons yarn
Last synced: 22 Apr 2025
https://github.com/joscha/ts-jest-transformer-example
Custom transformer & module mapper with jest & ts-jest
identity-obj-proxy jest module-mapper react testing transformer ts-jest typescript
Last synced: 08 May 2026
https://github.com/MateuszNaKodach/kt-time-traveler
Kotlin / Java library for one source of truth time in whole application. It's also provides mutable clock for testing.
clock java java-library jvm kotlin scala spring spring-boot test testing time time-manipulation timetraveling
Last synced: 10 Jul 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/adzz/elixir_run_tests_action
A github action to run tests in an elixir project
elixir exunit github-actions mix testing
Last synced: 11 Apr 2025
https://github.com/altwalker/live-viewer
A web application for visualizing the progress of an AltWalker test run.
altwalker javascript model-based-testing python test-automation testing testing-tools
Last synced: 03 May 2025
https://github.com/python-coincidence/coincidence
Helper functions for pytest.
pytest python regression testing unittest utilities
Last synced: 16 Jan 2026
https://github.com/dicodingacademy/fluttest-cli
Run Flutter test on interactive mode :tada:
cli flutter testing testing-tools
Last synced: 01 Mar 2025
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/ds-joe/laravel-react-template
if you are looking for a powerful and flexible Laravel React template with TypeScript, Sass, and Tailwind CSS support, then this is the template for you
css inerta inertiajs laravel mysql permissions php react sass sql tailwind template testing typescript
Last synced: 29 Jul 2025
https://github.com/davidemoro/play_websocket
pytest-play support for websockets
pytest python testing websocket
Last synced: 11 Jul 2025
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/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/kennfatt/nextjs-api-routes-testing
Template to test your NextJS API Routes with Jest, supertest, and next-connect.
jest next next-connect nextjs supertest template testing
Last synced: 15 Aug 2025
https://github.com/manomanotech/pact-graph-network
Generates a big overview of dependencies between microservices using pact-broker
contract-testing pact-broker testing
Last synced: 15 Apr 2025
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/yukinagae/genkitx-promptfoo
Community Plugin for Genkit to use Promptfoo
ai evaluation evaluation-framework firebase genkit genkit-plugin genkitx llm llm-eval llm-evaluation llm-evaluation-framework llmops plugin prompt prompt-testing promptfoo prompts testing
Last synced: 27 Jul 2025
https://github.com/iamtalwinder/nestjs-cucumber-kit
nestjs-cucumber-kit seamlessly integrates NestJS with CucumberJS, enhancing the experience of writing BDD-style end-to-end tests in NestJS applications.
bdd cucumber nestjs nestjs-cucumber-kit testing
Last synced: 08 May 2026
https://github.com/farmdawgnation/kafka-detective
A tool for continuous end-to-end testing of streaming data applications.
Last synced: 25 Mar 2025
https://github.com/saufiroja/simple-message-broker
simple example using message broker with golang
apache-kafka docker-compose go golang message-broker testing
Last synced: 27 Jul 2025
https://github.com/spiderpig86/vsc-mock
:bird: Generate mock data on the fly.
chancejs mock-data mocking testing testing-tools vscode vscode-extension
Last synced: 20 Apr 2026
https://github.com/ulamlabs/celery-mock
Easy way to defer celery tasks in tests
Last synced: 14 Jan 2026
https://github.com/astrodynamic/math-library-in-c
CustomMath library is a C language implementation of the `math.h` library, offering basic mathematical functions like sine, cosine, logarithms, etc. It has no external dependencies and is licensed under MIT. To use it, you need to link it with your project and include its header file in your C source code.
c check cmake library makefile math testing
Last synced: 24 Oct 2025
https://github.com/ghpreporter/ghpr.mstestv2
Adapter for MSTestV2 (generate HTML report for MSTestV2)
microsoft mstest mstest-framework mstestv2 qa qa-automation-test qatools quality-assurance reporting reporting-engine reporting-project reporting-tool testfx testing
Last synced: 19 Oct 2025
https://github.com/rluvaton/expect-matchers
Additional Jest/vitest/expect matchers
assertions bdd expect extended jest matchers testing vitest
Last synced: 15 Mar 2025
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/gilescope/iunit
An exploration of tests against rust traits
iunit rust-library testing trait
Last synced: 16 Mar 2025
https://github.com/hobbyquaker/hm-simulator
Simulates (partly) a Homematic CCU
homematic simulator smarthome testing
Last synced: 14 Apr 2025
https://github.com/bohdanmoroziuk/code-snippets
This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies.
cheat-sheets code-snippets front-end-development functional-programming knowledge-base oop react rest-api software-architecture software-development testing typescript vue3
Last synced: 13 Apr 2026
https://github.com/sirkonst/type_comparable
Helper for checking variable equivalence by type. Useful for tests.
pytest pytest-plugin test testing type types typing
Last synced: 06 Jul 2025
https://github.com/ashkan0201/test_app
Testing code on GitHub using pytest.
Last synced: 02 Mar 2025
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/3rd-eden/setup-env
Automated, feature detected, environment setup for your test suite
babel environment enzyme jsdom react setup test testing
Last synced: 20 Aug 2025
https://github.com/mike-neck/ktcheck
ktcheck is a test framework for Kotlin working on JUnit platform, with Given-When-Then style.
bdd-framework junit-platform kotlin kotlin-testing test test-framework testing
Last synced: 12 Jan 2026
https://github.com/monkrus/go-best-test
Good testing practice in building web applications in Go
building go golang testing webapplications
Last synced: 04 Sep 2025
https://github.com/tofupilot/python-client
Python API client for TofuPilot.
functional hardware python testing tofupilot
Last synced: 14 Jan 2026
https://github.com/atomicgo/assert
โ Go package with tons of assertions!
assert assertion atomicgo go golang golang-library testing testing-library
Last synced: 15 Apr 2025
https://github.com/remi-gau/matlab_clean_code_workshop
https://remi-gau.github.io/matlab_clean_code_workshop/
clean-code matlab testing workshop
Last synced: 23 Apr 2025
https://github.com/leonelgalan/rspec-active_model_serializers
Simple testing of ActiveModelSerializers via a collection of matchers.
activemodelserializers gem json-schema open-source opensource rspec serialization testing
Last synced: 18 Mar 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/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/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
https://github.com/testify-project/semantic-testing.github.io
Semantic Testing Site
experience integration safety semantic semantic-testing semtest specification sytem tdd testing unit
Last synced: 30 Aug 2025
https://github.com/michaelhallik/robotframework-xmlvalidator
A Robot Framework test library for validating XML files against XSD schemas.
robot-framework robotframework test-automation testing xml xml-validation xsd xsd-schema
Last synced: 28 Aug 2025
https://github.com/thekashey/package-self
Place yourself in the right place.
npm npm-scripts package testing
Last synced: 25 Aug 2025
https://github.com/cenfun/playwright-ct-vue
playwright-ct-vue
component coverage-report ct monocart-reporter playwright testing vue
Last synced: 19 Apr 2025
https://github.com/timothystiles/ditto
A Go package for mockless 3rd party API testing.
Last synced: 26 Aug 2025
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/singularit-de/django-test
Django pyton test image with all database installs
django django-rest-framework docker docker-image github-actions gitlab-ci python python3 testing
Last synced: 23 Aug 2025
https://github.com/furionix-labs/tigrmail-python
Python SDK for creating temporary and disposable email addresses for automated testing, email verification, and OTP workflows using the Tigrmail API.
api automation cypress disposable e2e email integration mail mfa otp playwright python qa selenium temp temporary test testing tigrmail verification
Last synced: 28 Nov 2025
https://github.com/agrostar/zzapi-vscode
VS Code extension for zzapi - an API testing and documentation framework
api api-client api-rest testing typescript vscode-extension
Last synced: 08 Apr 2025
https://github.com/marcuwynu23/yano-text-editor
Simple Text Editor for doing fast experiment/learning programming
code-editor editor experiment fast-try java javascript learning-code nodejs python testing text-editor try
Last synced: 09 Apr 2025
https://github.com/tshakalekholoane/diff
Exports the Go standard library's internal/diff package.
diff go golang golang-library golang-package golang-testing golang-tests patience patience-diff testing tests unified-diff
Last synced: 12 Jun 2025
https://github.com/intersystems-community/intersystems-testingmanager
A VS Code extension to surface in the testing view any unit tests built with the InterSystems %UnitTest framework.
intersystems testing vscode vscode-extension
Last synced: 12 Apr 2026
https://github.com/khesualdo/unit-testing
:lemon: :cherries: :watermelon: My cheatsheet for writing unit tests with Moq.NET and MSTest
csharp dotnet microsoft moq moq-framework mstest testing unit-testing
Last synced: 12 Apr 2025
https://github.com/srinivasantarget/spring-microservices-testing
Testing Microservices application
contract-testing integration-testing microservices performance-testing spring-boot spring-mvc testing unit-testing
Last synced: 24 Mar 2025
https://github.com/qainsights/website-performance-monitoring-collection
Collection of Website Performance Monitoring
performance testing web-performance
Last synced: 10 Feb 2026
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/weltling/virtio-villain
Battle test virtio device models
c cloud-hypervisor fault-injection fuzzing hypervisor kvm negative-testing qemu security testing virtio vmm
Last synced: 16 Jun 2026
https://github.com/mateusznakodach/kt-time-traveler
Kotlin / Java library for one source of truth time in whole application. It's also provides mutable clock for testing.
clock java java-library jvm kotlin scala spring spring-boot test testing time time-manipulation timetraveling
Last synced: 05 Apr 2026
https://github.com/apertureless/presentation-vuex-testing
๐ ๐ฌ Slides of my vuex testing talk
javascript presentation slides testing vuex
Last synced: 19 Jun 2026
https://github.com/forketyfork/compose-ui-test-server
HTTP server for controlling Compose Desktop applications at runtime, designed for AI coding agents
ai automation claude-code compose compose-desktop kotlin testing ui-testing
Last synced: 26 Feb 2026
https://github.com/adrianbrad/psql-docker-tests-example
๐ parallel black box PostgreSQL unit tests run against a real database.
Last synced: 09 Feb 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/ibrunotome/ticketbeast
Learning TDD using Laravel with Adam Wathan's course. This course can be found at https://course.testdrivenlaravel.com
laravel tdd testdriven testing ticketbeast
Last synced: 09 May 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/vitron-ai/themis
Intent-first unit testing framework for AI agents in Node.js and TypeScript.
agent-testing ai ai-agents ai-testing developer-tools llm nodejs test-framework testing typescript unit-testing
Last synced: 18 Apr 2026
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/geemanjs/a11y-links
Collection of useful accessibility links
a11y accessibility links testing tools useful web
Last synced: 19 Mar 2026
https://github.com/haythem-ouederni/ng-best-practices
General web/mobile development best practices : Angular example
angular angular-cli best-practices boilerplate commitizen facade-pattern jest mobile-development ngxs prettier redux-like state-management store testing tslint typescript web-development
Last synced: 26 Feb 2026
https://github.com/cjp2600/trep
Trep is a simple CLI tool designed to make the output of golang test commands more readable and appealing to the user.
formatting go golang report terminal testing tui unit-testing
Last synced: 30 Apr 2026
https://github.com/ariejan/black-flag
Dockerized Regtest Bitcoin Network: batteries included!
api bitcoin docker docker-compose insight regtest test testing testing-tools testnet
Last synced: 09 May 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/mallozup/pipkins
create jenkins pipeline jobs automatically and store them in git
continous-integration jenkins jenkins-pipeline opensource python testing
Last synced: 28 Apr 2026
https://github.com/john0isaac/action-check-markdown
Validate .md and .ipynb files for writing standard.
actions continous-integration markdown testing
Last synced: 11 Feb 2026
https://github.com/clivern/kevin
๐บ Web Application to Inspect HTTP Requests & Build Custom Endpoints.
automation django docker endpoints http-requests kevin mockbin python python3 requestbin testing testing-tool
Last synced: 03 May 2026
https://github.com/pocmo/uitest-agent
A natural language-based agent for automating UI testing on mobile devices and web applications using Google's Gemini AI models.
agent ai mobile testing ui-testing web
Last synced: 28 Jun 2026
https://github.com/adriamontoto/object-mother-pattern
The Object Mother Pattern is a Python ๐ package that simplifies and standardizes the creation of test ๐งช objects.
development object-mother pattern python python3 python311 python312 python313 testing tools utilities validation
Last synced: 26 Feb 2026