Mocking
A development technique that replaces real dependencies with controlled simulated components for isolated software development and testing.
Explore more about Development Workflows
Related terms
A simulated server that mimics an API or service for development and testing without relying on the actual backend.
Local EmulatorA local tool that simulates an external service or runtime environment for development and testing without requiring the actual remote system.
Sandbox EnvironmentAn isolated runtime environment used to safely execute, test, and validate software or AI agent code without impacting production systems.
Unit TestingA software testing method that verifies the correctness of individual isolated units or components of code.