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/jkl2thebest/quote-service-django
Django web app that shows weighted random quotes with likes, views, and top quotes dashboard.
database-management django django-framework python python-data-structures pythonanywhere qa testing
Last synced: 18 May 2026
https://github.com/gvwilson/rsdtx
research software design and testing by example
lessons research-software-engineering testing
Last synced: 08 Apr 2026
https://github.com/doamaral/api-testing-js-supertest-jest
REST API tests using Javascript, Supertest to API calls, Jest for running tests and Chai for assertions
api javascript jest rest supertest testing
Last synced: 18 May 2026
https://github.com/legend80s/template-es6-utils
Template for writing utils in ES6 (`export default` syntax) with babel and test by mocha with sinon.
babel es6-boilerplate mochajs sinonjs template testing utils
Last synced: 24 Jan 2026
https://github.com/maxicorrea/java-refactoring
My code practices and unit tests when reading Martin Fowler book Refactoring.
java junit-test junit4 maven refactoring testing unit-testing
Last synced: 18 May 2026
https://github.com/shonharsh/fsharp-exercism-s01e01-basics-lucianslusciouslasagna
Exercism - A project about the F# basics.
academic artificial-intelligence atom automation basic bot config education exercism fsharp git guide learning markdown process studio testing training-materials trending windows
Last synced: 02 Jan 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/aladnansami/ecomerce-website-automation-using-testng-
This project is on automating an E-commerce Website. Here has been automated the whole signup procedure,Login procedure and the Purchase procedure of the website . (Positive and negative all test-case covered )
appium automation selenium test-automation testing
Last synced: 25 Apr 2026
https://github.com/charles-hsiao/docker-robotframework-web
Docker file for Web application UI automation testing with selenium & phantomjs.
automation docker docker-image docker-images docker-registry dockerfile dockerfiles phantomjs phantomjs-client python quality-assurance robotframework robotframework-testing selenium selenium-webdriver selenium2library test-automation testing testing-tools web-automation
Last synced: 09 Apr 2026
https://github.com/mateffy/gesetz
Gesetz (German for "laws") — a unified code-quality gate that lets you write your own project rules as easily as writing a config file.
ci coding-agents linter quality-assurance testing
Last synced: 04 Jul 2026
https://github.com/mnencia/docker-python-morgue
Python 2.6 and 2.7 images to test compatibility with EOL versions
Last synced: 19 May 2026
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/mfaisalkhatri/playwright-ts-web-automation
Example code of end to end web automation testing using Playwright Typescript
playwright-typescript test-automation testing tutorial web-automation-testing
Last synced: 08 Aug 2025
https://github.com/mytechnotalent/automatrix
Automatrix is a deterministic, infinitely scalable automation framework that fuses Terraform and Ansible to provision, configure, and maintain GCP Free-Tier VMs with absolute precision. Built on immutable infrastructure and idempotent execution, it guarantees every deployment is identical and flawlessly repeatable.
ansible ansible-galaxy ansible-playbook cloud cloud-infra cloud-infrastructure gcp google google-cloud google-cloud-platform infrastructure python terraform test test-automation testing testing-tools tests
Last synced: 09 Mar 2026
https://github.com/oreqizer/todo-spec
TODO app with a ridiculously overkilled test suite. 📜
playwright testing todo vitest
Last synced: 11 Apr 2026
https://github.com/nmarcetic/mainflux-loadtest
Distributed Mainflux IIoT MQTT load testing.
benchmark iot load-testing mainflux mqtt scalability-tests testing
Last synced: 08 Aug 2025
https://github.com/billwallis/testing-apis
Testing REST APIs either for personal projects or for work.
Last synced: 28 Jun 2025
https://github.com/cjimti/go-vol
Kubernetes volume testing container.
docker docker-container docker-image filesystem go golang k8s kubernetes testing testing-tools volume
Last synced: 03 Jan 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/ogrnv/quantifying-how-close-an-ai-is-to-agi-at-any-given-time
Quantifying how close an AI is to AGI at any given time
agi ai artificial-general-intelligence artificial-intelligence intelligence iq llm llms-reasoning psychometics random test testing testing-tools tests
Last synced: 19 Feb 2026
https://github.com/tkraak/intro-unit-test
:circus_tent: Workshop: Intro to unit testing with AVA
ava javascript learn testing unit-test unit-testing
Last synced: 13 Aug 2025
https://github.com/himmat12/testing_app
simple repository hosting app testing including (unit test, widget test and integration test) in flutter
dart flutter flutter-tests integration-testing testing tests unit-testing widget-test
Last synced: 09 May 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/eujuliu/server-sent-events
A Server Sent Events Backend for my Task Scheduler, this app have the responsibility of receive events via Queue and send to the client.
docker gin-gonic golang hacktoberfest hacktoberfest-accepted personal-project redis testing
Last synced: 05 May 2026
https://github.com/lion-packages/test
library to implement testing with helpers that allow easy testing with PHPUnit.
Last synced: 18 May 2026
https://github.com/solo21-12/task_management_api_gin
A robust RESTful API for managing tasks and users, built with the Gin framework. Features include user authentication with JWT, user management, and task management. This API follows Clean Architecture principles for modularity and maintainability.
cicd clean-architecture docker docker-compose gin-gonic github-action go golang makefile mongodb testify testify-mocking testing
Last synced: 25 Jan 2026
https://github.com/andrelkj/zombieplus
Project to automate Zombie+ (a copy of Disney+ platform) using playwright framework to write tests, postgres SQL and Docker to store and mantain data. REST API for backend validation, and github actions as pipeline for continuos integration.
api-rest css github-actions html javascript playwright postgresql test-automation testing
Last synced: 27 Feb 2026
https://github.com/ebazhanov/python-cucumber-junit2html-report
This project utilizes the junit2html plugin to convert test result files from *.xml format to *.html. Additionally, in the case of multiple test reports, the plugin is used to merge them into a single *.html report file.
e2e junit2html python testing testing-library
Last synced: 21 May 2026
https://github.com/clark-ewerton/cypress-serverest-cicd
A project to demonstrate expertise in Cypress, Design Patterns, CI/CD (GitHub Actions and Pages), Mochawesome Reports, and cross-browser testing.
azure-devops cicd cypress cypress-io github-actions github-pages javascript mochawesome multibrowser test-automation testing
Last synced: 26 Feb 2026
https://github.com/fdefelici/vs-clove-unit
CLove-Unit Test Adapter for Visual Studio
clove-unit test-adapter testing testing-tools visual-studio
Last synced: 03 Oct 2025
https://github.com/meowgorithm/baby-blackbox
Blackbox testing for Go JSON APIs (and babies)
blackbox-testing go goji testing
Last synced: 05 Apr 2025
https://github.com/harmony-one/harmony-tests
Regression tests for Harmony
blockchain harmony regression staking testing transactions yaml
Last synced: 20 Jun 2026
https://github.com/rafaumeu/project-excellence-v9
Padrão de excelência obrigatório para TODO projeto. Spec-Driven, OWASP 2025, Agent Security, DORA 2025, Solo Dev Playbook.
agent-security ai-agents best-practices ci-cd code-quality developer-tools dora-metrics engineering-excellence feature-flags mutation-testing nextjs owasp security software-engineering solo-developer spec-driven-development sre tdd testing typescript
Last synced: 06 Jul 2026
https://github.com/balder-dev/balder
Balder is a python test system that allows you to reuse a once written testcode for different but similar platforms/devices/applications.
balder framework python reusable-tests scenario-test test testframework testing
Last synced: 12 Jan 2026
https://github.com/pdmlab/waitforpostgres.net
Wait for Postgres connections using .NET
devops dotnet npgsql postgresql testing
Last synced: 09 Apr 2026
https://github.com/criteo-forks/testing.cassandra
testing.cassandra3: fork of testing.cassandra with Python 3 and Cassandra 3 support
Last synced: 02 Oct 2025
https://github.com/mozillasecurity/fxpoppet
A Python module that enables the automation of Firefox on Android
android automated-testing automation firefox python testing
Last synced: 10 Mar 2026
https://github.com/oliverklee/ext-phpunit
PHPUnit extension for TYPO3
hacktoberfest php phpunit testing typo3 typo3-cms-extension unit-testing
Last synced: 03 Oct 2025
https://github.com/sirmaxx/php_product_feeder
product feeder project for interview
feeder json logging-framework php rest-api testing xml-parser
Last synced: 19 May 2026
https://github.com/flowforfrank/cypress
📜 E2E testing with Cypress
cypress cypress-io e2e e2e-testing e2e-tests javascript testing tutorial webtips
Last synced: 28 Mar 2025
https://github.com/lav45/mock-server
HTTP mocking application for testing and fast prototyping
Last synced: 15 Sep 2025
https://github.com/tooniez/e2e-test-automation-shopfront-exercise
:rocket: Demonstrating process flow for implementing end-to-end automated tests (Playwright) against a Shopfront application. Public Github Project with Issues/PR's/Bugs included! :sparkles:
e2e playwright playwright-typescript testing
Last synced: 19 May 2026
https://github.com/iwatakeshi/latte
A C++ testing framework that's as easy as sipping a latte.
Last synced: 18 May 2026
https://github.com/incuca/loopback-chai
Loopback Chai Assertions
chai chaijs loopback tdd testing testing-library testing-tool
Last synced: 05 Jan 2026
https://github.com/dizzzz/existdb-trigger-test
Simple project to show that DocumentTrigger works
Last synced: 29 Mar 2025
https://github.com/sethbang/python-tools
A collection of Python scripts for file utilities, markdown processing, and automated testing.
actions automation markdown python scripts testing tools utilities
Last synced: 06 May 2026
https://github.com/amazingtest/data4test
测试数据构造生成器,you can get useful data here for software testing
data test-automation testdata testdatabuilder testing testing-tools
Last synced: 16 Jan 2026
https://github.com/apertium/apertium-regtest
Regression testing system for Apertium language data and translators
apertium approval-testing characterization-tests golden-master mt testing
Last synced: 01 Jan 2026
https://github.com/sivaganesh1988/serenity-rest-bdd-javaframework
API test automation framework using cucumber and Serenity
api-testing-framework cucumber-jvm github-actions serenity-bdd test-automation testing
Last synced: 11 Mar 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/joergschultzelutter/robotframework-apprise
Robot Framework keywords for the Apprise push notification library
apprise messaging push-notifications pushnotifications robot robotframework robotframework-library rpa testing
Last synced: 20 May 2026
https://github.com/giis-uniovi/retorch-st-eshopcontainers
RETORCH eShopContainers End-to-End Test Suite
Last synced: 14 Sep 2025
https://github.com/jofaval/girls4stem-web-scraping
girls4stem - Taller parte de la charla de Web Scraping y las Bases de Datos Ofuscadas
java maven selenium testing web-scraping
Last synced: 07 May 2026
https://github.com/bnomei/zeuxis
Let AI agents capture screenshots themselves via MCP
ai automation capture cursor history image local mcp offscreen playwright rect screenshot snapshot testing window
Last synced: 05 Jul 2026
https://github.com/dreamingechoes/selenium-test-panel
Proof of concept of an admin panel to create and automate tests with Selenium. (Work in progress)
proof-of-concept rails ruby selenium testing
Last synced: 08 Apr 2026
https://github.com/aladnansami/emi-calculator-android-apps-automation-using-appium
Emi Calculator Automation (https://play.google.com/store/apps/details?id=com.continuum. emi.calculator) . Here the following tasks are done: An EMI Calculator app extracted from https://apps.evozi.com/apk-downloader/ by extracting its apk. First , a negative test case is executed where user hits the calculate button without giving any data. Different data is tested where user gives Amount,Interest,Period and Processing fee and hits Calculate button. The monthly EMI,total interest ,processing fee and total payment generated are matched with the expected data provided in the dataset. Database testing is performed on a minor scale to check whether the system handles varieties of data to give correct result or not. It is tested for five different data and a reset button will be pressed after a test case with a single data is executed. JSON data will be stored for every user information.
android android-automation appium automation intellij java selenium testing
Last synced: 08 Apr 2026
https://github.com/ahojukka5/pkgtestsuite.jl
PKgTestSuite is a standard test suite to test packages under JuliaFEM organization. By using centralized testing script we can control testing of all packages from single place. In practice, PkgTestSuite is taking care of whole CI process, starting from running doctests, tests, syntax check + other tests. After that automatically generated documentation is deployed to organisation web-page.
ci doctests documentation testing
Last synced: 07 Apr 2026
https://github.com/gabrioliv/cpp-thread-scripts-general
Algorithms implemented in C++ with Threads.
brute-force brute-force-algorithm cpp learning multithreading programming pthread search-algorithm testing thread threads
Last synced: 12 Jun 2026
https://github.com/jbzoo/codestyle
Collection of QA tools and JBZoo coding-standards
codestyle jbzoo makefile phpcs phpmd testing testing-tools
Last synced: 14 Apr 2025
https://github.com/atoomnetmarc/risc-v-emulator-riscof
My try at running the riscv-arch-test using RISCOF against my RISC-V emulator.
Last synced: 04 Oct 2025
https://github.com/redbeestudios/sting-kt
A collection of Kotlin APIs for making JUint more verbose and documentation friedly
junit junit5 kotlin test testing testing-tool
Last synced: 21 Mar 2025
https://github.com/tspannhw/tensorflow-testing
tensorflow-testing
gpu nvidia setup tensorflow testing
Last synced: 18 May 2026
https://github.com/r1b/test-extras
Miscellaneous extensions to Alex Shinn's `test` egg
Last synced: 18 Feb 2026
https://github.com/sevilayerkan/test-string-extention
A lightweight Chrome extension designed for test data generation and Turkish localization.
chrome-extension lorem-ipsum lorem-ipsum-generator offline-first qa test test-data-generator testing testing-tools turkish turkish-dataset
Last synced: 15 Jan 2026
https://github.com/subramanyaks/mywebsitetest
This is Test of My Website using Selenium Java
automation java selenium selenium-webdriver testing webdriver website
Last synced: 20 May 2026
https://github.com/ometman/finmetrics
This a special react-redux app, that consumes a World Bank Economic Indicator API for Sub-Saharan African countries. The design is from Behance by Nelson Sakwa.
api-rest axios axios-react create-react-app html-css-javascript jest react react-hooks react-redux react-router reactjs reacttoolkit redux-store redux-thunk tdd testing webpack-react
Last synced: 16 Apr 2026
https://github.com/ronnix/pyconfr2017
hypothesis presentation-materials pytest python testing
Last synced: 11 Aug 2025
https://github.com/io7m-com/quixote
Embedded test suite web server
embedded-web-server mocking-server testing
Last synced: 22 Mar 2025
https://github.com/radekbednarik/pict-web-service
Web service to allow user friendly generation of test cases via pair-wise approach using MS PICT tool.
nodejs pair-wise pict testing testing-tool typescript
Last synced: 25 Jun 2025
https://github.com/abhishekkr/abk-labs.cucumber
collection of Cucumber based setups, derailed_cuke
bdd-tests cucumber ruby testing
Last synced: 20 May 2026
https://github.com/ibnesayeed/archival-tests
A set of web archival replay test cases
archival-replay memento replay-tests testing webarchive webarchiving
Last synced: 12 Jan 2026
https://github.com/thefoxkd/calendarmtusi
Интеграция расписания МТУСИ с календарями - Python приложение для синхронизации расписания занятий МТУСИ с Google и Mac календарями. Возможности: автоматический парсинг расписания, обновления в реальном времени, умное разрешение конфликтов. Построено на Python 3.9+, Playwright, Google Calendar API, асинхронной архитектуре и строгой типизации.
async-python automation calendar-integration clean-architecture education-tools google-calendar-api mtuci oauth2 playwright pydantic python schedule-sync testing type-hints web-scraping
Last synced: 11 May 2026
https://github.com/tommy-mitchell/bin-path-cli
Execute the current package's binary.
bin binary cli-app command-line-tool executable node-js npm-package package package-json shell terminal testing unit-testing
Last synced: 08 Apr 2026
https://github.com/aladnansami/selenium-website-automation
Trying to practice testNG framework for my better improbment. Website is - http://automationpractice.com/ . Here i have done some module automation .
java selenium selenium-webdriver testing testng-reports
Last synced: 05 May 2026
https://github.com/obehave-testing/cli
Deprecated; Easily run Obehave, BDD, gherkin & behaviour tests on localhost; No additional dependencies! Great for both local development and CI.
bdd bdd-framework behat behavior-driven-development cli cucumber gherkin test-automation testing website
Last synced: 18 Feb 2026
https://github.com/ibokuri/protest
A set of modules for easy testing in Zig
assert assertions require testing zig ziglang
Last synced: 30 Mar 2025
https://github.com/kralizek/mockhttptests
Testing how to use MockHttp with AutoFixture
autofixture dotnet http-client nunit testing
Last synced: 20 May 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/sneezedip/paypal-receipt-generator
Generate PayPal-style receipts in multiple languages and currencies. Customizable, responsive, and perfect for demos, educational, or testing purposes.
customizable demo educational fake fake-receipt generator html invoice paypal python receipt template testing
Last synced: 03 Nov 2025
https://github.com/t1/junit-5-structure-demo
source for blog article: Structured JUnit 5 Testing
bdd blog junit junit5 junit5-guide testing testing-practices
Last synced: 12 May 2025
https://github.com/aineejames/ctest.h
ctest.h is a simple single header testing library for C
Last synced: 21 Jul 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/giis-uniovi/retorch-st-fullteaching
RETORCH FullTeaching End-to-End Test Suite
Last synced: 04 Mar 2025
https://github.com/wolven531/react-hooks-todo
Simple To Do Typescript app, demonstrating react hooks, unit testing with Jest + Enzyme, and end to end testing with Cypress
cypress e2e-testing end-to-end-testing enzyme hooks hooks-api-react jest react react-hooks sass scss testing typescript unit-testing
Last synced: 11 Apr 2026
https://github.com/iraycd/react-typescript-boilerplate
Enterprise Boilerplate - React Typescript, Highly Customisable and Easily Deployable. Better alternative of create-react-app
audit boilerplate commitlint coverage cypress eslint husky jest jest-tests lint lint-staged react reactjs rollup semantic-release testing typescript
Last synced: 21 Jan 2026
https://github.com/leninpaulino/hotels-api
Hotels API built using Laravel applying TDD practices.
hotels-api laravel rest-api tdd testing
Last synced: 29 Dec 2025
https://github.com/raphiz/spring-playwright-feature-specs
A small, opinionated library to write readable feature specs for your Spring web applications in Kotlin.
kotlin-library playwright playwright-java spring-boot spring-mvc testing
Last synced: 20 Aug 2025