A: Service stubs are simple ES6 classes implementing the same methods (and return types) as a real service, but returning mock data or controlled behavior. They are used to avoid making real HTTP calls or external dependencies during unit tests — ensuring tests are fast, deterministic, and focused on form and component logic.