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-02 00:30:59 UTC
- JSON Representation
https://github.com/fnky/react-nodegui-testing-library
Simple React NodeGui testing utilities that encourage good testing practices.
javascript nodegui react-nodegui testing typescript
Last synced: 24 Oct 2025
https://github.com/cryptosense/ocaml-mock
Configurable functions to test impure code
Last synced: 09 Apr 2025
https://github.com/eugenmayer/docker-image-ldapexample
A openldap server with a pre-defined example layout for auth and groups with memberOf. Use it for test-setups
Last synced: 07 May 2025
https://github.com/jdlib/deepdive
Fluent assertions library for Java
assertion-library fluent-api java testing testing-library unit-testing
Last synced: 01 Mar 2026
https://github.com/ultirequiem/stable-fn
🦾 Ensure the same input always produces the same output
deno javas npm testing typescript
Last synced: 14 Oct 2025
https://github.com/lvguowei/goos
The project in the book Growing Object-Oriented Software
object-oriented-programming ood tdd testing
Last synced: 18 Jan 2026
https://github.com/charles-hsiao/robotframework-kafka
A Kafka python library for Robotframework to test events(messages) in Kafka.
assertions automation events kafka kafka-client kafka-consumer kafka-producer kafka-topic pykafka python python-library python2 python27 quality-assurance robot-framework robotframework test-automation test-kafka testing testing-tools
Last synced: 23 Oct 2025
https://github.com/ccavnor/mockcloudkitframework
A framework for testing of CloudKit operations. It mocks CloudKit classes to provide a seamless way to test CloudKit operations in your App's code.
cloudkit icloud integration-testing ios-swift mocking swift testing uitesting unit-testing
Last synced: 21 Oct 2025
https://github.com/quark-zju/outagefs
fuse filesystem to emulate and test behaviors on power failures
Last synced: 16 Aug 2025
https://github.com/furkan-gulsen/python-selenium-test-islemleri
Python dilinin Selenium kütüphanesini kullanarak; Amazon, LinkedIn ve ÇiçekSepeti üzerinde test işlemleri yaptığımız bir case study reposudur.
python python-test selenium selenium-python selenium-tests selenium-webdriver selenium-webdriver-python testing testing-tools
Last synced: 16 Oct 2025
https://github.com/pshevche/spockk
Add-on for the Spock testing framework bringing its expressive syntax to Kotlin
kotlin spock-framework testing
Last synced: 02 Apr 2026
https://github.com/neutron92/angular-atomic-design-typescript-skeleton
Angular atomic design project template
angular angular2 angular4 angular5 angular6 angular7 angular8 angular9 atomic-design lazy-loading lazyload storybook testing
Last synced: 26 Oct 2025
https://github.com/wlsf82/intercept-css
Sample project to demonstrate how to intercept and change the application CSS with Cypress.
css-interception-with-cypress cy-intercept cypress-io talking-about-testing testing
Last synced: 23 Apr 2025
https://github.com/alexandrecpedro/code-of-the-future
Code of the Future Program
agile-methodologies angular api blazor circuit-breaker design-patterns dotnet git jaeger kanban mongodb mysql net opentelemetry polly rabbitmq razor restsharp scrum testing
Last synced: 04 Jul 2025
https://github.com/matthyk/fastify-override
Fastify plugin to override decorators, plugins and hooks
context encapsulation fastify fatsify-plugin intercept mock override plugin spy testing
Last synced: 05 Jun 2026
https://github.com/qainsights/jmeter-docker-extension
Run your JMeter load tests without installing JMeter in your local inside Docker Desktop using this awesome extension.
apache devops docker docker-extension jmeter load-testing performance-engineering performance-testing qainsights testing
Last synced: 16 Mar 2026
https://github.com/nickserv/rsc-testing
Example Next.js project testing React Server Components with React Testing Library in Vitest
nextjs react react-server-components rsc server-rendering testing
Last synced: 22 Mar 2025
https://github.com/microcks/microcks-postman-runtime
A bridge for running Postman tests from HTTP interface
Last synced: 13 May 2025
https://github.com/mustafar/parrot
mockable, containerized api from your swagger spec.
api container docker fake integration-testing mock test testing
Last synced: 14 Jul 2025
https://github.com/coreybutler/tappedout
A simple "back to basics" JavaScript test runner for producing TAP-formatted results. Built using ES Modules.
esm esmodules tap test test-runner test-runners testanythingprotocol testing testing-tools unit
Last synced: 23 Mar 2025
https://github.com/MicroFocus/SilkAppDriver
Silk AppDriver is an implementation of the W3C WebDriver protocol for native (Windows) and mobile (Android and iOS) applications, built on top of Silk Test.
selenium silktest testing webdriver
Last synced: 19 Nov 2025
https://github.com/kettanaito/jest-custom-matchers
Source code for the "Practical Guide To Custom Jest Matchers" article.
asymmetric custom expect extend jest matcher symmetric testing
Last synced: 11 Aug 2025
https://github.com/bahmutov/focha
Mocha wrapper that runs previously failed tests first
Last synced: 08 Oct 2025
https://github.com/gamemann/xdp-playground
Stores XDP programs and loaders I use for testing/helping others with (e)BPF and XDP.
basic bpf ebpf go golang-loader libbpf playground testing xdp xdp-loader xdp-tools
Last synced: 15 Aug 2025
https://github.com/rec/impall
🛎 Test-import all modules 🛎
python testing testing-tools tools
Last synced: 20 May 2026
https://github.com/asaf/gojet
GoJet - a CLI tool to automate HTTP APIs testing with simple yet powerful YAML-based playbook, written in golang.
acceptance-testing go golang integration-testing rest rest-api restapi restful restful-api test-automation test-framework testing testing-framework testing-tools yaml-configuration
Last synced: 08 Mar 2026
https://github.com/fdefelici/vscode-clove-unit
CLove-Unit Testing Extention for VSCode
clove-unit testing vscode vscode-extension
Last synced: 14 Apr 2025
https://github.com/spechive/spechive
OSS platform — NestJS + React + Drizzle + PostgreSQL
flaky-tests nestjs open-source playwright playwright-reporter postgresql react self-hosted test-analytics test-reporting testing typescript
Last synced: 29 Apr 2026
https://github.com/ljharb/mock-property
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
define delete descriptor mock object property test testing value
Last synced: 25 Sep 2025
https://github.com/LIVVkit/LIVVkit
Land Ice Verification & Validation Toolkit
ice-sheet-models testing validation verification
Last synced: 20 Jul 2025
https://github.com/grafana/k6-example-cloudwatch-dashboards
Amazon CloudWatch dashboard to be used for k6 result visualization
amazon-cloudwatch-dashboard dashboard examples k6 load-testing performance performance-testing testing
Last synced: 01 Oct 2025
https://github.com/nielssteensma/sequelize-typescript-mock-examples
Examples of mocking sequelize-typescript models with Jest.
jest mock sequelize-typescript testing
Last synced: 04 Mar 2025
https://github.com/tdrhq/fiveam-matchers
An extensible, composable matchers library for fiveam
Last synced: 12 Jan 2026
https://github.com/fabienarcellier/fixtup
Test python application beyond the code boundaries !
pytest python testing unittest
Last synced: 19 Apr 2025
https://github.com/sevdanurgenc/software-testing-lecture-notes
In this repo, there are lecture notes of Software Testing.
software-testing software-testing-tools testing testing-tools
Last synced: 24 Jul 2025
https://github.com/sanosuke009/pyviztest
A Visual Testing Library in Python. Works with Playwright, Selenium. Can generate Allure Report.
automation playwright playwright-pytest playwright-python pypi python python3 pyviztest selenium snapshot-testing snapshot-tests test-automation testing testing-tools visual-test visual-testing visual-tests webdriver
Last synced: 04 Apr 2025
https://github.com/okorolev/pytest-ast-transformer
AST Transformer for tests integrated with py.test.
ast ast-transformations debug magic pytest pytest-plugin python3 refactoring testing
Last synced: 11 Jul 2025
https://github.com/totakke/cavia
Remote resource management for Clojure projects
clojure download-manager downloader testing
Last synced: 13 Apr 2025
https://github.com/last-ent/testy-go
A tool for easy testing in Go!
command-line-tool go golang testing testing-tool testing-tools
Last synced: 21 Jun 2025
https://github.com/canonical/acceptable
API metadata and schema tool for generating tests and documentation
Last synced: 06 Jul 2025
https://github.com/itsjonq/cyan
🐱 Cypress-like testing for React + JSDOM
cypress jsdom open-source react testing testing-library
Last synced: 10 Apr 2025
https://github.com/ykankaya/PreDamEnv
Automation script to prepare development environments.
automation bash batch configuration cross-platform distribution download environment install linux manage operating-system packages powershell script setup shell-script testing windows wrapper
Last synced: 30 Jul 2025
https://github.com/theirish81/mockambo
Dynamic API Mocking, recording and Validation
api contract-testing developer-tools mocking openapi openapi3 proxy testing
Last synced: 28 Oct 2025
https://github.com/moyada/sharingan
微服务测试工具
dubbo rpc sofa-rpc spring-cloud-eureka testing
Last synced: 30 Apr 2025
https://github.com/sukhjindersukh/exclim
This is excel slim library to read excel sheet as java class(pojo).
automation data-providers excel framework pojo selenium testing testing-framework testng
Last synced: 12 Apr 2025
https://github.com/aereal/go-http-replay
Record and replay HTTP response for testing
Last synced: 09 Jul 2025
https://github.com/mdelapenya/tlscert
Quickly generate customisable TLS certificates for Go apps. Ideal for testing and secure setups.
golang self-signed-certificate testing tls
Last synced: 30 Apr 2025
https://github.com/lukasniessen/tdd-bdd-explained
TDD and BDD explained with code examples
Last synced: 15 May 2026
https://github.com/geerlingguy/ansible-content-testing
Testing repository for various bits of Ansible content in 2.10 transition.
ansible collections galaxy roles test testing
Last synced: 10 Jul 2025
https://github.com/ganchix/testcontainers-java-module-ganache
Testcontainers module for Ganache CLI
ethereum ganache ganache-cli java test testcontainers testing
Last synced: 13 Apr 2025
https://github.com/mcalthrop/testing-with-java
Learn automated testing with Java
fibonacci java junit learn-to-code learning learning-by-doing learning-java tdd teaching-materials testing
Last synced: 12 Apr 2025
https://github.com/mcalthrop/tdd-fibonacci
TDD implementation of JavaScript Fibonacci series function
fibonacci fibonacci-series-function javascript learning learning-materials tdd tdd-fibonacci teaching teaching-materials testing
Last synced: 12 Apr 2025
https://github.com/mattiaerre/jest-do-it
A thing said or done for amusement; a joke.
Last synced: 12 Apr 2025
https://github.com/tzachbon/ssr-react-monorepo-example
Example for React Server-Side Rendering (SSR) without any framework inside monorepo with Typescript and tests
async-rendering components-react e2e express javascript mocha monorepo nextjs nodejs react server-side-rendering ssr suspense testing turborepo typescript webpack
Last synced: 15 Jul 2025
https://github.com/tk3369/pretend.jl
Let's play pretend!
julia julialang mocking testing
Last synced: 10 Apr 2025
https://github.com/managedcode/integrationtestbasekit
Extensions for ASP.NET for managing Docker containers in integration tests.
docker integraion playwright playwright-tests test testcontainers testing webapp xunit
Last synced: 12 Apr 2025
https://github.com/datosh/gau
Go ArchUnit Test Framework
architecture go golang testing
Last synced: 07 May 2025
https://github.com/kkrull/javaspec
Spec-style testing for Java
java junit specifications testing
Last synced: 11 Apr 2025
https://github.com/easypost/easyvcr-java
EasyVCR is a Java library for recording and replaying HTTP interactions, packed with advanced features to customize your testing experience. Based on the EasyVCR .NET library.
Last synced: 19 Jul 2025
https://github.com/qavajs/soft-assertion
Module that enables soft assertions in qavajs framework
Last synced: 01 May 2025
https://github.com/idopterlabs/react-native-boilerplate
Idopterlabs React Native Boilerplate
automation react react-native testing
Last synced: 11 Apr 2025
https://github.com/minapecheux/unitytutorials-unittesting
The code for a short tutorial on how to implement basic unit testing in Unity/C# using the Unity Test Framework (in text or video format)!
automation ci-cd cicd csharp devops devops-tools test testing unit-testing unittest unity
Last synced: 10 Apr 2025
https://github.com/zephyrproject-rtos/test_results
Consolidated test results
Last synced: 08 May 2025
https://github.com/adobe/phased-testing
A TestNG plugin that allows tests to be reused in validating System changes such as upgrades or system changes that happen in chaos engineering.
chaos-test chaos-testing event-based-testing monkey-test monkey-testing test-automation testing testng upgrade upgrade-testing
Last synced: 11 Jan 2026
https://github.com/qainsights/performance-engineering-series
This video series aims to explain various performance issues such as memory, cpu, threads etc and how to identify them by simulating using the BuggyApp.
eclipse java load-testing loadtesting mat memory performance performance-engineering testing
Last synced: 05 May 2025
https://github.com/aholstenson/dumbfound
Randomized testing for JavaScript and TypeScript
Last synced: 13 Apr 2025
https://github.com/adequatica/ui-testing-auth
Testing UI with Google Authnetication
Last synced: 23 Jun 2025
https://github.com/priyanshpatel18/anchorlabs
AnchorLabs is a visual developer tool for Solana Anchor programs. Upload your IDL, connect your wallet, and instantly explore accounts, test instructions, and debug transactions with an intuitive interface designed for rapid development and testing.
anchor-lang devtools solana testing
Last synced: 16 May 2026
https://github.com/michaelhenry/swifty-code-coverage
A github action for generating code coverage report for your ios/macos/spm project.
codeclimate codecov codecoverage lcov lcov-report reporting testing
Last synced: 13 Apr 2025
https://github.com/dhhruv/pixxia
🖼 Pixxia uses lossy compression methods to reduce the document size of your JPG/PNG files.
cli compression gui hacktoberfest hacktoberfest2023 image image-compression image-compressor jpg library png png-compression python shell terminal testing tkinter tkinter-gui
Last synced: 03 May 2025
https://github.com/davidwilby/researchsoftwaremethods
A talk for Sheffield undergraduates on methods in Research Software Engineering
Last synced: 11 Jul 2025
https://github.com/madahetooo/fullandroidcourseclassc
This project is for training purposes in Android with Kotlin Course.
adapters api coroutines firebase jetpack-compose kotlin lifecycle mvvm-architecture navigation-component oop-principles recyclerview retrofit room-database testing unit-testing
Last synced: 13 Apr 2025
https://github.com/applicative-systems/nixos-test-driver-nixcon
Planet Nix 2025 Workshop: Mastering NixOS Integration Tests: Advanced Techniques for Fast and Robust Multi-VM Tests
integration-testing nix nixos test-automation test-automation-framework testing virtual-machine
Last synced: 19 Jun 2025
https://github.com/chuanqisun/jasmine-mock-factory
A Jasmine helper for creating mocked classes
jasmine jasmine-tests mock moq test-utils testing typescript unit-test
Last synced: 17 Jun 2026
https://github.com/swisnl/game-of-tests-laravel
Laravel package for a Game of Tests
laravel package ranking statistics testing
Last synced: 14 Jan 2026
https://github.com/researchgate/emailonacid
✉️ Mail visual regression testing library based on Email on Acid API
email-on-acid emails eoa mail testing visual-regression visual-regression-testing
Last synced: 05 Oct 2025
https://github.com/applitools/workshop-cbt-cypress
Workshop: Modern Cross-Browser Testing with Cypress
applitools cross-browser-testing cypress cypress-io javascript mocha testing visual-ai visual-testing
Last synced: 15 Apr 2025
https://github.com/jacebrowning/pytest-expecter
Better testing with expecter and pytest.
Last synced: 04 Sep 2025
https://github.com/jsuarezruiz/dotnet-maui-manual-testing
Project with various apps to carry out manual testing of .NET MAUI
dotnet dotnet-maui maui testing
Last synced: 14 Mar 2025
https://github.com/tisonkun/failpoints
An implementation of failpoints for Java.
failpoint failure-injection fault-injection java testing
Last synced: 15 Apr 2025
https://github.com/0x24a537r9/diff-react
Smart React tree differ
diff react react-native react-vr testing
Last synced: 23 Apr 2025
https://github.com/tkssharma/javascript-testing-world
🥼🧬🧪🔬🧫🦠 All about javascript Testing using Different Libraries 2021 [Become Smart Developer] 🥼🧬🧪🔬🧫🦠
code code-coverage-html coverage-report cypress e2e-tests istanbuljs jasmine jest jest-snapshots karma-jasmine mocha mocha-chai nestjs-graphql nock nyc sinon testing unit-testing
Last synced: 26 Jul 2025
https://github.com/exabrial/mockito-object-injection
Mockito Object Injection for JUnit5. Inject Strings and other Objects directly into Mocks without needing setters or constructor injection.
cdi dependency-injection java java-ee junit junit-extension junit5 junit5-framework mocking mockito spring spring-boot springboot testing
Last synced: 12 Jan 2026
https://github.com/sainipankaj15/signature-forgery-detection
Here I am adding all files and code which I used during project. I also explained project in below video
artificial-intelligence python3 testing training
Last synced: 18 Oct 2025
https://github.com/codelytv/scala-finder_refactoring-kata
Incomprehensible Finder Refactoring Kata Scala
codelytv example finder-refactoring-kata fp functional-programming kata refactor refactoring sbt scala scalatest testing
Last synced: 29 Jun 2025
https://github.com/dipsas/openehrrestapitest
Some basic testcases to test and verify the implementation of openEHR REST API
Last synced: 29 Jul 2025