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-09 00:27:36 UTC
- JSON Representation
https://github.com/joncloud/iis-expressify
IISExpressify is a simple wrapper for running IIS Express.
asp-net iis iisexpress integration-testing testing wcf webforms
Last synced: 06 Oct 2025
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/luisauter/weather
🌦️ A nice weather app
javascript react-testing-library reactjs tailwindcss testing vite vitest weather
Last synced: 12 Apr 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/sokraglav13/api-testing-with-postman
This project focus to execute on CI the API Tests from sample url and post the results on gh-pages
allure-report api newman postman test-automation testing
Last synced: 25 Jan 2026
https://github.com/skp3214/programming-with-javascript
30dayscodechallenge advancejs functions jsinbrowser oops testing
Last synced: 03 Sep 2025
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/tibolte/walktracker
App that tracks your walk and pulls images from Flickr based on your itinerary
clean-architecture dagger-hilt fusedlocationproviderclient lifecycleservice mvvm testing
Last synced: 10 Jun 2025
https://github.com/lambdatest/pytest-scroll
How to test scrolling of a webpage using an automation test in Pytest on LambdaTest
lambdatest pytest selenium testing
Last synced: 20 Apr 2026
https://github.com/iboard/timewrap
A Time-Wrapper For Elixir
elixir elixir-lang hex testing
Last synced: 20 Jan 2026
https://github.com/ahmadchen/saapshot
This Camera Online Working 🏡
camera covid-19 deface demo developer developer-tools game-engine plugins terminal termux testing toolkit tools wp
Last synced: 19 May 2026
https://github.com/emanmhmd/ui-api-testing-by-cypress
Sample demo of testing web-app using cypress
api-testing cypress cypress-io javascript nodejs npm test-automation testing testing-tools ui-testing web-testing
Last synced: 08 May 2026
https://github.com/cuioss/cui-test-generator
Provides Generator for arbitrary Java-Types
Last synced: 18 Jun 2025
https://github.com/reimaginetruth/reimaginetruthapptest
The Reimagine Truth project includes a comprehensive set of tests to ensure the functionality and security of the platform. These tests cover various components, including smart contracts, user interfaces, and interaction with the blockchain. The goal is to ensure that the platform runs smoothly and securely, meeting the expectations of users.
app bug telegram-bot test testing website
Last synced: 21 Feb 2026
https://github.com/hackbg/ensuite
Executable specifications with Ganesha and RunSpec
javascript literate-programming testing typescript
Last synced: 19 Feb 2026
https://github.com/sumanjs/sce-plugins
Official plugins for the Suman Chrome Extension app.
code-generation developer-experience developer-tools dx sce selenium suman suman-chrome-extension sumanjs testing
Last synced: 25 Apr 2026
https://github.com/conblem/redux.li
:convenience_store: Jest Matchers for Redux Stores, works with Redux-Thunk
jest matcher matchers redux redux-thunk test testing thunk
Last synced: 16 Jan 2026
https://github.com/dotsetlabs/bellwether
Open-source testing tool for Model Context Protocol (MCP) servers. Detect breaking schema changes before they reach production. Free deterministic validation with optional LLM-powered behavioral exploration. CI/CD ready with GitHub Actions support.
ai-agents anthropic api-testing automation ci-cd claude cli contract-testing developer-tools devops documentation-generator drift-detection github-actions llm mcp model-context-protocol openai schema-validation testing typescript
Last synced: 16 Feb 2026
https://github.com/suzuki-shunsuke/gria
CLI tool for golang's test code scaffolding
Last synced: 14 Jan 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/thoth-station/srcops-testing
This is a SrcOps test repository
artificial-intelligence hacktoberfest srcops testing thoth zuul zuul-ci
Last synced: 03 Aug 2025
https://github.com/atotto/webtester
chrome web test support library
chrome chromedriver golang-library testing
Last synced: 08 May 2025
https://github.com/jmix-framework/jmix-ui-tests
Jmix v.1 Classic UI test suite
Last synced: 25 Jun 2025
https://github.com/checkly/nextjs-checkly-starter-template
A minimal starter template to help you getting started with Nextjs and Checkly monitoring.
checkly monitoring nextjs playwright testing
Last synced: 23 Aug 2025
https://github.com/andersonleite1/testes-unitarios-jest
Este artigo fornece uma introdução aos testes unitários usando Jest. Aborda os conceitos básicos dos testes unitários, incluindo isolamento, automatização, cobertura de código, feedback rápido e confiabilidade. O artigo também descreve o que é necessário saber para trabalhar com Jest, incluindo a instalação e configuração, escrita de testes...
jest jest-tests test testing tests tutorial
Last synced: 02 Aug 2025
https://github.com/rupt/c-explicitly-controlled-testing
You can test C code without hiding control flow in macros.
Last synced: 12 May 2025
https://github.com/lokrip/echo
Echo.js will be a library for creating “echoes” of events on a web page that react to user actions and create visual, audio or even tactile effects, simulating mode reactions.
cicd git javascript prettier testing typescript webapp
Last synced: 08 Feb 2026
https://github.com/tjenkinson/promise-chain-settled
Provides a way of knowing when a promise chain is settled. Useful for testing.
fulfilled promise promise-chain rejected resolved settled testing
Last synced: 08 Apr 2025
https://github.com/alecxcode/edmauto
EDM System Automation Framework
automation pytest python rpa testing
Last synced: 23 Mar 2025
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/selendilek/e-junkiedemo
Testing e-junkie website.
automation commonio java maven-pom selenium-webdriver slf4j-log4j testing testng testng-reports
Last synced: 21 May 2026
https://github.com/layzeedk/angular-module-teardown-options
Angular module teardown options for testing.
Last synced: 15 Apr 2026
https://github.com/emileplas/test-coverage-extension
Test Coverage Extension for enhancing JaCoCo test coverage by enforcing rules based on Git branches
Last synced: 11 Apr 2026
https://github.com/try-php/predict-exception
Simplified predictions if a piece of codes throws an Exception
Last synced: 16 May 2026
https://github.com/georlav/httprawmock
A simple http test server which allow the use of raw http response data for easy mocking APIs and web services. Create end-to-end tests for your http client by setting your own routes using custom patterns and a stub for each.
go golang http-client httpmock mock-server raw-http testing
Last synced: 16 Jan 2026
https://github.com/fksxiz/test-passing-system
A client-server application designed to create and passing tests.
authorization client-server csharp csharp-app csharp-code education mssql mssql-database mssql-server registration testing wpf wpf-application
Last synced: 18 Mar 2026
https://github.com/enr/qac
Go library to test end to end command line tools
cli go go-library golang hacktoberfest testing testing-tools
Last synced: 26 Jan 2026
https://github.com/yusufyusie/recipe_app
Recipe-App is a comprehensive application designed to streamline your culinary experience. It efficiently manages your recipes, ingredients, and inventory. With features like ingredient tracking, recipe creation, and automated shopping list generation based on inventory and recipe requirements, it simplifies meal planning and preparation.
devise jwt postgresql ruby ruby-on-rails testing
Last synced: 15 Apr 2026
https://github.com/lankow/can-frame-builder
A .NET WPF application for generating CANoe Testing source code. Define CAN frame structures, configure signals, and export ready-to-use .cs classes with ease.
Last synced: 01 Apr 2025
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/tanem/jest-prettyhtml-matchers
:black_joker: Custom Jest snapshot matchers that use prettyhtml to format strings.
custom javascript jest matchers prettyhtml snapshot testing typescript
Last synced: 07 Oct 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/thatgirldorian/locha
This is a testing framework built with JavaScript and Node JS. It can test applications in the browser and via the command line.
javascript nodejs testing testing-framework
Last synced: 14 Sep 2025
https://github.com/amitsaha/container-structure-test-demo
Demo of testing docker images using container-structure-test
ci codeship-pro docker testing
Last synced: 09 May 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/crocofactory/pytest-evm
The testing package containing tools to test Web3-based projects
ethereum ethereum-contract evm-wallet pytest pytest-plugin python3 testing testing-tools web3py
Last synced: 05 Jan 2026
https://github.com/shonharsh/csharp-exercism-s05e01-tuples-phonenumberanalysis
Exercism - This C# project is about tuples and analyzing phone numbers.
academic artificial-intelligence atom automation bot config csharp education git guide learning markdown phone-number process studio testing training-materials trending tuples windows
Last synced: 06 Apr 2026
https://github.com/shonharsh/python-exercism-s01e01-basics-lucianslusciouslasagna
Exercism - This Python project project is about the basics.
academic artificial-intelligence atom automation bot config education exercism git guide learning markdown process python studio testing training-materials trending variables windows
Last synced: 13 Apr 2026
https://github.com/ssokolow/stuffit-test-files
Minimal SIT and SITX files made using registered StuffIt installs, suitable for integration testing.
archives stuffit test test-data test-dataset test-datasets testing
Last synced: 18 Mar 2026
https://github.com/slava0135/n3ondiff
Differential fuzzing for Neo (N3) blockchain virtual machine based on LibAFL
differential-testing fuzzing libafl neo rust smartcontracts testing vm
Last synced: 23 Mar 2025
https://github.com/shinesolutions/inspec-aem
InSpec profile for checking AEM resources
aem aem-opencloud inspec testing
Last synced: 13 Apr 2025
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/tozd/docker-meteor-testing
Docker image for testing of Meteor apps. Read-only mirror of https://gitlab.com/tozd/docker/meteor-testing
docker docker-image meteor testing
Last synced: 06 May 2026
https://github.com/akshatvg/software-testing--black-box--facebook.com
Black box testing using different tools for the Facebook website to find bugs and make test cases.
black-box black-box-testing facebook quality-assurance software-testing testing
Last synced: 27 Jan 2026
https://github.com/akshatsrivastava0312/moving-object-detection
Moving Object Detection using OpenCV
ai artificial-intelligence dataset detection machine-learning opencv python testing training video-source
Last synced: 22 Apr 2026
https://github.com/jalolk/faraway
End-to-end test automation framework for the Faraway Platform demo using Playwright and TypeScript. Features authentication and NFT purchase flow testing, MetaMask integration, and GitHub Actions CI pipeline. Built with Page Object Model pattern and component-based architecture.
automation e2e-testing fra metamask playwright testing typescript web3
Last synced: 12 Apr 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/therenotomorrow/pusher
Simple and quick load testing for Go code.
Last synced: 14 Jan 2026
https://github.com/kooltheba/projectalpha_react
This project is meant to serve as a my showcase 💅 and also as a reference for whoever wants to hone their React skills! 🚀
apollo enzyme error-handling graphql hoc hooks jest lazy-loading material-ui react react-router styled-components testing
Last synced: 11 Apr 2026
https://github.com/1git2clone/hackerrank-hw
University homework assignments rewritten in rust as well as testing
binary-gcd euclidean-algorithm extended-gcd gcd greatest-common-divisor homework homework-exercises lcm least-common-multiple modular-arithmetic testing
Last synced: 31 Mar 2025
https://github.com/nekroze/containaruba
Containerized Aruba Cucumber
aruba cucumber docker docker-compose docker-image gherkin ruby testing
Last synced: 12 Apr 2026
https://github.com/tinkeringaround/occ
One-Click-Checker Electron App
electron puppeteer react testing tool typescript
Last synced: 13 Apr 2025
https://github.com/pallavithorat/uberapp-backend
This is backend code for UberApp using SpringBoot
cicd spring-boot spring-mvc spring-security testing
Last synced: 07 May 2026
https://github.com/pplu/paws-net-multiplexcaller
Paws::Net::MultiplexCaller - Control routing of services to Paws callers
aws paws paws-callers pluggable-callers testing
Last synced: 19 May 2026
https://github.com/wechaty/mocker
Wechaty mock library generates mock wechat account for testing purpose
mocker mocking testing wechaty
Last synced: 22 Jul 2025
https://github.com/factspark23-hash/mcp-toolkit
🔧 Swiss Army Knife for MCP Servers — Test, Debug, Scaffold & Discover Model Context Protocol servers
ai claude cli developer-tools llm mcp model-context-protocol modelcontextprotocol testing typescript
Last synced: 31 May 2026
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/lfost42/aline-data-generator
Data Generator scripts for an implementation of the Aline Financial app.
data-generator microservices python testing
Last synced: 22 Jul 2025
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/soblvsk/shri-2023-testing
🧪 Testing a website for React.js
Last synced: 19 May 2026
https://github.com/raintree-technology/policystrata
Cross-layer policy regression testing for LLM data-agent stacks
access-control benchmark data-agents data-governance evals llm llm-agents policy-regression policy-testing postgresql pytest python research-artifact rls row-level-security sql testing text-to-sql
Last synced: 27 Jun 2026
https://github.com/rickydam/shopifyandroidappsummer2019
Android app for a Shopify merchant with many collections of products! 🌎🖥️📱🤖
data-binding kotlin mvvm-android testing
Last synced: 26 Jun 2025
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/normandy72/testing-components
Testing AngularJS Components. Coursera course "Single Page Web Applications with AngularJS" by Yaakov Chaikin.
angular angularjs html html5 jasmine jasmine-tests javascript js testing
Last synced: 18 Jan 2026
https://github.com/garvincasimir/gomockext
Utilities intended to make testing with gomock simpler
custom-matcher extension go golang gomock matcher testing
Last synced: 08 Oct 2025
https://github.com/nuskey8/Expect
Expression-based Assertion Library for .NET
Last synced: 08 Oct 2025
https://github.com/jamal-saadeddin/learnstorybook-design-system
A React design system built at Foothill Technology Solutions during a front-end internship. It utilizes Storybook for component documentation and testing, showcasing UI development best practices.
architecture build design-systems distribution documentation react testing workflow
Last synced: 19 May 2026
https://github.com/gdcmarinho/senna
Web services performance measurement tool
analysis analytics c fast metrics performance performance-metrics performance-monitoring performance-testing reports senna test testing
Last synced: 19 May 2026
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/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/mahamorim/cypress-discovery-qacademy
Testes de aceitação do aplicativo BugerEats
automation cypress-io qa-automation qacademy test testing
Last synced: 04 Jul 2026
https://github.com/quingkhaos/factorio-mocks-generator
Factorio mod for extracting game data to generate comprehensive mocks for mod testing
factorio factorio-mod game-development lua mocking testing testing-framework
Last synced: 09 Oct 2025
https://github.com/ascii8/nktest
Nakama test runner for Go
go golang nakama nakama-server testing
Last synced: 05 Feb 2026
https://github.com/netcracker/qubership-fluent-pipeline-tests
Tools to run integration tests for Fluent
Last synced: 13 Mar 2025
https://github.com/swapnilshivajip/lighthouse-playwright-auditor
Playwright Lighthouse Integration
lighthouse performance playwright testing
Last synced: 21 Jan 2026
https://github.com/jrpool/testu
Ask Testaro to test a web page for accessibility
Last synced: 09 Oct 2025
https://github.com/shashikhanal/unit-and-integration-test
Getting started with Unit and Integration testing for your Nodejs/Typescript project.
integration-testing jest software-testing supertest testing unit-testing
Last synced: 06 Apr 2025
https://github.com/junnyyy/python-unit-tests
Python Unit Test Example
python testing unit-testing unittest
Last synced: 10 Oct 2025