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/islomar/python-kata-template
Template repository for Python katas (Dockerized)
automation docker kata python template testing
Last synced: 22 Jan 2026
https://github.com/malintha-induwara/coding-test-bench
Easy way to practice and test coding challenges within your own editor.
coding-challenge testing typescript
Last synced: 31 Jul 2025
https://github.com/hroncok/pytest-workshop
Pracovní repozitář k workshopu na InstallFest
czech installfest pytest python python3 testing workshop
Last synced: 17 Oct 2025
https://github.com/valchanoficial/reimagined-computing-machine
S2B2018 - DBServer(Teste com Selenium)
appobject dbserver eclipse java maven selenium selenium-webdriver tasks testcase testing testsuite testsuites
Last synced: 05 May 2026
https://github.com/imtiajahammad/deskbooker
I had been interested to apply Unit Testing for my personal projects for a time being. There are several unit testing frameworks available in asp.net core. 3 most popular testing frameworks are xUnit, NUnit and MSTest. Here I am getting myself introduced to unit testing with xUnit. I have 3 basic projects here (core library, DataAccess, Web with Razor pages) in my solution and for each project I have test project as well. This is a beginner level solution and need to go through rest of the testing attributes and features in the coming days!
aspnetcore csharp testing unittest unittesting xunit
Last synced: 17 Oct 2025
https://github.com/hamidurrahman1/junit5
This repository is intended to demonstrate my ability and understanding of JUnit5
junit5 jupiter tdd testing unit-testing
Last synced: 21 Mar 2025
https://github.com/tdakkota/vksdkutil
Some useful things for vksdk
logging metrics middleware testing testutil vksdk
Last synced: 30 Jul 2025
https://github.com/binarymuse/babel-plugin-chai-assert-async
Convert synchronous chai assertions into asynchronous chai assertions
Last synced: 29 Jul 2025
https://github.com/paulvollmer/testtable.js
utility to write data driven tests
Last synced: 21 Jul 2025
https://github.com/abdulsamie10/airlineflightmanagementsystem
A Java based Airline Flight Management System
airline airline-booking airline-reservation airline-themes backend developing flight flight-management frontend java javaswing javaui management-system system testing
Last synced: 07 Nov 2025
https://github.com/yauhenipo/py-robot-framework-api-testing
Python Automation testing of API YAHOO Finance using Robot Framework (seleniumlibrary, pabot, requests, ...)
api robot-framework robotframework testing yahoo-finance-api
Last synced: 19 Feb 2026
https://github.com/kartikmehta8/foundry_solidity_testing
In an attempt to learn more about Foundry & Solidity Testing.
Last synced: 11 Sep 2025
https://github.com/gregoryandrikopoulos/keyforge
React web application for random password generation.
automation ci github-actions mocha password-generator react testing vite vitest webdriverio
Last synced: 09 Apr 2026
https://github.com/lambdatest/pytest-geolocation
Run automation test for a particular location in Pytest on Lambdatest
Last synced: 27 Jan 2026
https://github.com/nirav2002/skillbridge_api_comprehensive_bootcamp_and_user_review_system
The SkillBridge API is a comprehensive API application for managing bootcamps, courses, authentication, and reviews with features like CRUD operations, pagination, and advanced filtering
api-rest expressjs html javascript nodejs testing
Last synced: 11 Apr 2026
https://github.com/billy0402/python-architecture-patterns
A learning project from the book 'Architecture Patterns with Python' by Harry Percival, Bob Gregory.
Last synced: 05 Jun 2026
https://github.com/arhea/go-mock-bigquery
Creates a mock BigQuery client based on the bigquery-emulator for testing in Golang projects.
bigquery golang golang-module google-bigquery google-cloud-platform testcontainers-go testing
Last synced: 16 Feb 2026
https://github.com/kennedy-whytech/imagegallery-fastapi
A simple image gallery web via Fast-api with local S3 & Dynamodb.
applicationdevelopment aws cloudformation docker dynamodb fastapi imagegallery local s3 testing
Last synced: 29 Apr 2026
https://github.com/pedro05souza/rpg-python
This project contains a text-based RPG game for an university project.
Last synced: 06 Nov 2025
https://github.com/aifrak/testing-elixir
Code from the book "Testing Elixir".
elixir elixir-lang learning testing
Last synced: 14 Mar 2025
https://github.com/avinash793/k8s-yaml-examples
Repo containing various K8s yaml examples across several use cases.
development k8s k8s-deployment kubernetes testing yaml yaml-files
Last synced: 16 May 2026
https://github.com/romykundal/api-fetch-weather-data
nodejs project task including integrated third party API to get weather data from Weather API, also Unit test case implemented in mocha chai module
api babel-cli chai dotenv mocha mongo mongoose nodejs restful supertest supertest-mocha-chai testing unit unittest weather
Last synced: 23 Jan 2026
https://github.com/codex-curator/codex-lab-kit
Codex Lab Kit — Standardized validation toolkit for hash-based robotic manipulation (Apache 2.0)
benchmark experiment-protocol perceptual-hashing python robotics testing validation
Last synced: 01 Jun 2026
https://github.com/lainq/cctest
A simple goofy header-only testing library made for testing in C++
cpp cxx17 testing unit-testing
Last synced: 16 Sep 2025
https://github.com/rizafahmi/eva-client
Eva, tools to evaluate your code
code-evaluation eval react testing
Last synced: 03 Jul 2026
https://github.com/g4-api/g4-api-client
G4.Api.Client is the official client library for the G4™ Engine, offering seamless access to automation, environment management, integrations, and template operations. the intuitive interfaces helps developers to quickly build, run, and manage complex workflows while accessing robust plugin capabilities and metadata all within a unified ecosystem.
automation client-library csharp dotnet g4-engine integration litedb metadata plugins rpa sdk template-management testing workflow
Last synced: 01 Apr 2026
https://github.com/eclipse-xfsc/portal-pre-acceptance-testing
demo environment for xfsc portal
automation pre-acceptance qa testing xfsc
Last synced: 15 Mar 2026
https://github.com/ax-va/pytest-okken-2022
These pytest examples are based on the book "Python Testing with pytest: Simple, Rapid, Effective, and Scalable", Second Edition, written by Brian Okken and published by The Pragmatic Programmers in 2022. They also cover pytest plugins. Special attention is paid to using Coverage.py, unittest.mock, and tox with pytest.
ax-va coverage plugins pytest python testing tox
Last synced: 21 Apr 2026
https://github.com/smile4yourself/mkdocs_testing
testing using python's mkdocs package to create a documentation website
Last synced: 05 Apr 2025
https://github.com/xotic750/is-prototype-of-x
Checks if an object exists in another object's prototype chain.
browser javascript nodejs prototype testing
Last synced: 18 Apr 2026
https://github.com/lsongdev/kelp-test
super tiny testing framework
test-driven-development testing testing-framework testing-tools
Last synced: 24 Oct 2025
https://github.com/godzillaandkong/javascript-v6f
🔧 Streamline your JavaScript development with v6f, offering efficient tools and features for building robust applications seamlessly.
api asynchronous coding frameworks front-end javascript javascript-ecosystem libraries npm performance programming testing tools tutorials v6f web-development
Last synced: 14 May 2026
https://github.com/d-led/dont_wait_forever_for_the_tests
why wait for a 100 days?
groovy reactive-extensions testing unit-testing
Last synced: 11 Apr 2025
https://github.com/asrieldreemurrgm/e2e_test_practice_with_cypress
Practical project for E2E testing using Cypress, applied to the Contact Agenda website. Includes test cases for rendering, adding, editing, and deleting contacts. Screenshots are taken after each test for visual confirmation, and the mochawesome reporter is used to generate HTML reports.
automation-testing contact-app cypress cypress-io e2e-tests end-to-end frontend javascript mochawesome react test-automation test-report testing
Last synced: 18 Apr 2026
https://github.com/leonardovff/angular-crud-auth-e2e
Repository used to study Angular. SPA with crud, auth and guard. Using E2E and integration testes. Responsible with mobile first. Using interceptors to simulate the API.
angular crud-application e2e-tests interceptors material-design mobile-first spa testing testing-angular-applications
Last synced: 21 Apr 2026
https://github.com/lambdatest/mocha-js-add-status
How to add test status in automation test in Mocha-js on LambdaTest
lambdatest mochajs selenium-webdriver testing
Last synced: 23 Jan 2026
https://github.com/pubghack88/microgpt-agent-sdk
🧠 Build AI agents with advanced memory and multi-agent orchestration using this production-ready TypeScript SDK. Test before you deploy.
agents ai anthropic langchain mcp memory multi-agent openai orchestration sdk testing typescript
Last synced: 08 Apr 2026
https://github.com/henryssondaniel/teacup-java-engine-testng
Run Teacup tests with the TestNG engine
teacup test test-engine test-framework testing testing-framework testing-library testing-tool testing-tools testng
Last synced: 08 Feb 2026
https://github.com/gsaslis/fizzbuzz-tdd
A coding kata for an introduction to TDD, using the simple FizzBuzz exercise.
coding-kata software-testing tdd tdd-kata testing testing-practices
Last synced: 03 Apr 2025
https://github.com/jakshin/pw3nage
If you get pw3ned, might want to fix your shell
git shell test testing testing-tools zsh
Last synced: 12 Mar 2025
https://github.com/taylorgoolsby/boxtape
A tape testing framework with defaults
Last synced: 05 Sep 2025
https://github.com/uditdc/bls-lit-extension-test
Sample Blockless CGI extension test for the Lit Protocol
Last synced: 06 Jul 2026
https://github.com/marincervinschi/qr-flask
Dynamik QR Code is a Flask web app for generating and managing dynamic QR codes. Admins can update URLs without changing the QR code. Built for learning, it explores Flask, MySQL, and Docker while focusing on secure admin access and dynamic redirects.
actions docker docker-compose dockerfile environment environment-variables flask flask-application flask-web mysql mysql-database pyhton pytest python3 schema test testing workflow
Last synced: 08 Apr 2026
https://github.com/spnraju/demo-nightwatchjs-tests
Boilerplate for NightwatchJS
boilerplate demo end-to-end end-to-end-testing javascript nightwatchjs testing
Last synced: 14 May 2025
https://github.com/ns16/tap-plugin-matchjsonschema
TAP plugin for JSON schema
assert assertion json json-schema tap tap-plugin tapjs tapjs-plugin test testing
Last synced: 20 Jan 2026
https://github.com/andrecaiado/spring-boot-tests-cicd
Spring Boot application with tests and CI/CD workflow
aws aws-ec2 cicd docker jacoco postgresql spring-boot testing workflow
Last synced: 08 Apr 2026
https://github.com/dssalaza/cypress-automation-framework
A repo for applying all the automation concepts and suggested practices learned so far by using cypress and learning TypeScript.
Last synced: 14 Jul 2025
https://github.com/baalimago/go_away_boilerplate
A way to make Go boilerplate... go... away. Yes.
Last synced: 26 Oct 2025
https://github.com/bahmutov/has-only
Tells if the current Mocha execution is running only some tests that use .only
Last synced: 14 Apr 2025
https://github.com/ergus/cryptography-rust-cpp
A simple crate with some cryptographic functions implemented in C++ AND Rust like mirror code.
cpp cryptography inter-language learning rust testing
Last synced: 15 Sep 2025
https://github.com/sinanptm/shortify
Shortify is a powerful and secure URL shortening service designed for developers who need an efficient way to manage and shorten long URLs. Built using modern technologies like Node.js, TypeScript, Express, and Redis, this API ensures high performance, scalability, and security for users.
caching express jest jwt nodejs-api passportjs redis rest-api testing url-shortener-api
Last synced: 08 Apr 2026
https://github.com/channeladam/channeladam.testframework.nunit
A .NET library for using the NUnit 3 (and Moq) on top of the ChannelAdam Test Framework.
automated-testing automated-tests channeladam dotnet dotnet-standard mocking moq nunit test-framework testing testing-framework
Last synced: 01 Jun 2026
https://github.com/sofyansetiawan/fcc-learn-mocha-chai
Quality Assurance learning outcomes using Mocha and Chai from Freecodecamp
chai chaijs mocha mocha-chai mocha-tests quality-assurance testing
Last synced: 28 Jan 2026
https://github.com/epeee/junit-jupiter-extension-testing
Fluent assertions library to execute certain test cases and assert on the result
assertions junit-jupiter testing
Last synced: 05 Jun 2026
https://github.com/davidandradeduarte/uif-testing-in-golang-udemy
Unit, integration and functional testing in golang - Udemy course
Last synced: 23 Jan 2026
https://github.com/punit-naik/in-memory-mongo
A Clojure library designed to work with an in-memory version of MongoDB for testing purposes
clojure in-memory mongodb testing
Last synced: 07 May 2026
https://github.com/chikeibezim/prisma_vitest
Unit Testing Prisma Client functions with the Vitest framework
prisma tdd testing unit-testing vitest
Last synced: 21 May 2026
https://github.com/astrodynamic/matrix-in-c
This is a C implementation of various matrix operations, including creating, removing, adding, subtracting, multiplying, and comparing matrices. The library provides functions to perform operations such as matrix transposition, determinant, and inverse.
c check cmake leaning makefile mathematics matrix testing
Last synced: 05 Jun 2026
https://github.com/sand4rt/eslint-plugin-playwright-ct
ESLint plugin for Playwright component testing.
component eslint playwright testing
Last synced: 24 Jan 2026
https://github.com/ghoshasish99/ingenious-azuredevops
INGenious Playwright Studio with AzureDevOps
azuredevops test-automation testing
Last synced: 21 May 2026
https://github.com/omajid/dotnetregressiontestrunner
run small standalone programs as regression tests
Last synced: 22 Apr 2026
https://github.com/nisanth2004/restful-web-services-springboot-3.1.x
Spring Boot provides a convenient and powerful way to build RESTful web services. REST (Representational State Transfer) is an architectural style that uses HTTP protocols for communication between client and server.
api client connection database eclipse h2 intellij java jdbc mysql rest security soap springboot testing
Last synced: 16 Mar 2026
https://github.com/abdulwahab0/wunderflats-automation_project
This is a task to Automate https://en-hiring.wunderflats.xyz/en/account/profile website using Cypress and Cucumber with Mochawesome report
automation-testing cypress-io javascript mocha-tests testing testplan
Last synced: 18 Jun 2026
https://github.com/spameri/dependencymocker
Loads dependencies to mocked class in Nette Framework environment.
mockery nette-framework nette-tester testing
Last synced: 13 Aug 2025
https://github.com/sambacha/test-harness-cypress3
Cypress testing harness for DApps with built-in impersonation of accounts
cypress dapps impersonate testing web3
Last synced: 09 Jul 2025
https://github.com/bluekeyes/srcsnk
Simple test server that acts as a data source or sink
Last synced: 03 Mar 2025
https://github.com/businesssimulations/dev-oidc-toolkit
A simple OpenID Connect identity provider for development and testing.
development docker dotnet identity-provider idp oidc open-id-connect testing
Last synced: 24 Feb 2026
https://github.com/lrmulkayhee/javascript-os
JavaScript OS is a comprehensive operating system simulation written in JavaScript. It provides a wide range of functionalities including process management, memory management, file system operations, and more.
benchmark commands javascript operating-system operating-system-learning os simulation testing
Last synced: 30 Mar 2025
https://github.com/spiffre-oss/test-scenarii
test-scenarii offers a way to write scenarized tests with maximum flexibility and code reuse, while retaining great readability
Last synced: 15 Apr 2026
https://github.com/hasanhammoudah/education_app
education_app is a dynamic platform for course management and student engagement, allowing admins to manage courses and exams while enabling students to track progress and chat with course organizers.
android-app blocs course-project dart firebase firebase-auth firebase-database firebase-storage flutter ios-app logic pakages tdd testing ui
Last synced: 06 Feb 2026
https://github.com/slowli/chai-bytes
Chai assertions for byte arrays equality
assertions chai chai-plugin testing
Last synced: 08 Mar 2026
https://github.com/samuelesabella/cowserve
serve cowsay messages over http and https
container cowsay docker docker-image http http-server https https-server nodejs simple testing web-server
Last synced: 05 May 2026
https://github.com/jocoders/erc1155-yul
Yul implementation of the ERC-1155 multi-token standard
erc1155 foundry smart-contracts solidity testing yul
Last synced: 03 Jul 2026
https://github.com/ruslansagitov/jasmine-loud
Jasmine matchers for Loud, web accessibility testing helper
accessibility jasmine-matchers testing
Last synced: 03 Feb 2026
https://github.com/szermatt/turtles
Library for writing ERT-based tests that check how Emacs renders buffers and windows
Last synced: 14 May 2025
https://github.com/lambdatest/pytest-incognito
How to run an automation test in Pytest in incognito mode
Last synced: 25 Feb 2026
https://github.com/deepanshu-pbyte/postman-api-test-1
This is a simple project I created to practice API testing using Postman. It covers various endpoints from AutomationExercise.com and includes requests using different HTTP methods like GET, POST, PUT, and DELETE. I’ve added test scripts to each request, and everything can be run using Postman’s Collection Runner.
automationexercise postman postman-collection testing
Last synced: 01 Sep 2025
https://github.com/thehashton/cypress-playground
A Cypress playground in React to showcase E2E testing
cypress end-to-end-testing javascript react testing testing-tools typescript
Last synced: 08 Apr 2026
https://github.com/subvisual/permafrost
Freeze the environment in a limited scope.
environment-variables ruby testing
Last synced: 30 Jan 2026
https://github.com/mgnfy-view/foundry-starter-template-v2
A template to quickly get started with foundry projects
anvil blockchain documentation evm forge foundry smart-contracts soldeer solidity testing
Last synced: 28 Apr 2026
https://github.com/rasiip/dart-cfy
🚀 Simplify your Flutter development with dart-cfy, a lightweight library for streamlined code generation and enhanced productivity.
api backend code-generation cross-platform dart flutter localization mobile-app performance responsive-design state-management static-analysis testing user-interface web-app
Last synced: 17 May 2026
https://github.com/sakapon/klibrary.testing
A library for unit testing using MSTest.
Last synced: 24 Apr 2026
https://github.com/deamondev/scala-data-structures
Implementation of most common data structures / algorithms in Scala. Based on "Rock the JVM - Scala & Functional Programming practice course". All solutions are mine.
algorithms data-structures scala testing
Last synced: 06 Jun 2026