How To Test Your API Integration
Discusses the importance of testing API behavior beyond just the data model, using real-world examples like GitHub API issues.
Discusses the importance of testing API behavior beyond just the data model, using real-world examples like GitHub API issues.
A technical guide on using Playwright to intercept and mock HTTP requests for testing Angular components and edge cases.
A developer shares two free tools, n:point and Mockeroo, for quickly mocking and generating API endpoints and data for prototyping and testing.
A guide to generating mock APIs with fake data from Swagger/OpenAPI specs using Open API Mock and Swashbuckle for ASP.NET Core.
A guide on using Cypress to intercept and modify HTTP responses for efficient testing, reducing reliance on complex data seeds.
Exploring Cypress's experimental network stubbing feature (.route2/.intercept) for intercepting XHR and fetch requests in tests.
A tutorial on creating a fake JavaScript API using mock data, promises, and delays for frontend development without a backend.