Testing Azure AD-protected APIs, part 1: Swagger UI
A guide to configuring Swagger UI for testing Azure AD-protected APIs, using an ASP.NET Core 3.0 sample application.
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.
Introducing the 'Automation in Testing' (AiT) mindset, a human-centric approach to using automation to support software testing activities.
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.
A tutorial on Apache JMeter covering basic concepts, creating test plans, and executing load tests for web applications.
A guide to securely testing authenticated APIs in open-source projects using encrypted environment variables in Travis CI and the testthat framework in R.
A guide to replaying real IIS web server logs using Apache JMeter to test API compatibility during framework upgrades.