Skip to main content

9 docs tagged with "test-automation"

View all tags

Cypress

Cypress is a powerful and user-friendly end-to-end testing framework designed for modern web applications. It allows developers and QA engineers to write reliable and fast tests for web interfaces.

WireMock Basics

WireMock is a simulator for HTTP-based APIs. It is often used for testing applications that rely on external APIs by mocking the API responses. WireMock can be used as a standalone server or as a library within your Java project.