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/hmaach/01edu-tests
A collection of test cases for all 01-edu projects. Each project has a .txt file containing tests for various scenarios, which are progressively added as each project is completed. Ideal for ensuring correctness and handling edge cases.
Last synced: 10 Apr 2025
https://github.com/dmnsgn/jest-environment-jsdom-latest
Jest environment to use the latest jsdom API and features
environment jest jsdom latest testing
Last synced: 30 Apr 2025
https://github.com/bbc2/loop
Run command and repeat it when files change
filesystem inotifywait loop test-driven-development testing
Last synced: 08 Jul 2025
https://github.com/astrotomic/pest-plugin-laravel-snapshots
This package adds snapshot testing capabilities to Laravel HTTP tests with Pest.
hacktoberfest http laravel pest snapshot snapshot-testing test testing
Last synced: 10 Apr 2025
https://github.com/xray-app/tutorial-java-junit5-selenium
Tutorial for JUnit5 using Java integrated with Xray and Jira
java jira junit junit5 test-automation testing xray
Last synced: 25 Aug 2025
https://github.com/danielpalme/dotnetcoveragetoolcomparision
Test of code coverage tools for .NET 4.8 and .NET Core based on xUnit sample project.
Last synced: 03 Mar 2025
https://github.com/alexanderhodes/react-native-cli-maestro-example
Example repository for testing React Native CLI app with Maestro
maestro mobile react-native testing
Last synced: 08 May 2025
https://github.com/jupegarnica/tepi
A .http Test Runner
api-rest api-testing end-to-end-testing end2end-testing http-client test-automation test-end-to-end test-endpoint test-runner testing
Last synced: 13 Apr 2025
https://github.com/guiyomh/charlatan
Relying on brianvoe/gofakeit, Charlatan allows you to create a ton of fixtures/fake data for use while developing or testing your project. It is inspired by nelmio/alice.It gives you a few essential tools to make it very easy to generate complex data in a readable and easy to edit way, so that everyone on your team can tweak the fixtures if needed.
database expression-language faker fixture fixtures golang testing
Last synced: 13 Apr 2025
https://github.com/akai-z/magento2-travis-ci-scripts
Magento 2 Travis CI scripts
ci code-review continuous continuous-integration integration magento magento-extension magento-module magento2 magento2-extension magento2-module php phpcpd phpcs phpmd testing travis travis-ci unit-testing
Last synced: 15 Jan 2026
https://github.com/storres20/movies-react
๐ฌMovies-React๐ฌ is a web application for shows the most recent Movies. The application will allow users to see details like title, author, description.
jest react-bootstrap reactjs redux testing
Last synced: 10 Apr 2025
https://github.com/nexlabstudio/maestro-workbench
A Visual Studio Code extension for enhancing the development and testing of Maestro YAML files, providing IntelliSense, syntax highlighting, formatting, test execution, and output visualization.
maestro testing testing-tools testsuite ui-testing vscode vscode-extension
Last synced: 08 Sep 2025
https://github.com/marick/ecto_test_dsl
A domain-specific testing library for testing code that uses Elixir's Ecto. Supports different Phoenix workflows.
dsl ecto elixir-phoenix testing
Last synced: 13 Jun 2025
https://github.com/da-in/tdd-challenge
๐ฅ ํ ์คํ ํ๋ ์์ํฌ ๋ฐ TDD ํ์ต ์ฑ๋ฆฐ์ง ์ ๋๋ค.
Last synced: 10 Apr 2025
https://github.com/wowselim/async-testing
async java kotlin reactive testcontainers testing vertx
Last synced: 02 Feb 2026
https://github.com/ctx42/testing
Go Testing Module with mocking, mock generation & golden files support.
go golang golang-library testing toolkit
Last synced: 02 Feb 2026
https://github.com/amdmi3/testing.h
Small and simple single-header library for writing C++ unit tests
c-plus-plus header-only testing unit-testing
Last synced: 07 May 2025
https://github.com/peculiarventures/pv-webcrypto-tests
A basic test suite for WebCrypto.
capabilities javascript test-automation testing webcrypto
Last synced: 10 Apr 2025
https://github.com/jahongir7174/yolov5-pt
YOLOv5 implementation using PyTorch
object-detection pytorch testing training yolov5
Last synced: 08 May 2025
https://github.com/manixate/jest-hugo
Run tests for your hugo content using Jest
Last synced: 29 Oct 2025
https://github.com/ecoapm/xunit.ts
a TypeScript unit testing framework, following standard xUnit patterns
assertions hacktoberfest tdd testing typescript unit-testing
Last synced: 12 Apr 2025
https://github.com/dhamodaran-pandiyan/k8s-utility
A K8s collection for various debugging and testing.
best-practices cloud-native containers docker docker-image helper-scripts k8s kubernetes scripts test-tools testing yaml
Last synced: 17 Feb 2026
https://github.com/xroulandx/jasmine-paratest
Parametrize your `it` assertions.
jasmine parameterized-tests parametrized test-helper test-helpers testing
Last synced: 21 Jun 2025
https://github.com/zbigg/mocha-webdriver-runner
Run Mocha tests in browsers using Selenium WebDriver
browser javascript mocha selenium selenium-webdriver tdd test-automation testing webdriver webdriverjs
Last synced: 04 Oct 2025
https://github.com/rimusz/charts-ci
Docker image with chart-testing CLI tool for linting and testing Helm charts on GKE or EKS
chart-testing docker docker-image helm kubernetes linting testing
Last synced: 05 May 2025
https://github.com/dword-design/expect-mocha-image-snapshot
A wrapper around jest-image-snapshot that makes it compatible to Mocha.
expect frontend javascript jest jest-image-snapshot mocha puppeteer snapshot-testing test-driven-development testing webdevelopment
Last synced: 10 Apr 2025
https://github.com/nekofar/slim-test
Slim Framework test helper built on top of the PHPUnit test framework
helper php phpunit slim slim-framework testing
Last synced: 03 May 2025
https://github.com/cryptaliagy/pytest-explicit
A pytest plugin for setting tests to be skipped by default
Last synced: 19 Apr 2025
https://github.com/canvural/laravel-e2e-routes
Set of routes to manage your data in E2E tests
cypress e2e-testing e2e-tests laravel php testing
Last synced: 11 Apr 2025
https://github.com/matejkob/swift-macro-compatibility-check
GitHub Action that verifies compatibility of a Swift package with macros against all swift-syntax versions
Last synced: 13 Apr 2025
https://github.com/pauldijou/elm-ordeal
Test your Elm code inside Node or any major browser. Support async Task out of the box
Last synced: 30 Apr 2025
https://github.com/im-open/process-jest-test-results
GitHub action that creates a status check or pull request comment based a jest json results file
continuous-integration jest jest-test pr-comment status-check swat-team testing
Last synced: 15 Jul 2025
https://github.com/sammakumbe/burp-idor
A powerful Python tool for identifying Insecure Direct Object Reference (IDOR) vulnerabilities in Burp Suite traffic exports.
ai bugbounty burp burp-suite hacking heuristics hugging-face huggingface idor python qa security testing yaml
Last synced: 04 May 2026
https://github.com/kevinrecuerda/recshark
:shark: Provide some C# tools
actions data di dotnet expression-evaluator netcore testing tools
Last synced: 10 May 2026
https://github.com/rockops/rocktest
Test automation that rocks
low-code test-automation testing testing-tools
Last synced: 27 Jun 2026
https://github.com/melroy89/rambam
Stress-test/benchmarking tool for HTTP with thousands of concurrent connections. Written in C++. Mirror of: https://gitlab.melroy.org/melroy/rambam
api benchmarking benchmarking-utility cpp20 rambam stress stress-test stress-testing testing webapp
Last synced: 13 May 2025
https://github.com/hiro-o918/fauxgen
A factory method generator that streamlines test data creation by automating field value generation.
Last synced: 20 Jul 2025
https://github.com/akondas/exspecto
Small PHP DSL for synchronizing asynchronous operations (busy-waiting).
asynchronous-programming busy-wait hacktoberfest php quality-assurance testing
Last synced: 19 Mar 2025
https://github.com/phantom0004/krypt0s-ransomware_poc
KRYPTOS is a sophisticated Python-based ransomware proof of concept (POC) designed for educational purposes. It encrypts files on Windows machines, focusing on persistence and stealth. Additionally, it includes a fake ransomware screen resembling WannaCry, with all information being fictional.
aes cryptography educational encyrption learning malware poc prevention proof-of-concept python ransomware ransomware-builder simulation stealth teaching testing virtual windows windows-10 windows-11
Last synced: 27 Oct 2025
https://github.com/christophsturm/randolf
Autogenerated data for your tests
kotlin tdd test test-driven-development testing testing-tools
Last synced: 17 Jan 2026
https://github.com/unassert-js/rollup-plugin-unassert
A Rollup plugin to remove assertion calls via Unassert
plugin rollup testing unassert
Last synced: 17 Jan 2026
https://github.com/azu/debug
Simple debug logger for Browser/Node.js. Supports TypeScript/ES modules.
browser debug javascript node testing typescript
Last synced: 13 Mar 2025
https://github.com/innoave/asserting
Fluent assertions for tests in Rust that are convenient to write and easy to extend
assertions fluent matchers no-std rust-lang testing
Last synced: 03 Jul 2026
https://github.com/liuuy/angular-test-using-jest
Demonstrate how to use Jest to test Angular project
angular jest snapshot-testing testing ui-testing
Last synced: 07 Mar 2026
https://github.com/doniyor2109/jest-redux
Testing redux never been easy
assertions jest matchers reducer redux testing
Last synced: 30 Oct 2025
https://github.com/miladsadeghi/jerskits
Jerskits - A MERN Stack E-commerce Application with User Authentication, Favorites, Shopping Cart, Order Management, Checkout, and more!
ecommerce framer-motion jest jwt mern react react-project redux redux-toolkit redux-toolkit-query shopping tailwindcss tdd testing typescript
Last synced: 07 Apr 2026
https://github.com/clearxs/uno
Providing foundational components to enable the construction of large-scale complex applications.
elasticsearch event-bus gis influxdb jdk22 jpa mongodb netty orm rule-engine testing time-series-analysis
Last synced: 21 Jul 2025
https://github.com/toolisticon/jgiven-kotlin
Extensions to make working with jgiven.org and Kotlin even more fun
Last synced: 25 Jun 2025
https://github.com/brytebee/todo
In this project, I built a simple list of To-Do tasks. This simple web page is engineered using Webpack and served by a Webpack dev server. I also used JavaScript DOM manipulation, HTML5, Bootstrap and CSS3.
bootstrap5 dom-manipulation html5 javascript jest-tests testing webpack
Last synced: 25 Jun 2025
https://github.com/nkaleth/best_sellers_books
Single-page application (SPA) built with React and Redux about the data retrieved from the New York Time's API from Best Sellers Books.
api-rest axios-react books css-flexbox css-grid jest-tests react-router reactjs redux-toolkit testing
Last synced: 16 Jun 2025
https://github.com/ariperkkio/aria-live-capture
Capture announcements of ARIA live regions
a11y accessibility aria-live developer-experience testing
Last synced: 21 Mar 2025
https://github.com/sonicoder86/todomvc-angular
TodoMVC built with Angular and NgRx
Last synced: 22 Apr 2025
https://github.com/mfaisalkhatri/webdriveriopoc
Mobile automation using Webdriverio
automation beginner learning-by-doing test-automation testing tutorial webdriverio
Last synced: 26 Oct 2025
https://github.com/maargenton/go-testpredicate
Unit-testing predicates for Go.
bdd go golang predicate test testing tests unit-testing unittest
Last synced: 17 Jan 2026
https://github.com/nibbleshift/gorb
GO Regression testing and Benchmark Tools
benchmark-framework database go testing
Last synced: 12 Jan 2026
https://github.com/qas-guru/martini-core
Martini Behavior Driven Development Testing Framework for Java
bdd bdd-framework framework gherkin java spring testing
Last synced: 12 Jan 2026
https://github.com/nickserv/vite-react-testing-ts
Uses Vite, Vitest, and React Testing Library to create a modern React app compatible with Create React App
Last synced: 11 Apr 2025
https://github.com/deeplook/mcinstall
A script to quickly make/provision a fresh Miniconda installation from scratch.
automation conda continuous-integration cross-platform installation miniconda python3 testing
Last synced: 10 Apr 2025
https://github.com/doesdev/mvt
โ Minimum Viable Testing framework
lightweight no-dependencies test testing
Last synced: 14 May 2025
https://github.com/dmportella/docker-golangweb-simple
Simple golang hello world website.
balancing docker-golangweb docker-image dockerhub golang golang-site hello-world kubernetes learning-by-doing load load-testing rancher testing
Last synced: 14 Apr 2025
https://github.com/bbc/verify-it
Randomised test property/data generation for NodeJS
data node nodejs property random randomization test testing typescript
Last synced: 17 Jun 2025
https://github.com/lucretiel/cool_asserts
Some useful assertions for Rust
assertions pattern-matching rust testing
Last synced: 14 Apr 2025
https://github.com/cliffano/cmdt
Command-line tool for testing command-line tools
Last synced: 22 Sep 2025
https://github.com/nekofar/pest-plugin-slim
The Pest Slim Plugin
pest pest-plugin php slim slim-framework testing
Last synced: 16 Mar 2025
https://github.com/shnewto/bqjson
bqjson - Serialize/Deserialzie BigQuery TableResults to/from JSON
bigquery java json maven serde serde-json serialization serializer tableresult testing tests
Last synced: 17 Mar 2025
https://github.com/patricoferris/irmin-browser-tests
Testing various Irmin backends in the browser
Last synced: 27 Jul 2025
https://github.com/softspiders/next-typescript-storybook
Minimalistic NextJS in TypeScript with Storybook
hello-world helloworld min minimalist next next-js nextjs react softspider softspiders ss storybook template test testing typescript ui
Last synced: 29 Jul 2025
https://github.com/devkimchi/testing-serverless-applications
This provides sample codes to test serverless applications including Azure Functios and Azure Logic Apps
azure-functions logic-apps serverless testing
Last synced: 29 Jul 2025
https://github.com/ply-ct/ply-movies
Simple, self-contained movies API for REST service testing.
Last synced: 30 Jul 2025
https://github.com/logicify/healthcheckbot
A robust way to setup external health checks for your software
devops devops-tools docker health-check healthcheck infrastructure-as-code linux python testing
Last synced: 08 Aug 2025
https://github.com/csteinba/node-red-contrib-flowtest
Simple testing for your Node-RED flows.
Last synced: 12 Aug 2025
https://github.com/muradisazade777/pulsetrack
PulseTrack is a real-time fitness tracking API built with ASP.NET Core. It collects and validates health metrics like heart rate and step count, offering a scalable backend for mobile and wearable integrations.
api backend csharp library modules service testing
Last synced: 04 Oct 2025
https://github.com/qavajs/po-cypress
library for plain-english access to page object for cypress binding
Last synced: 05 Oct 2025
https://github.com/alphauslabs/oops
An automation-friendly, scalable, and scriptable API/generic testing tool designed to run on Kubernetes.
golang k8s kubernetes pubsub scalable sqs testing testing-tools
Last synced: 07 May 2026
https://github.com/langwatch/scenario-go
Agent testing library that uses an agent to test your agent, in Go.
agents ai ai-qa ai-testing qa-automation testing
Last synced: 23 Aug 2025
https://github.com/textshell/vtermdriver
a simple wrapper around libvterm to test rendering of terminal applications
Last synced: 28 Aug 2025
https://github.com/danielgtaylor/apibin
Example API with modern features
api brotli cbor conditional-request gzip httpbin json json-schema openapi3 testing yaml
Last synced: 14 Mar 2025
https://github.com/h1alexbel/fakehub
GitHub API Server Stub. Fully functional fake version of a GitHub API that supports all the features and works locally, with no connection to GitHub at all.
github mock-objects rust testing
Last synced: 12 Apr 2025
https://github.com/christian-hawk/pydoautomator
Automator API for Digital Ocean. Python automation lib.
api automation bdd bdd-tests cloud digital-ocean droplet lib library python snapshot snapshots tdd tdd-python testing turnoff
Last synced: 16 Jan 2026
https://github.com/juanje/chef-testing
Example of how to write Chef recipes by testing first. My personal examples and notes of the process.
bdd chef chef-cookbook chefspec foodcritic serverspec tdd test-kitchen testing
Last synced: 16 Jan 2026
https://github.com/icemac/toll
poor man's integration testing
lightweight locally offline testing
Last synced: 09 Apr 2025
https://github.com/lana-20/charles-setup
Configure Charles Web Proxy on Desktops and Smartphones
charles charles-proxy debugging debugging-tool greybox greybox-testing mobile-testing network-interceptors proxy-server root-cause-analysis testing testing-tools
Last synced: 03 Feb 2026
https://github.com/pinguet62/cypress-typescript-pageobject
Template for Cypress + TypeScript + Page-Object pattern
cypress pageobject-pattern testing typescript
Last synced: 13 Apr 2025
https://github.com/jkbrzt/nose-pattern-exclude
Nose plugin for excluding directories and files from test discovery by paths and glob patterns.
exclusions glob jakubroztocil nose plugin python testing
Last synced: 29 May 2026
https://github.com/wangshijun/top-5-e2e-framework
ๆๅๆฌข่ฟ็ 5 ๆฌพ Node.js E2E ๆต่ฏๆกๆถ
casperjs codeceptjs coffeescript e2e end-to-end-testing nightwatch phantomjs protractor selenium testcafe testing webdriver
Last synced: 23 Mar 2025
https://github.com/mahmoudmohamedramadan/laravel-digging-v8
A comprehensive container that covers everything about Laravel in detail.
api artisan-commands blade-template broadcasting collections composer events jobs laravel-5 laravel-6 laravel-7 laravel-8 laravel-passport php queues routing scheduler storage testing tinker
Last synced: 23 Mar 2025
https://github.com/marvinhagemeister/xhr-mocklet
Mock XMLHttpRequests in both the browser and node
Last synced: 15 Apr 2025
https://github.com/lhns/munit-tagless-final
Integration library for MUnit and any effect type via cats-effect
cats cats-effect munit scala tagless-final testing
Last synced: 08 Oct 2025