An open API service indexing awesome lists of open source software.

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.

https://github.com/goku007007/dbt-duckdb-incremental-starter

Tiny dbt + DuckDB project: seeds → staged model with tests → incremental fact table that only loads new rows. Clone-and-run.

analytics-engineering data-engineering dbt duckdb incremental-models seeds sql testing

Last synced: 02 Sep 2025

https://github.com/metyatech/skill-quality-workflow

Agent Skill for test coverage methodology and defect handling workflows

agent-skill qa-procedures quality quality-workflow testing

Last synced: 18 May 2026

https://github.com/dedalus-labs/inline-tests-python

Rust-like inline testing in Python, without the compiler.

colocate pytest python rust tdd testing

Last synced: 05 Mar 2026

https://github.com/e0selmy4v/ie-passer

A debugger based on HTA, which can test your code in IE browser

debug debugger ie ie6 tdd test testing

Last synced: 17 Aug 2025

https://github.com/juri/xctwdiff

Highlight differences in XCTAssertEqual output

swift testing xctest

Last synced: 01 Mar 2025

https://github.com/siegfriedgrimbeek/falsify-it

Easily generate and serve intricate fake rest end points using a simple JSON blueprint.

api faker javascript json json-server rest test testing

Last synced: 17 May 2026

https://github.com/matt-colen/iphone-calculator

Clone build of the iPhone calculator

javascript testing unit-testing vanilla-js

Last synced: 11 Mar 2025

https://github.com/astandrik/setup-local-ydb

Provision local YDB in GitHub Actions CI

ci database docker github-actions local-ydb testing ydb

Last synced: 24 May 2026

https://github.com/tmseldon/supermatchlite

[PC] (WIP) A basic obstacle course made in Unreal Engine 5

testing unreal unreal-engine-5

Last synced: 28 Apr 2026

https://github.com/bryan0422/ai-test-explorer

🤖 Generación automática de tests de Playwright con exploración real de páginas + auto-healing

ai antrophic auto-healing automation claude mcp playwright pytest python qa-automation test-generation testing

Last synced: 02 May 2026

https://github.com/ctronp/mct

Micro C Test, a single header library for testing.

c c-testing ctest testing

Last synced: 31 Mar 2025

https://github.com/ahwayakchih/pete

PeTe: Performance Tester (benchmark runner) for Bun and Node.js

benchmarking nodejs performance-testing testing

Last synced: 20 Jan 2026

https://github.com/kellyfelkins/tabular

Convert ASCII table strings into lists of lists or lists of maps.

elixir testing

Last synced: 20 Feb 2026

https://github.com/axelledung/villageoftesting

A school project in Testing and Mocking

java mockito-junit-test testing

Last synced: 26 Aug 2025

https://github.com/rookieintraining/gradlereportingexample

A simple custom reporting example for Gradle

gradle reporting reporting-project testing

Last synced: 16 Apr 2026

https://github.com/matheusafonseca/s206-lab-prova

Repositório dedicado a guardar os códigos desenvolvidos para solucionar a Prova de Laboratório

cypress cypress-mochawesome-reporter cypress-tests newman postman postman-collection postman-environment qa test-reporting testing tests

Last synced: 23 Aug 2025

https://github.com/keizah7/java-selenium-testng-qaontime

BIT užduotis: qaontime website testing using selenium, testng and java

java selenium testing testng

Last synced: 14 May 2026

https://github.com/evaristocuesta/watchportalfunction

How to add Denpendency Injection to Azure Functions. With Unit Tests.

azure azure-functions csharp dependency-injection netcore testing

Last synced: 09 May 2026

https://github.com/speezepearson/testincessantly

A tool to run your tests way more often than necessary.

developer-tools testing testing-tools

Last synced: 14 Jan 2026

https://github.com/wendreof/dotnet-ddd

API REST using .NET Core 3.1/ .NET5.0 + DDD Arch + Entity Framework with MySQL + Swagger + AutoMapper + JWT Token

adminer automapper automapper-profiles ddd-architecture docker dotnet-core editorconfig entity-framework githooks jwt mock mysql sqlserver swagger testing xunit

Last synced: 09 Apr 2026

https://github.com/diasbruno/property-based-testing-article

Code for the article "Property-based testing for the win!"

property-based-testing rantly rspec ruby testing

Last synced: 18 May 2026

https://github.com/nesoy/rest-assured-example

🧪 Introducing rest-assured

testing

Last synced: 26 Mar 2025

https://github.com/peggyjs/coverage

Up the code coverage on your Peggy grammars, ensuring that the generated boilerplate code is covered in your unit tests.

coverage grammar parser peggyjs testing

Last synced: 06 Jul 2025

https://github.com/raih9k/manualtestingproject-pos

Exploring manual testing methodologies for my personal POS (Point of Sale) project, aiming to ensure quality and reliability through meticulous testing practices and continuous improvement. This project is solely for personal practice and experimentation with manual testing techniques.

ci ecommerce php point-of-sale pointofsale sqa testing

