Agent skill

testing-production-production-validation-vs-unit-testing

Sub-skill of testing-production: Production Validation vs Unit Testing (+1).

Stars 4
Forks 4

Install this agent skill to your Project

npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/development/testing/testing-production/production-validation-vs-unit-testing

SKILL.md

Production Validation vs Unit Testing (+1)

Production Validation vs Unit Testing

Aspect Unit Tests (TDD) Production Validation
Dependencies Mocked Real
Database In-memory/fake Actual PostgreSQL/etc
APIs Stubbed responses Live service calls
Purpose Design/logic Deployment readiness
Speed Fast (ms) Slower (seconds)

Validation Categories

  1. Implementation Completeness: No mock/stub/fake code in production
  2. Database Integration: CRUD operations on real database
  3. External APIs: Actual service integrations work
  4. Infrastructure: Cache, email, queues function correctly
  5. Performance: Meets latency and throughput requirements
  6. Security: Authentication, authorization, input validation

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results