testing-strategy

testing-strategy is a skill for Claude Code from vigneshbarani24/sap-superpowers. It costs 52 tokens per session (2,314 once invoked), scanned A, original, MIT.

A testing guide for SAP implementation, upgrade, and change projects. It covers planned test cases, user acceptance testing (UAT), automation, defects, and readiness to approve a release.

In plain words
What is it for?
Use it to plan test levels, create and measure test coverage, manage defects, run UAT, and decide whether a change is ready to go live.
Why use it?
It helps prevent incomplete testing, unverified fixes, unsafe test data, and approval before users have finished checking the system.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sap-superpowers plugin — 61 skills, 8 commands, 15 agents, 5 hooks shipped together

Good fit Use it to plan test levels, create and measure test coverage, manage defects, run UAT, and decide whether a change is ready to go live.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vigneshbarani24/sap-superpowers/testing-strategy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vigneshbarani24/sap-superpowers --skill testing-strategy
Clone the repo
git clone --depth 1 https://github.com/vigneshbarani24/sap-superpowers

Made for: Claude Code.

Or install sap-superpowers, the plugin that ships this one along with the rest of its 61 skills, 8 commands, 15 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for testing-strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/vigneshbarani24/sap-superpowers/testing-strategy.svg)](https://agentmods.dev/skills/vigneshbarani24/sap-superpowers/testing-strategy)
Your own site
<a href="https://agentmods.dev/skills/vigneshbarani24/sap-superpowers/testing-strategy"><img src="https://agentmods.dev/badge/skills/vigneshbarani24/sap-superpowers/testing-strategy.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.02314
Opus 5 $0.00026 $0.01157
Sonnet 5 $0.00010 $0.00463
Haiku 4.5 $0.00005 $0.00231

Measured 8d ago against content hash f756d3b7977a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

testing-strategy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/delivery/testing-strategy/SKILL.md · 184 lines

How it starts

The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SAP Testing Strategy

This skill enforces a complete, evidence-based testing strategy — preventing premature sign-off, skipped test levels, and UAT conducted without proper test case coverage.


Iron Laws

  1. NEVER SIGN OFF WITHOUT UAT COMPLETION. No UAT = no go-live approval. A "mostly done" UAT is a failed UAT. Partial UAT does not count.
  2. NEVER SKIP NEGATIVE TESTS. Every test case has a negative counterpart. Testing only happy paths is testing only half the system.
  3. NEVER TEST WITH PRODUCTION DATA WITHOUT ANONYMIZATION. Raw production data in test systems is a GDPR/data protection violation. Anonymize first, always.
  4. NEVER DECLARE A DEFECT CLOSED WITHOUT RETEST EVIDENCE. A developer saying "it's fixed" is not evidence. A tester confirming the fix with a retest pass is evidence.
  5. TEST COVERAGE IS MEASURED, NOT ESTIMATED. "We tested everything important" is not a coverage metric. Count test cases executed vs. planned. Report the percentage.

Rationalization Table

Agent Will Try To... Why It Seems Reasonable Why It Fails Counter
Skip unit testing and jump to E2E "SAP standard code doesn't need unit tests" Custom ABAP, BAdIs, and enhancements absolutely need unit tests. Bugs caught at unit level cost 10x less than E2E bugs. Checklist Step 1: Unit test coverage is mandatory for all custom code.
Run UAT without a formal test case library "The business users know the process" Business users test what they remember, not what the system must do. Coverage gaps guarantee post-go-live defects. Hard Gate: UAT cannot begin without signed-off test case library.
Use production data directly in testing "It's the most realistic data" GDPR violation. Also — prod data corrupted by test activity is a catastrophic incident. Iron Law 3: Anonymized data or synthetic data only. No exceptions.
Mark defects closed based on developer word "The developer has fixed it in the system" Configuration drift, transport errors, and regression mean developer confidence ≠ working system. Iron Law 4: All defects require documented retest before closure.
Skip performance testing because "SAP handles it" "SAP is enterprise-grade, it scales" SAP scales. Your custom code, Z-tables, and integration points may not. Volume testing is mandatory. Checklist Step 5: Performance test mandatory for all high-volume processes.
Report test completion without defect resolution "We've run all the test cases" Running tests and passing tests are different things. Open critical defects block sign-off. Verification: Zero open P1/P2 defects required for sign-off.

Read the full file on GitHub · 184 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 184 lines · 52 tokens per session scan A f756d3b7977a

Subscribe to this mod's changes

testing-strategy is a skill published in the GitHub repository vigneshbarani24/sap-superpowers (9 stars, last pushed 15d ago), licensed MIT. It adds 52 tokens to every session and 2,314 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

sap-expert

Expert in SAP ERP systems, ABAP programming, SAP HANA, S/4HANA, Fiori applications, and SAP integration patterns including OData, RFC, and IDoc. Use when the user mentions ERP, enterprise, business apps, ABAP, HANA, or S/4HANA, or when the task involves SAP Ecosystem, ABAP Development, Integration Technologies, or…

personamanagmentlayer/pcl · 92 tokens

abap-unit-testing

Help with ABAP Unit testing including test class setup, assertions, test doubles, mocking frameworks, dependency injection, CDS test environments, SQL test environments, RAP BO test doubles, and test fixtures. Use when users ask about ABAP unit tests, test classes, test methods, CLABAPUNITASSERT, test doubles…

likweitan/abap-skills · 165 tokens

sap-sac-test-automation

SAP Analytics Cloud (SAC) automated testing skill for designing capability-gated browser discovery and deterministic Playwright test suites for SAC stories, dashboards, reports, planning workflows, comments, permissions, visual regression, and reusable QA automation. This skill should be used when building SAC…

secondsky/sap-skills · 151 tokens

execute

Run the generated Playwright tests and summarize pass/fail results. Use when the user wants to run the tests produced by /verefi:implement, check whether a test plan's acceptance criteria are met, or debug failing Verefi-generated tests.

philchen00/verefi · 51 tokens

slack-agent-flow

Let an existing Slack agent create new agents that arrive as their own Slack bots — provisioned app, operator DM, and a shared three-way room, hot-started without a host restart.

nanocoai/nanoclaw · 43 tokens

add-codex

Use Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or instead of Claude. ChatGPT subscription or OpenAI API key, vault-only via OneCLI. Per-group via ncl groups config update --provider codex. Distinct from using…

nanocoai/nanoclaw · 91 tokens