Last synced: 09 Nov 2025

https://github.com/erikrios/simple-calculator-test

Learn About Unit Testing with Mockito

kotlin mocking mockito testing unit-testing

Last synced: 25 Jun 2025

https://github.com/caiobgalvao/trybe-react-testing-library

#13 Projeto da Trybe, #6 Projeto do Módulo de Front-End

reactjs rtl testing

Last synced: 30 Apr 2026

https://github.com/alexandreevgit/mytutor2

MyTutor is a web platform that connects tutors and students in subjects like Mathematics and Informatics. It allows users to post and search for tutoring offers, making it easy for learners and educators to connect.

css html java login oop-principles spring-boot spring-mvc spring-security testing thymeleaf

Last synced: 28 Apr 2026

https://github.com/nhqml/izitest

An easy way to test executables against a test suite

pypi python3 test-automation testing testsuite

Last synced: 14 Jan 2026

https://github.com/fmelihh/chatgpt-test-generator

AI based test generation tool

automation chatgpt-api python testing

Last synced: 04 Mar 2026

https://github.com/chiiya/comet-demo

Example Laravel project showing test case generation with comet

api books comet laravel open-api rest testing travel

Last synced: 11 May 2026

https://github.com/hellproxy/system-safe

Set and retrieve Java system properties in your unit tests without any side effects

java junit5 testing

Last synced: 14 Jan 2026

https://github.com/florpor/puppeteer-mock

Build a bridge between Puppeteer and your favourite HTTP mocking library

http https mock mocking puppeteer test testing

Last synced: 05 Mar 2026

https://github.com/iftekhersunny/golang_testing_by_mocking_external_dependencies

An example of golang testing by mocking external dependencies

go go-mocking go-testing golang mock mocking testing

Last synced: 28 Jun 2026

https://github.com/lambdatest/mocha-js-geolocation

How to set geolocation to an automation test in Mocha-js on LambdaTest

lambdatest mochajs selenium-webdriver testing

Last synced: 24 Jan 2026

https://github.com/rudikone/async-adapter-demo

Примеры реализаций сервисных тестов для асинхронного Spring Boot сервиса

java junit junit5 kafka spring-boot spring-test testcontainers testing

Last synced: 16 Apr 2026

https://github.com/synlay/gp_testing_lib

Framework for compliance testing of data with a defined rule set

compliance framework integration-testing python testing

Last synced: 16 Mar 2025

https://github.com/thunder/travis

Test drupal modules on travis

drupal module testing travis

Last synced: 11 Apr 2025

https://github.com/risboo6909/emulate_tornado_server

Collection of short functions to simplify tornado-based clients testing

http server testing tornado

Last synced: 14 Jan 2026

https://github.com/maxwelbm/rabbix

CLI to test queues with clarity and control

cli go golang http rabbitmq test testing tools

Last synced: 14 Aug 2025

https://github.com/nulib/rdc-test-runner

End to end tests for NULib applications using the Playwright testing framework

playwright testing typescript

Last synced: 17 Apr 2026

https://github.com/zandero/utils.junit

JUnit helpers and extensions

junit junit-helpers testing

Last synced: 01 Apr 2026

https://github.com/seankilleen/presentation_joyoffunctionaltestingwithspecflow

Presentation materials for "The Joy of Functional Testing with SpecFlow"

dotnet marp presentation specflow testing

Last synced: 13 Aug 2025

https://github.com/jack-carling/vue-jest-exercises

School assignment - testing

jest testing vue

Last synced: 13 Apr 2026

https://github.com/taiki-e/asmtest

A library for tracking generated assemblies.

rust testing

Last synced: 31 Jan 2026

https://github.com/auroratide/zaha

Library for building test builders

builders javascript testing utility

Last synced: 12 Aug 2025

https://github.com/2022-04-11588/data-fakes

🔍 Generate realistic fake data for testing and development, enhancing your projects with simple, customizable data solutions.

data dataset developer-tools fake-content faker fakery groovy java mock phoenix python random ruby seeding struct swift-framework test-data testing

Last synced: 11 Apr 2026

https://github.com/veryhotserek/run-all

run-all is a command-line tool that allows you to execute commands across multiple directories based on a customizable directory pattern. bash, parralel, regex, system-administration

android celery cli-command docker github kubernetes multi-platform nessus python sql testing virtual-hosts vulnerability-scanners windows

Last synced: 10 Apr 2026

https://github.com/alexsjones/istio-service-tester

A quick chart with some simple services to test your service mesh

golang istio kubernetes mesh mtls testing

Last synced: 29 Apr 2026

https://github.com/vogon38/study-camunda-pix-med

A study project implementing a simplified PIX return (MED) workflow using Camunda BPM, Java 21, Spring Boot, and Gradle.

camunda-bpm-platform camunda-modeler gradle java spring testing

Last synced: 20 Jan 2026

https://github.com/webmural/testing

this template is public domain because we believe in an open web

template testando testing

Last synced: 05 Jan 2026

