SlashAI

Your AI Command Vault

Running on hopes, dreams, and GPUs.

Testing & QA

Testing & QA

216 commands · 8 subcategories

Subcategories

Popular in Testing & QA

/SnapshotApiClient

Add snapshot tests for an api client module — e.g. an http client wrapping fetch with retry logic.

Testing & QAadvanced#api#client

/StubPaymentGatewayIntegration

Stub external services in tests for a payment gateway integration — e.g. an integration with a third-party payment processor.

Testing & QAadvanced#payments#integration

/ReproduceHighTrafficEndpoint

Write clear reproduction steps for a high-traffic api endpoint — e.g. an endpoint expecting 5000 requests per second on launch day.

Testing & QAadvanced#loadtest#performance

/MockReactHook

Add proper mocks and fixtures for a custom react hook — e.g. a usePagination hook with edge cases at page boundaries.

Testing & QAmedium#react#hook

/IntegrateSignupFlow

Write integration tests covering a user signup flow — e.g. a signup flow with email verification.

Testing & QAmedium#signup#e2e

/TriageProductionBug

Triage and prioritize bugs in a bug reported in production — e.g. a bug where some users can't complete checkout.

Testing & QAmedium#bug#production