Refactor Functional Tests to support Minimal Web APIs
Guide on adapting functional tests for ASP.NET 6 Minimal Web APIs by referencing the internal Program class.
Guide on adapting functional tests for ASP.NET 6 Minimal Web APIs by referencing the internal Program class.
A tutorial on implementing end-to-end (E2E) testing in Blazor applications using the Playwright automation framework for .NET.
Explains the Testing Trophy, a model for JavaScript testing ROI, covering E2E, Integration, Unit, and Static tests.
A guide to setting up integration tests for a TypeScript Node/Express API using Jest, Supertest, Knex, and Objection.js.
A guide to integrating Testcontainers with Quarkus for database testing, using QuarkusTestResourceLifecycleManager for better lifecycle management.
A guide to integrating Testcontainers with Quarkus for better database testing, using QuarkusTestResourceLifecycleManager.
A guide to writing integration tests for gRPC services in ASP.NET Core, comparing Grpc.net and protobuf-net.Grpc with a code-first approach.
A guide on how to add API controllers directly from integration tests in ASP.NET Core to test framework-specific configuration.
A guide to simplifying integration tests for ASP.NET Core endpoints protected by antiforgery tokens using Application Parts.
A guide to simplifying Vue.js application testing using the Vue Testing Library, focusing on user-centric tests and practical examples.
Explains how writing integration tests for C# APIs boosts productivity by catching bugs early and reducing manual testing.
A guide to writing integration tests for C# Web APIs using Microsoft.AspNetCore.Mvc.Testing, xUnit, and FluentAssertions.
A technical guide on setting up Azure Pipelines to run integration tests for Azure AD-protected APIs, including service principal creation.
A guide to setting up integration tests in ASP.NET Core using Moq for mocking external dependencies like databases.
Guide to creating automated integration tests for Azure AD-protected APIs using XUnit, covering authentication strategies and implementation.
A guide to integration testing AWS Lambda C# functions locally using the Lambda Test Server library for .NET Core.
A guide to writing and automating UI/integration tests for Flutter apps using Flutter Driver and running them with Codemagic CI/CD.
A guide on using Cypress tasks to reseed a database for isolated, reliable, and fast testing scenarios.
An introduction to Testcontainers, a Java library for running Docker containers during integration tests to simplify testing with real external services.
A tutorial on setting up and using Enzyme with Jest for unit and integration testing of React components.