https://github.com/wlsf82/get-users-ollama-llama3-2

Sample project to experiment with Ollama and llama3.2 model.

api api-testing cypress express-api express-js javascript js llama-3-2 nodejs ollama testing

Last synced: 09 Apr 2026

https://github.com/ashvin-parmar/test

For Testing and learning purpose

learning-by-doing testing

Last synced: 01 Jul 2025

https://github.com/volchok96/todoapp

API для приложения todo list для создания задач на день.

docker docker-compose golang makefile postgresql swagger testing

Last synced: 13 Apr 2026

https://github.com/alopukhov/sybok

Sybok test engine

groovy java junit5 sybok testing

Last synced: 17 Apr 2026

https://github.com/shivam6862/predictor-cypress-testing

This repository contains the source code for the Smoke and Drink Prediction application, along with comprehensive end-to-end (E2E) testing and component testing using Cypress.

cypress flask machine-learning nextjs python testing testing-tools

Last synced: 28 Apr 2026

https://github.com/craigwardman/testdatadefinitionframework

C# framework to abstract test data definition from the backing store so that the same set of tests can be run in memory and against a real data resource.

specflow testing

Last synced: 03 Jul 2025

https://github.com/farbodsalimi/dokimi

Dokimi offers a number of helper commands for testing in Go.

coverage golang testing

Last synced: 10 Aug 2025

https://github.com/acerv/marvin

Marvin - Test automation framework

python-3-5 testing testing-framework

Last synced: 03 Oct 2025

https://github.com/lambdatest/pytest-terminal-logs

How to upload and view Pytest terminal logs on LambdaTest

lambdatest pytest selenium testing

Last synced: 21 Jun 2025

https://github.com/wfernandes/clitablematcher

Gomega matcher to match tables used in the CF CLI

golang gomega testing

Last synced: 09 Aug 2025

https://github.com/toddbaert/shellot

A gherkin framework for bash

bash cucumber gherkin integration shell shell-script testing

Last synced: 07 May 2026

https://github.com/javi-cc/python-ml-portcanto

Portcanto és un projecte de simulació d'un trajecte en bicicleta. S'ha definit 4 tipus de ciclistes que es diferencien en el temps que tarda a fer el trajecte. L'objectiu és descobrir els 4 patrons amb l'algoritme de clustering KMeans.

clustering docker docker-compose kmeans machine-learning mlfow pydoc pylint python scikit-learn testing venv

Last synced: 13 Apr 2026

https://github.com/bradleywood/software-quality-test-framework

basic software test framework

java test-framework testing

Last synced: 08 Aug 2025

https://github.com/robtimus/junit-support

Contains interfaces and classes that make it easier to write unit tests with JUnit

java junit junit5 testing

Last synced: 06 Mar 2026

https://github.com/rks-031/weather-monitoring

Real-Time Data Processing System for Weather Monitoring with Rollups and Aggregates

expressjs mongodb nodejs openweathermap-api reactjs testing vite-react

Last synced: 12 Apr 2026

https://github.com/astrodynamic/matrix-library-in-cpp

Matrix Library is a C++ library for matrix operations such as addition, subtraction, multiplication, transpose, and more. It provides a Matrix class with constructors, destructors, and overloaded operators. The library can be built using CMake and depends on the Google Test framework for unit testing.

cmake cpp cpp17 library makefile matrix matrix-library testing

Last synced: 07 Aug 2025

https://github.com/farcloser/tigron

FORK - use github.com/containerd/nerdctl/mod/tigron for now - Modern testing framework for command-line applications

golang integration-testing testing

Last synced: 12 Jan 2026

https://github.com/ifak/fences

Generate samples for various schemas like json schema and regex

grammar json regex schema testing verification xml

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.

react reactnative testing

Last synced: 07 May 2026

https://github.com/jahongir7174/centernet

CenterNet (Objects as Points) implementation using PyTorch

centernet coco pytorch testing training

Last synced: 17 Apr 2026

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/civitas-cerebrum/element-repository

A lightweight, robust package that decouples your Playwright UI selectors from your test code.

low-code playwright test-automation testing typescript

Last synced: 02 Apr 2026

https://github.com/blbergwall/assert

A testing assert tool for go

go golang testing testing-tools

Last synced: 16 Jan 2026

https://github.com/lambdatest/pytest-verify-download

How to verify file download in automation test in Pytest on LambdaTest

lambdatest pytest selenium testing

Last synced: 20 May 2026

https://github.com/maxivak/test_email_redis

Test emails using Redis

mail-delivery testing

Last synced: 17 Apr 2026

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.

assert go library testing

Last synced: 27 Jan 2026

https://github.com/bitcoder/automation_week_mot

Test automation code for Automation Week UI challenges of Ministry of Testing 2020

modeling python test-automation testing testing-tools

Last synced: 03 Jan 2026

https://github.com/makukha/tox-multipython

tox 3 discovery plugin for multipython

discovery plugin testing tox tox-plugin

Last synced: 18 May 2026