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/abirhossenmunna/demoqa_testng_automation

This is an automation testing project of a DemoQA site built using Selenium Web driver and TestNG as testing framework.

allure-report gradle intellij-idea java selenium-webdriver testing

Last synced: 03 May 2026

https://github.com/molily/translate-pipe

Testing complex Pipes in Angular

angular i18n testing translation

Last synced: 01 May 2026

https://github.com/minivera/testifyjs

Declarative test framework for JavaScript inspired by the modern testing standards, without any magic

hacktoberfest javascript testing testing-framework testing-library typescript

Last synced: 07 Jan 2026

https://github.com/drbarnabus/mimic

Fast, friendly and familiar mocking library for modern .NET

csharp dotnet dotnet-core fake mock mocking spy tdd test testing unit-test unit-testing

Last synced: 11 Jun 2025

https://github.com/ramzibouzaiene/react-testing-component

I Created a login component form and i wrote unit tests for it using React testing library for testing React components and Jest as test runner.

jest reactjs testing testing-library

Last synced: 28 Apr 2026

https://github.com/alexskrypnyk/testmode

💧 Drupal module used to alter existing site content and other configurations when running tests.

behat drupal testing

Last synced: 11 Apr 2026

https://github.com/rahulvictor12/the-movie-database-data-scrapper

A Python web scraper that collects movie data from The Movie Database (TMDB). It uses `requests`, `BeautifulSoup`, and `pandas` to extract titles, ratings, genres, and cast details from multiple pages. The data is structured into DataFrames and saved as a CSV, perfect for analysis or integration into projects.

beautifulsoup colab-notebook dataframes numpy pandas python requests testing webscraping

Last synced: 11 Apr 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/pieterclaerhout/example-apiclient

An example project for https://www.yellowduck.be/posts/mocking-a-http-server/

example golang mocking testing

Last synced: 12 Jun 2025

https://github.com/kingabzpro/automating-machine-learning-testing

Automating Machine Learning Testing using GitHub Actions and DeepChecks

automation cicd deepchecks machine-learning testing tutorial

Last synced: 04 Jul 2025

https://github.com/echocat/gocheck-addons

Provides some addons functions for usage together with gocheck.

addons-functions echocat gocheck gocheck-addons golang testing unit-testing

Last synced: 08 Jun 2026

https://github.com/eujuliu/task-scheduler

A Task Scheduler, with this the user can send Emails, SMS, or everything that he wants.

alloy docker golang grafana hacktoberfest hacktoberfest-accepted loki personal-project postgresql prometheus rabbitmq redis stripe testing

Last synced: 05 May 2026

https://github.com/seijikohara/db-tester

Annotation-driven database testing framework for JVM. Load test data and verify database state using simple annotations, data files, and naming conventions.

junit spock testing

Last synced: 22 Feb 2026

https://github.com/contractshark/hammerhead

Packages of assorted Solidity/Vyper testing contracts

ethereum mocking simulate smart-contracts solidity testing verification vyper

Last synced: 19 Apr 2025

https://github.com/larhun/golden

Package for testing commands using smart validation strings and gold master files.

command testing

Last synced: 09 Jun 2026

https://github.com/morsh/kafka-most-basic-mvn-test

This Java project examples a very basic Kafka Test using a consumer and producer

java kafka tdd testing

Last synced: 29 May 2026

https://github.com/ackee-blockchain/tests-axelar-interchain-governance-executor

Tests for Axelar Interchain Governance Executor

axelar testing

Last synced: 13 Jan 2026

https://github.com/kamiazya/jest-dynamic

An extension to dynamically switch the Jest test suite according to the environment (such as platform).

jest nodejs testing testing-library typescript-library

Last synced: 08 Apr 2025

https://github.com/dotzero/hooks

🪝 Hooks is a web service to inspect HTTP requests and debug webhooks using a simple web interface

docker go golang http-requests inspect rest standalone testing testing-tools webhooks

Last synced: 30 Apr 2026

https://github.com/juaaloval/postmanassertify

PostmanAssertify is a tool for the automated generation of test assertions for REST API testing. PostmanAssertify is a complementary component of AGORA, the first approach for the automated generation of test oracles for REST APIs in a black-box context.

api-testing assertion chai invariant-detection java javascript oas openapi postman postman-collection rest rest-api swagger test-oracle test-oracle-generation testing testing-tool

Last synced: 11 Apr 2026

https://github.com/abhisekp/jest-pub-sub

Test Redis PubSub using Jest testing framework

