The Standard Testing

Enforce Standard-compliant testing structure and validation across codebase test suites.

27|9|Updated Nov 2, 2024
One-click install
npx skills add https://github.com/The-Standard-Organization/EventHighway --skill the-standard-testing-the-standard-organization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: The Standard Testing
Source: https://github.com/The-Standard-Organization/EventHighway/tree/main/.agents/skills/the-standard-testing
Command: npx skills add https://github.com/The-Standard-Organization/EventHighway --skill the-standard-testing-the-standard-organization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Standard Testing provides a unified framework and governance for building Standard-compliant test suites, ensuring consistency, quality, and proper exception handling across the codebase.

Core Features & Use Cases

  • Enforces the three-axis testing discipline (foundation, processing, orchestration) and UI/component tests.
  • Provides templates, conventions, and validation rules to guide test creation and review.
  • Helps teams maintain TDD discipline, manage test data, and validate exception handling across layers.

Quick Start

Create a Foundation Service test following The Standard conventions and templates, then run the test suite.

Frequently Asked Questions about The Standard Testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is Standard-compliant testing and how does it enforce test structure?

Standard-compliant testing automates enforcement across foundation, processing, orchestration, and UI suites to validate structure, exception handling, and exact broker calls. It provides templates and validation rules to guide consistent test creation and review.

How do I write GWT-style unit tests that verify exception handling?

Write GWT-style unit tests using Standard Testing templates to verify safe exception mapping and exact broker calls. Apply the conventions to foundation, processing, orchestration, and UI test suites to enforce strict structure and validation.

Does this testing framework support TDD discipline across multiple architectural layers?

Yes, the framework supports TDD discipline across foundation, processing, orchestration, and UI/controller layers. It enforces the three-axis testing discipline, helping teams manage test data and validate exception handling consistently.

What's the best way to enforce validation and logging rules in orchestration test suites?

The best way to enforce validation and logging rules is applying Standard Testing conventions to orchestration test suites. This automates exact broker call verification and strict exception handling checks across your codebase.

Can I use Standard Testing to validate exception handling in UI controller tests?

Yes, you can use Standard Testing to validate exception handling in UI/controller tests. The framework applies governance rules to UI suites, ensuring safe exception mapping and consistent validation across all layers.