Dead simple integration tests with SQL Server or Postgres throwaway databases that are created on the fly, used briefly then disposed of automagically.
-
Updated
Jan 16, 2024 - C#
Integration testing is a type of software testing that focusses on larger parts of the software than unit testing, and is more process-oriented and less about just checking simple calculations between input and output data. This ensures, that multiple units work together (they integrate with each other) to walk through different steps.
Dead simple integration tests with SQL Server or Postgres throwaway databases that are created on the fly, used briefly then disposed of automagically.
Simple, clean and minimalistic ASP.NET Core solution demonstrating unit and integration tests
A by the book DDD application with React/Redux and .NET Core. It features CQRS, event-sourcing, functional programming, TDD, Docker and much more.
Attendance Web Application using .NET Core (CQRS pattern) & Vue.js
Asp.Net Core Entity Framework Integration Test and Unit Test Using In Memory Database
Implements Windows authentication for ASP.NET Core TestServer-based integration test projects.
Testing framework for ASP.NET Core and Identity-Server 4
Integration Tests for API Controllers using MSTest
An HTTP Client handler that caches successful responses and replays them for improving the stability of your testing environment and speeding up your test suite.
Client IP safelist for ASP.NET Core | .NET 5 | CIDR | Network | allowed list | IP restriction
ASP.NET Core 3.1 with Angular 10 clean architecture learning path.
This library allows to mock HTTP responses for integration, component and acceptance tests of your projects written in C# / .NET by hosting a webserver returning configured responses.
🌸 .NET tests playground
Provides a source generator of RestEase interfaces with all required attributes for calling web application controllers. Useful for writing strongly-typed asp.net core integration tests.
ASP.NET Core Web API Microservice Template using Clean Architecture, CQRS, Structure by Feature, Specifications, PostgreSQL, MassTransit with AmazonSQS & OutBox, JWT Auth
A sample project is about how to perform CRUD operations with (Open OData Protocol) in ASP.NET Core 2.2
Master's thesis. Microservices based e-commerce application. This is the basis for my master's thesis topic, which is software testing. These tests are unit, functional, SAST, DAST, integration, performance, acceptance and security tests of container images.
A different approach towards unit testing
Desk booking system with user accounts (web application)