AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Testing

skill-fujigo-software-f5-framework-claude-testing · by Fujigo-Software

Testing strategies, patterns, and best practices

No reviews yet
0 installs
44 views
0.0% view→install

Install

$ agentstack add skill-fujigo-software-f5-framework-claude-testing

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fujigo-software-f5-framework-claude-testing)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Testing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Testing Skills

Overview

Comprehensive testing knowledge for building reliable, maintainable software with confidence in deployments.

Categories

Fundamentals

  • Testing Pyramid
  • Test-Driven Development (TDD)
  • Behavior-Driven Development (BDD)
  • Core Testing Principles

Unit Testing

  • Test isolation and independence
  • Mocking and stubbing strategies
  • Test doubles (mocks, stubs, spies, fakes)
  • Effective assertions

Integration Testing

  • Database integration tests
  • API endpoint testing
  • External service testing
  • Container-based testing

End-to-End Testing

  • Browser automation
  • Mobile app testing
  • Visual regression testing
  • Cross-browser testing

Test Patterns

  • Arrange-Act-Assert (AAA)
  • Given-When-Then
  • Test fixtures and factories
  • Page Object Model

Advanced Testing

  • Property-based testing
  • Mutation testing
  • Contract testing
  • Chaos engineering

Test Pyramid

         ╱╲
        ╱  ╲         E2E Tests
       ╱────╲        (Few, Slow, Expensive)
      ╱      ╲
     ╱────────╲      Integration Tests
    ╱          ╲     (Medium)
   ╱────────────╲
  ╱              ╲   Unit Tests
 ╱________________╲  (Many, Fast, Cheap)

Quick Reference

| Test Type | Speed | Scope | Confidence | Cost | |-----------|-------|-------|------------|------| | Unit | Fast (ms) | Single unit | Low-Medium | Low | | Integration | Medium (s) | Multiple units | Medium-High | Medium | | E2E | Slow (min) | Full system | High | High |

When to Use Each Type

Unit Tests

  • Business logic validation
  • Algorithm correctness
  • Edge case handling
  • Pure functions

Integration Tests

  • Database operations
  • API endpoints
  • Service interactions
  • Message queues

E2E Tests

  • Critical user journeys
  • Payment flows
  • Authentication
  • Cross-service workflows

Directory Structure

skills/testing/
├── _index.md
├── fundamentals/
│   ├── testing-pyramid.md
│   ├── test-driven-development.md
│   ├── behavior-driven-development.md
│   └── testing-principles.md
├── unit-testing/
│   ├── unit-test-basics.md
│   ├── mocking-strategies.md
│   ├── test-doubles.md
│   └── assertion-patterns.md
├── integration-testing/
│   ├── integration-test-basics.md
│   ├── database-testing.md
│   ├── api-testing.md
│   └── external-service-testing.md
├── e2e-testing/
│   ├── e2e-basics.md
│   ├── browser-testing.md
│   ├── mobile-testing.md
│   └── visual-regression.md
├── patterns/
│   ├── arrange-act-assert.md
│   ├── given-when-then.md
│   ├── test-fixtures.md
│   ├── factory-patterns.md
│   └── page-object-model.md
├── advanced/
│   ├── property-based-testing.md
│   ├── mutation-testing.md
│   ├── contract-testing.md
│   └── chaos-testing.md
└── ci-cd/
    ├── test-automation.md
    ├── coverage-reporting.md
    └── flaky-tests.md

Related Skills

  • [Code Quality](../code-quality/_index.md)
  • [CI/CD](../ci-cd/_index.md)
  • [Security](../security/_index.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.