Introducing JfrUnit 1.0.0.Alpha1
Announcing JfrUnit 1.0.0.Alpha1, a JUnit extension for asserting JDK Flight Recorder events in unit tests for JVM applications.
Announcing JfrUnit 1.0.0.Alpha1, a JUnit extension for asserting JDK Flight Recorder events in unit tests for JVM applications.
A developer explains how using a minimal reproducible example (reprex) in R helps debug code and isolate issues, turning frustration into effective problem-solving.
A guide on testing Spring Boot's @ConfigurationProperties with a custom builder for flexible and efficient configuration testing.
Explores using functions instead of protocols for dependency injection in Swift, with examples for mocking and testing.
A summary of new testing features announced at WWDC21, including Xcode Cloud, async/await for testing, and new XCTest APIs.
A guide on using Cypress to intercept and modify HTTP responses for efficient testing, reducing reliance on complex data seeds.
A developer recounts a bug where nested database transactions caused false payment notifications, and discusses solutions using Django.
Explores methods for generating random test users in Cypress, including using hooks and external scripts with Faker.js.
The article argues for eliminating problems at their root rather than just solving them, using examples from software and business.
Explores holistic testing as an integrated part of the entire software development lifecycle, not a separate phase.
An in-depth look at JUnit Pioneer, a JUnit 5 extension project, covering its features, development, and community contributions.
A tutorial on testing navigation links using Cypress, covering strategies from simple click tests to more efficient loops and error handling.
A beginner's guide to writing unit tests for React components using Jest and React Testing Library, covering core concepts and practical examples.
A tutorial on how to read and test JSON objects and arrays using the Cypress testing framework, covering dot and bracket notation.
A tutorial on using Cypress to test HTML element attributes, values, and text, with examples for different element types.
A guide on migrating from DynamoDB Local to AWS-managed DynamoDB for testing, covering the benefits and implementation steps.
Explores the versatile .contains() command in Cypress for selecting elements by text, covering scoping, case-insensitivity, and regex.
A guide on testing React components that use React Query, covering network request mocking and testing strategies for async server state.
A guide to setting up automated testing and Continuous Integration for Python packages using GitHub Actions, including multi-OS and Python version testing.
An exploration of JUnit Pioneer, a project collecting extensions for JUnit 5, covering technical details and community building.