demo jest pubsub redis testing

Last synced: 20 Jan 2026

https://github.com/zombiegeek0/pytest

Pytest es una librería simple de Python para realizar pruebas sencillas de Pentesting

debian hacking kali library linux os penetration pentesting py python testing zombiegeek0

Last synced: 08 May 2026

https://github.com/arwl2016/node-tests

Udemy course projects - Andrew Mead: Complete Node

expect mocha rewire supertest testing

Last synced: 03 May 2026

https://github.com/tareqmonwer/dockerized-services

Target: Implementing and testing various common functionalities using Docker, Django, Postgres, Celery, Redis and apply some Software Engineering best practices.

celery django docker locustio performance-testing redis testing

Last synced: 11 Apr 2026

https://github.com/iluxonchik/fileguard

File Guard - protect the content of your files and directories during testing. Change the contents of the file/directory as you wish, after the test has completed, its original content will be restored.

metaprogramming pip pyhton3 pypi pypi-packages pypi-source python python-3 testing testing-tools

Last synced: 08 Oct 2025

https://github.com/inc44/znob

ZNOB is a multimodal benchmark measuring frontier LLMs' capabilities in passing Ukrainian national exams.

benchmark benchmarks llm llms test testing tests zno

Last synced: 01 Sep 2025

https://github.com/nickserv/jest-environment-url

Load a URL into JSDOM for testing

jest jsdom testing

Last synced: 29 Apr 2026

https://github.com/brianobot/django_restframework_test_idioms

Generic Test Codes for Django/Django Rest Framework Application, written in Pytest

django django-rest-framework pytest python python3 testing

Last synced: 20 May 2026

https://github.com/dyarleniber/fastapi-boilerplate

Starter template for building high-performance RESTful APIs using FastAPI. It includes pre-configured settings and dependencies to help you kickstart your project development.

async fastapi poetry python python3 rest-api testing

Last synced: 29 Apr 2026

https://github.com/marwan116/flakycode

A showcase of flaky tests in python

pytest python testing

Last synced: 12 Jun 2025

https://github.com/aead/s3

AWS S3 unit testing with the go test CLI

golang minio s3 test-driven-development testing

Last synced: 15 Mar 2025

https://github.com/iand1013/react-testing

Comprehensive testing examples for modern React apps using React Testing Library, Vitest, and Mock Service Worker. Built with TypeScript, this project covers component, form, API, routing, and authentication testing as part of Code with Mosh’s Testing React Apps course.

react self-learning testing

Last synced: 03 May 2026

https://github.com/therenotomorrow/pusher

Simple and quick load testing for Go code.

go golang testing toolkit

Last synced: 14 Jan 2026

https://github.com/jack-mil/atpg-toolkit

Digital logic circuit simulation, deductive fault simulation, and PODEM test pattern generation library

design-for-test digital-logic digital-logic-simulator fault-detection podem test-generation testing

Last synced: 22 Jul 2025

https://github.com/perl-weasel/pherkin-extension-weasel

Extension for Test::BDD::Cucumber providing Weasel access

bdd behavior-driven-development cucumber perl testing weasel web-app web-application webapp

Last synced: 29 Apr 2026

https://github.com/justinchuby/onnx-test-models

Structure only models for testing ONNX tools

onnx testing

Last synced: 06 Jul 2026

https://github.com/gdbecker/dbtlabslearning

Learn the foundational steps of transforming data in dbt Cloud. Start by connecting dbt Cloud to a data warehouse and Git repository, then explore key concepts like modeling, sources, testing, documentation, and deployment. Get hands-on by building a model and running tests in dbt Cloud.

analytics-engineering bigquery dbt dbt-cloud jinja macros models packages sql testing

Last synced: 02 Jan 2026

https://github.com/bert27/next-fixed-and-normal-range

A dynamic range slider component built with Next.js.

nextjs range-slider responsive ssr styled-components testing typescript

Last synced: 15 Apr 2026

https://github.com/nspec/dotnetnewnspec

NSpec templates for .NET Core command line interface

bdd core dotnet dotnet-template mocha rspec tdd template test testing

Last synced: 19 Aug 2025

https://github.com/jamillosantos/go-os-signals

A simple Go library abstraction for enabling testing OS Signals on your application

go golang signals testing

Last synced: 18 Jan 2026

https://github.com/ansaribrahim/recipe-app

This Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.

cancancan capybara devise factory gitflow license linters rails render rspec ruby rubyonrails tailwindcss testing

Last synced: 30 Jan 2026

