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/harrybrwn/utest
A lightweight unit testing framework for C.
Last synced: 19 Jun 2026
https://github.com/felipeakira1/miau
API RESTful for a veterinary clinic
fastify nodejs postgresql prisma-orm testing
Last synced: 05 Aug 2025
https://github.com/davidandradeduarte/learn-go-with-tests
Learning go with tests https://quii.gitbook.io/learn-go-with-tests/
Last synced: 12 Mar 2026
https://github.com/volchok96/todoapp
API для приложения todo list для создания задач на день.
docker docker-compose golang makefile postgresql swagger testing
Last synced: 13 Apr 2026
https://github.com/yonis-savary/claritytestsuite
Test suite for YonisSavary/Clarity
framework-test php php8 testing
Last synced: 10 Apr 2025
https://github.com/oskang09/geliver
FrontendUI for connecting application integrated with geliver devserver.
Last synced: 18 May 2026
https://github.com/brian-watkins/elmer-http
Elmer extension for describing the behavior of Elm apps that use HTTP
Last synced: 17 Mar 2025
https://github.com/genedelisa/googleTestCppMacOs
A simple project to configure Xcode to use Google Test/Mock with C++ via CMake
cmake cplusplus googletest testing xcode
Last synced: 12 Mar 2025
https://github.com/chandankhamitkar/software-engineering-lab-tasks
All lab tasks of the | Software Engineering | will be stored here 🏪
acid atomicity consistency durability isolation python software-engineering testing
Last synced: 26 Mar 2025
https://github.com/tomsquest/effective-testing
Presentation "Effective Testing" at JugSummerCamp 2013
Last synced: 21 Jan 2026
https://github.com/mulle-sde/mulle-test
☑︎ Runs tests and compares results against expectations
Last synced: 18 Jan 2026
https://github.com/bytrangle/conduit-cypress
Demo of end-to-end testing with Cypress on a Medium clone app.
cypress cypress-example javascript testing
Last synced: 17 Mar 2025
https://github.com/yurifari/django-3t
Django 3T is a Django Template Testing Tool which aims to help developers to write better tests where the Django template engine is involved.
Last synced: 14 Jan 2026
https://gitlab.com/erichgatejen/autohit-1998
An XML-based automated test tool.
Last synced: 12 Mar 2025
https://github.com/luisxiaomai/reactnative_development_test_study
Study recording of reactNative development and related testing. Because this is testing driven study, its content will be more focus on testing.
Last synced: 07 May 2026
https://github.com/wvanlit/mutation-testing-with-stryker
Slides & demoes for a talk at work about mutation testing with Stryker.
mutation-testing slides stryker testing
Last synced: 05 Oct 2025
https://github.com/robonito/docs
Best No-Code Tool for your QA Process Stop wasting time on manual QA process and adopt a smarter way to test your applications. Save hundreds of hours by using intuitive Recorder along with Assertions for better UI and flow testing
ai-testing-tool automation docs playwright testing web
Last synced: 05 Oct 2025
https://github.com/sharmasalil/cypress_javascript_tdd
This Cypress test automation project is designed for testing web applications, featuring coding examples, sanity checks, and integration with Mochawesome reporting. It is highly customizable to meet specific testing needs, ensuring robust and comprehensive test coverage.
api-testing backend-testing chai cypress cypress-test-automation framework frontend-automation github javascript mocha mochawesome-report opensource page-object-model pom sanity-tests tdd test-driven-development testing tutotial
Last synced: 28 Apr 2026
https://github.com/nigelhorne/app-test-generator
Test Corpus & Fuzzer
perl perl5 test test-automation testing
Last synced: 05 Oct 2025
https://github.com/runabol/wirehook
No-nonsense stateless webhook tester
self-hosted testing web-requests webhooks
Last synced: 05 Oct 2025
https://github.com/imran-imtiaz48/sql-query-optimization-showcase
Real-world SQL queries with optimized versions for performance tuning and best practices.
optimization performance sql sqlserver testing tuning
Last synced: 05 Oct 2025
https://github.com/seeruk/assert
Ludicrously simple assertion library for Go, just to make using the built-in test framework a little easier.
Last synced: 27 Jan 2026
https://github.com/matscus/technical_interview
task for technical interview on performance testing
interview interview-questions load load-testing performance performance-metrics performance-monitoring performance-testing testing
Last synced: 14 Jan 2026
https://github.com/jejung/expecting
Elegant assertions library
python python3 testing testing-tools unit-testing
Last synced: 17 Jan 2026
https://github.com/halimath/fixture
A golang micro-framework for writing reusable test fixtures on top of package "testing"
Last synced: 06 Oct 2025
https://github.com/dzonatan/angular-testing-kata
Testing kata in the Angular environment.
angular integration-testing kata testing unit-testing
Last synced: 06 Oct 2025
https://github.com/thitic9203/helix
Portable QA skill pack for AI agents: test-case preparation, Playwright ticket testing, defect reporting, and Jira retest workflows. For Claude Code, Cursor, and Codex.
agent-skills ai-agent claude-code codex jira playwright qa-automation software-testing test-management testing
Last synced: 31 May 2026
https://github.com/jhnvlglmlbrt/mailslurp-emailapi
💫 Использованиe библиотеки MailSlurp для работы с электронной почтой. Создает виртуальные почтовые ящики c использованием API.
api automation console-application email-inbox golang mailslurp testing
Last synced: 07 Oct 2025
https://github.com/lambdatest/mocha-js-set-testname
How to set test name for automation test in Mocha-js on LambdaTest
lambdatest mochajs selenium-webdriver testing
Last synced: 24 Jan 2026
https://github.com/firefly-zero/firefly-test
☑️ Framework for testing Firefly Zero apps
firefly-zero gamedev pytest python rust test testing testing-framework
Last synced: 18 Apr 2026
https://github.com/uqbar-project/eg-vehiculos-kotlin
Ejercicio inicial Kotlin con testeo unitario
Last synced: 07 Oct 2025
https://github.com/virgild/testutils
testutils contains packages that help in testing Go programs. The first package is called mysqlbox, and it allows your test code to start a MySQL server that runs in a Docker container. Your tests can use this if you need to run them against a real MySQL server.
Last synced: 14 Jan 2026
https://github.com/sauceforge/playright
Headless Playwright testing without SauceLabs
automation playwright playwright-typescript tdd test-automation test-driven-development testing typescript
Last synced: 14 May 2026
https://github.com/bayusm0506/hcf-or-gcd-using-go-mux-framework
This Service just to run search Highest Common Factor using go Mux framework
Last synced: 15 May 2026
https://github.com/oguzc/playwright-wizard-mcp
MCP server providing Playwright test generation wizard with intelligent prompts and best practices
e2e-testing mcp model-context-protocol playwright test-automation testing typescript
Last synced: 08 Oct 2025
https://github.com/yookoala/mockhttp
A minimalistic Go library to mock http transport. Neat tool for testings with mock network.
golang http mock-network testing
Last synced: 01 Jul 2026
https://github.com/robinwalterfit/docker-almalinux9-ansible
AlmaLinux 9 Docker container for Ansible playbook and role testing.
alma-linux ansible centos docker linux molecule testing
Last synced: 21 Jan 2026
https://github.com/sekgobela-kevin/broote
General purpose python bruteforce library built on top of perock
asyncio bruteforcer bruteforcing hacking security testing threads
Last synced: 21 Jan 2026
https://github.com/danielrenes/bee
A simple Go test library with colorful output and easily locatable error locations.
Last synced: 14 Jan 2026
https://github.com/offlabel-scaffolds/scaffold-ci-cd-pipeline
GitHub Actions CI/CD pipeline templates
automation cicd devops github-actions priority-critical scaffold testing
Last synced: 08 Oct 2025
https://github.com/alfianandinugraha/calcy
Try to implement https://api-extractor.com/ for better documentation of Typescript
api api-documenter api-extractor testing typescript
Last synced: 08 Oct 2025
https://github.com/alexandrepasc/go-ginkgo-poc
A proof of concept on how to use Ginkgo to build tests and explore the advantages of using it against using only the testing library.
ginkgo go golang httpexpect qa qa-automation qa-automation-test test-automation testing testing-tools
Last synced: 14 Jan 2026
https://github.com/aachourmohamed/tdd-project
practice of Test Driven Development
Last synced: 08 Oct 2025
https://github.com/nuskey8/Expect
Expression-based Assertion Library for .NET
Last synced: 08 Oct 2025
https://github.com/crs4/lifemonitor-web
Web App for the LifeMonitor Workflow Sustainability Service
monitoring sustainable-software testing workflow
Last synced: 21 Jan 2026
https://github.com/stalksa/home_to_do
мобильное приложение
android ios manual-testing mobile-app testing
Last synced: 09 Oct 2025
https://github.com/normandy72/testing-controllers
Testing AngularJS Controllers. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.
angular angularjs html html5 jasmine jasmine-tests javascript js test testing
Last synced: 18 Jan 2026
https://github.com/gigabyte5671/micro-test-runner
A minimal JavaScript test runner.
integration-testing javascript library test testing unit-testing
Last synced: 07 Feb 2026
https://github.com/dashatsion/qa-advanced-prompting
🧩 Prompt engineering for QA automation — practical library of AI prompts for Cypress, Playwright, and API testing.
ai cypress ministry-of-testing playwright prompt prompt-engineering qa testing
Last synced: 09 Oct 2025
https://github.com/top-submissions/fullstackjs-testing-practice
array-methods babel caesar-cipher calculator code-coverage es6 fullstack-javascript javascript javascript-functions jest learning-project nodejs software-testing string-manipulation tdd test-driven-development testing testing-practice the-odin-project unit-testing
Last synced: 31 May 2026
https://github.com/twuillemin/gargote
A simple REST API tester
golang rest-api simple testing
Last synced: 14 Jan 2026
https://github.com/panagiotisptr/codeforces-companion
A codeforces parser, code tester and testcase generator in Go
codeforces-parser competitions crawler go golang parser test-automation testing
Last synced: 14 Jan 2026
https://github.com/quingkhaos/factorio-mocks-modpacks
Curated modpack configurations and automation for comprehensive Factorio mod testing scenarios
factorio factorio-mod game-development lua mocking testing testing-framework
Last synced: 09 Oct 2025
https://github.com/nerab/twtest
Helpers for writing TaskWarrior tests in Ruby
Last synced: 21 Jan 2026
https://github.com/ascii8/nktest
Nakama test runner for Go
go golang nakama nakama-server testing
Last synced: 05 Feb 2026
https://github.com/swapnilshivajip/lighthouse-playwright-auditor
Playwright Lighthouse Integration
lighthouse performance playwright testing
Last synced: 21 Jan 2026
https://github.com/drc-infinyon/ai-agent-evals
🤖 Comprehensive AI Agent Evaluation Framework: Vanilla testing, monitoring & drift detection using OpenRouter. Features 5 test types, LLM-as-Judge, production monitoring, and 100+ model support.
ai drift-detection evaluation llm machine-learning monitoring openrouter production-monitoring python testing
Last synced: 09 Oct 2025
https://github.com/corocoto/test-mocks
Repo that contain mocks for unit-testing by Jest
jest jest-tests mock mocks testing unit-test unit-testing
Last synced: 15 May 2026
https://github.com/airstrik/airstrik
⚡️ Airstrik is web framework for automation testing any web application from remove will written in Go with 💖
automation qa qatools test-automation testing testing-tool
Last synced: 14 Jan 2026
https://github.com/ikartehfox/color-toy
A color playground for testing background and text color visibility!
development html-css-javascript playground testing testing-tools tools
Last synced: 09 Oct 2025
https://github.com/xplosunn/beforeeach
Go util to run something before each test
Last synced: 14 Jan 2026
https://github.com/lightspeed-php/phpunit-9-demo
PHPUnit 9 application showing the use of Lightspeed to run tests
laravel lightspeed pest php phpunit testing
Last synced: 27 Jan 2026
https://github.com/xmlynek/spring-boot-react-fullstack-app
Simple React/SpringBoot fullstack application just for demonstration purposes.
ant-design axios-react bootstrap5 context-api-react docker docker-compose mapstruct mockito postgresql react-router reactjs rest-api single-page-app sonarqube spring-boot spring-data-jpa spring-security testing workflow
Last synced: 05 Apr 2026
https://github.com/partyzanex/testutils
Test toolkit for simplify the development of tests on Go
database-testing go golang testing testing-tools tests
Last synced: 28 Jan 2026
https://github.com/azzarip/extrudion_py
Python Package for Tensile Testing batch analysis
Last synced: 21 Jan 2026
https://github.com/massimo-marino/time-support
a C++17 implementation of a stopwatch (a timer) for testing speed at hot spots.
cpp cpp17 googletest hotspot performance-testing stopwatch testing testing-tools time-stamp-counter timer tsc
Last synced: 09 Oct 2025
https://github.com/junnyyy/python-unit-tests
Python Unit Test Example
python testing unit-testing unittest
Last synced: 10 Oct 2025
https://github.com/mrahbar/simple-webserver
A simple webserver based on go with templating feature
docker golang kubernetes templating testing
Last synced: 14 Jan 2026
https://github.com/theyorkshiredev/testingtheweb.com
Testingtheweb.com is an index of small webpages each of which are used to test and verify features/bugs/configurations on the web.
Last synced: 05 Feb 2026
https://github.com/ahmedfarag9/django-rest-framework-api-project
Django REST API Project, Built with Python 3.10, Django REST Framework, Docker and Docker Compose. Configured with unit testing and deployed on Back4App container cloud hosting.
back4app-containers django django-rest-framework docker docker-compose flask python3 testing venv
Last synced: 14 Apr 2026
https://github.com/drgo/sim
generates random admin data using a template
epidemiology golang healthcare random-generation statistics testing
Last synced: 14 Jan 2026
https://github.com/cdemers/fakereader
A Fake reader() to be used as a controlled stub for Go tests.
Last synced: 14 Jan 2026
https://github.com/vndg-rdmt/assertion-pipe
Typescript testing library with pipeline-like testing feature
assert assertion development-tools test testing testing-tools typecript unit-test unit-testing
Last synced: 10 Oct 2025
https://github.com/paolorechia/pox
Tox GitHub Action by @paolorechia... "pox"
Last synced: 10 Oct 2025
https://github.com/ryancyq/rspec-activesupport
RSpec matcher for ActiveSupport test assertions
Last synced: 27 Jan 2026
https://github.com/xp-framework/test
Tests for the XP Framework
annotations assertions php7 php8 testcase testing unittest xp-framework
Last synced: 19 Jan 2026
https://github.com/bbqsrc/vampire-rs
Run instrumented Rust integration tests on Android (with JNI compat)
Last synced: 14 Apr 2026
https://github.com/agronskiy/cpp-gmock
Tutorial material on architectural pre-requisites to make your C++ code (g)Mock-testable.
Last synced: 10 Oct 2025
https://github.com/weiwenchen2022/assert
Assert for Go 1.18+ test assertions
Last synced: 10 Oct 2025
https://github.com/hamidurrahman1/automated-testing-with-selenium
A simple project using Selenium, TestNG and other tools for learning purposes
automation selenium selenium-java selenium-webdriver testing testng
Last synced: 09 May 2026
https://github.com/tallamjr/pytest-book
Python Testing with pytest by Brian Okken
Last synced: 10 Oct 2025