Friday Fact: “Run with payload” in the new Logic Apps designer enforces JSON only
Azure Logic Apps designer's 'Run with payload' feature currently enforces JSON-only input, preventing manual testing of workflows expecting XML or other content types.
Azure Logic Apps designer's 'Run with payload' feature currently enforces JSON-only input, preventing manual testing of workflows expecting XML or other content types.
A weekly collection of articles on software architecture, AI challenges, API testing, and team decision-making frameworks.
A guide on using the curl command's -H flag to add custom HTTP headers to your requests, with examples.
A guide to using Zod schema validation with Playwright for robust API testing, focusing on response shape over content.
Argues against using Postman/Insomnia for manual API testing, advocating for automated tests and CI pipelines to improve productivity and software quality.
A guide on testing API calls in React components using React Testing Library and Jest, covering both success and failure scenarios.
A guide on integrating zod-fixture with Mock Service Worker (MSW) to automatically generate mocked API responses for frontend development and testing.
An introduction to k6, a modern performance testing tool for APIs, covering its features, installation, and using TypeScript for test scripts.
Guide to setting up a GitHub Actions CI workflow for automated testing of Azure AD-protected APIs, including Azure Key Vault integration.
Guide to creating automated integration tests for Azure AD-protected APIs using XUnit, covering authentication strategies and implementation.
A guide on testing Azure AD-protected APIs using Postman, focusing on client credentials and application permissions.
A tutorial on testing Axios API calls in Jest, including mocking requests and handling success/error cases with code examples.
A guide to configuring Swagger UI for testing Azure AD-protected APIs, using an ASP.NET Core 3.0 sample application.
A guide to implementing Consumer-Driven Contract Testing with Pact to prevent API breakage in Service Oriented Architectures.
A guide to effectively testing Spring MVC applications, covering test grouping, context setup, and best practices for REST API testing.
Introducing JustEat.HttpClientInterception, a .NET library for reliable testing of HTTP API integrations by intercepting calls.
A guide to writing effective API tests for Node.js applications, covering tools, concepts, and best practices for integration testing.
A guide to using class-based tests in Python to make test suites more extensive, expressive, and maintainable, demonstrated with an API login endpoint.
Explains why network calls are problematic in iOS unit tests and how to decouple from the network using stubs or protocols.
A guide to installing and using cURL with HTTP/2 support on macOS via Homebrew, including troubleshooting steps.