https://github.com/emmanuel-paulmaah/ar-swiss-army-knife-test

see all device & web requirements to run ar on your mobile device

testing

Last synced: 27 May 2026

https://github.com/carlsremy/cardtestlib

Poderosa y versátil librería de JS diseñada para generar números de tarjetas de crédito válidos para propósitos de prueba. Ideal para desarrolladores que necesitan simular transacciones, validar sistemas de pago, o realizar pruebas de integración, CardTestLib simplifica la generación de números de tarjetas de crédito conformes al algoritmo de Luhn.

cards dominican-developers republica-dominicana testing

Last synced: 09 Jun 2026

https://github.com/miroslav-reiter/testovanie_softveru

Materiály k online kurzu Testovanie Softvéru

software-testing testing testing-tool testing-tools

Last synced: 17 Mar 2026

https://github.com/vaimo/binary-geckodriver

Multi-platform GeckoDriver binary downloader Composer package for Firefox browser automation

automation binary composer-plugin downloader multi-platform testing

Last synced: 04 Jul 2025

https://github.com/richardnguyen99/express-js-sqlite3-template

Boilerplate for a Todo API service using Express, JavaScript and SQLite3

api express expressjs javascript jest json sqlite3 supertest testing todo todoapp todolist

Last synced: 28 Apr 2026

https://github.com/schubergphilis/terraformlintingcli

A cli tool to lint terraform resources based on provided rules

linting terraform testing

Last synced: 28 Apr 2026

https://github.com/dylibso/xtp-test-zig

A Zig test framework for xtp / Extism plugins.

extism plugins testing unit-testing wasm webassembly

Last synced: 28 Apr 2026

https://github.com/jackeemkin11/html-parsing-libraries

The best HTML parsing libraries for web scraping, comparing features like CSS selector and XPath support across popular tools like jsoup, Nokogiri, and Cheerio.

expression-evaluator hacktoberfest html-sanitization htmlparser2 javascript jquery markdown math-expressions mirrored-repository mit-license parser php scientific-computing testing

Last synced: 13 Apr 2026

https://github.com/ralphpina/androidsetup

Android setup architecture example

android sample testing

Last synced: 28 Apr 2026

https://github.com/rayzler/movies-api-with-bun-and-elysia

API de películas que utiliza Bun y el framework Elysia. Puede interactuar con diferentes tipos de bases de datos. La elección de la base de datos se realiza a través de argumentos de línea de comandos cuando se inicia la aplicación.

api bun dependency-injection elysiajs env json-api mongodb mvc mysql-database mysql2 testing zod-validation

Last synced: 04 May 2026

https://github.com/fajarwz/blog-laravel-dusk-testing

laravel dusk demo with laravel 10

dusk example-project laravel php testing

Last synced: 28 Apr 2026

https://github.com/wlsf82/select-multiple-options

Sample project to demonstrate how to select multiple options in a select field using Cypress Playground as the application under test.

cypress cypress-playground cypress-select cypress-select-multiple-options talking-about-testing testing

Last synced: 31 Mar 2025

https://github.com/iloveitaly/github-action-playground

GitHub Actions playground repository for testing and experimenting with workflows and actions

automation ci-cd devops github github-actions playground testing workflows

Last synced: 08 May 2026

https://github.com/winterpuma/bmstu_testing

bmstu, IU7-7, Тестирование и Отладка ПО (2020)

7term bmstu e2e-tests iu7 testing unit-testing

Last synced: 20 Aug 2025

https://github.com/burza0/Moje-portfolio

GitHub Desktop Repository

test-automation testing

Last synced: 11 Mar 2025

https://github.com/bahmutov/overmind-demo-1-react

Playing with overmind.js state library and Cypress tests

cypress-io example overmind testing

Last synced: 28 Sep 2025

https://github.com/dpet23/docker-android

Docker image for automated testing of Android apps.

android android-development docker docker-image dockerfile test-automation testing

Last synced: 11 Mar 2025

https://github.com/abh80/harness

Harness is simple diff based testing framework, written in pure native powershell/bash script. Simple and Flexible to install works with any kind of project.

framework powershell test-automation testing tools

Last synced: 09 Jun 2026

https://github.com/rasterandstate/commit-coach

An intelligent commit analysis tool that provides insights and coaching for code changes.

automation ci-cd code-quality code-review commit-analysis git github-action insights nodejs security testing typescript

Last synced: 05 May 2026

https://github.com/lambdatest/python-selenium-multiple-tabs

How to handle multiple tabs in automation test in Python-selenium on LambdaTest

