Skip to main content
Back to registry

testing-strategies

supercent-io/skills-template

Installs10
Install command
npx skills add https://github.com/supercent-io/skills-template --skill testing-strategies
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Ratio guide : Given-When-Then pattern : Mocking strategy : API endpoint tests : Red-Green-Refactor Cycle : #testing #test-strategy #TDD #unit-test #integration-test #E2E #code-quality - New project : define a testing strategy - Quality issues : bugs happen frequently - Before refactoring : build a safety net - CI/CD setup : automated tests - Unit: 70% - Integration: 20% - E2E: 10% - Test isolation : each test is independent - Fast feedback : unit tests should be fast (<1 min) - Deterministic : same input → same result - Test dependencies : do not let test A depend on test B - Production DB : do not use a real DB in tests - Sleep/Timeout : avoid time-based tests - AAA pattern : Arrange-Act-Assert - Test names : "should ... when ..." - Edge Cases : boundary values, null, empty values - Happy Path + Sad Path : both success/failure scenarios - Test Pyramid - Jest - Playwright - Testing Best Practices - Current version : 1.0.0 - Last updated : 2025-01-01 - Compatible platforms : Claude, ChatGPT, Gemini - backend-testing - code-review

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does testing-strategies do?

testing-strategies is listed in SkillJury, but the source summary is still sparse.

Is testing-strategies good?

testing-strategies does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does testing-strategies work with?

testing-strategies currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to testing-strategies?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install testing-strategies?

npx skills add https://github.com/supercent-io/skills-template --skill testing-strategies

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering