1 Repo
Verifying application logic by emulating web requests and responses without requiring a live web server.
Distinct from Isolated Functionality Testing: Focuses on emulated HTTP request-response cycles for web applications, whereas Isolated Functionality Testing is more generic.
Explore 1 awesome GitHub repository matching testing & quality assurance · Functional Web Testing. Refine with filters or upvote what's useful.
Codeception is a full-stack testing framework for PHP applications that provides a unified interface for unit, functional, and acceptance testing. It serves as a tool for automating real desktop and mobile browsers via the WebDriver protocol and acts as a client for testing REST and SOAP APIs. The framework is distinguished by its support for Behavior-Driven Development, allowing users to write human-readable test specifications in Gherkin language to align technical tests with business requirements. It implements actor-based action mapping to connect these natural language steps to executabl
Emulates web requests and responses without a live server to validate application logic and HTML output.