lambdatest python selenium testing

Last synced: 28 Apr 2026

https://github.com/franciscofsales/react-native-image-format-test

Testing React-Native Image component format compatibility

image react-native testing

Last synced: 05 May 2026

https://github.com/wishtack/workshop-angular-testing

Angular testing workshop

angular testing workshop

Last synced: 02 Jul 2026

https://github.com/orsinium-labs/pgxtester

Go package for testing code that uses PostgreSQL

fixture fixtures go golang pgx postgres postgresql psql sql sqlc test testing

Last synced: 28 Apr 2026

https://github.com/rrey/terraform-test-sample

Demonstrate testing strategies around Terraform

conftest kitchen-terraform openpolicyagent pytest terraform testing

Last synced: 28 Apr 2026

https://github.com/omar-mega-byte/java-fundamentals-for-spring

🚀 A comprehensive Java fundamentals guide designed to prepare backend developers for Spring Framework mastery. 12 focused modules covering OOP, collections, concurrency, design patterns, and more - with practical examples and Spring connections.

collections-java concurrency dependency-injection design-patterns functional-programming-in-java generics-in-java java oop-principles programming-fundamentals spring-boot testing

Last synced: 05 May 2026

https://github.com/lovef/kotlin-assert-utils

A set of assert utilities for JUnit testing with Kotlin

assertion-library junit4 kotlin testing testing-tools unit-testing

Last synced: 12 Jan 2026

https://github.com/prio101/project_paper

Project Paper is testing ground for the Gems and pipeline

actions bot heroku pipeline testing

Last synced: 27 Apr 2026

https://github.com/jabro86/redux-testing-library

Testing utilities for react and redux applications.

react redux redux-saga testing

Last synced: 30 Jan 2026

https://github.com/logreg-n-coffee/nodejs-minimal-setup

Boilerplate for a Node.js application

javascript mocha nodejs npm testing

Last synced: 09 Apr 2026

https://github.com/itamarc/githubtest

Repository to test GitHub functionality.

github repository testing

Last synced: 27 Apr 2026

https://github.com/controversial-fact877/frontend-master-prep-series

📚 Prepare for frontend interviews with structured Q&A, coding problems, and interactive flashcards tailored for mid to senior-level developers.

accessibility css frontend html javascript npm performance-optimization react responsive-design state-management testing tutorial user-experience web-development webpack

Last synced: 27 Apr 2026

https://github.com/bredalis/algorithmsolutions

Repository for hosting algorithm resolution programs 📁

algorithm-challenges algorithms algorithms-and-data-structures code problems python testing

Last synced: 07 Jun 2026

https://github.com/programmer-rd-ai/ci6115_aurora_skin_care

Clinic Management System is a Java-based application designed to automate clinic operations, including managing appointments, patients, dermatologists, treatments, and invoices. It follows a layered architecture for easy maintenance and scalability, demonstrating key object-oriented programming principles and clean code practices.

cli gui java java-8 management oop swing test testing

Last synced: 28 Mar 2025

https://github.com/didikz/laravel-codecept-testing

Automated testing exercise API using Laravel + Codeception + JWT package

api codeception jwt laravel testing

Last synced: 22 Mar 2025

https://github.com/krenbot/team-profile-generator

Using OOP to create a team profile template generator

javascript node nodejs teamprofile testing

Last synced: 26 Apr 2026

https://github.com/ing-bank/gintestutil

Utilities for writing unit-tests with Gin

context gin go golang test testing unit utilities utility

Last synced: 26 Apr 2026

https://github.com/iterative/example-get-started-http-private

A frozen version of Get Started DVC project. Used in Studio test.

machine-learning studio test testing

Last synced: 30 Aug 2025

https://github.com/brandonduff/rspec-ordering-mttf

A custom orderer for RSpec that optimizes for test latency (mean time to failure) over test throughput.

rspec ruby tdd testing testing-tools

Last synced: 11 Mar 2026

https://github.com/nazarepiedady/testing-library-docs-pt

Documentação da Testing Library em Português. 🇦🇴 🇧🇷 🇵🇹

angular end-to-end jest mocha preact pt pt-br pt-pt ptbr react svelte test testing testing-framework testing-library vite vitest vue

Last synced: 06 Apr 2026

https://github.com/jvdieten/playwright-mocha

Super lightweight playwright mocha test framework. CLI included and parallel test support.

automation-framework automation-test mocha playwright playwright-mocha test testing testing-tools

Last synced: 17 Feb 2026