Skip to main content
Glama
index.mdβ€’6.79 kB
# QA Test Plan - Navigation Hub > **πŸ“‹ Documentation has been modularized for better maintainability and persona-based access.** > **Choose your path based on your role and immediate needs:** ## Quick Access by Role ### πŸ‘” Test Managers & Stakeholders **Primary Flow:** Overview β†’ Quality Gates β†’ Strategy - [πŸ“Š **Overview & Objectives**](./01-overview.md) - Strategic context and scope - [🎯 **Quality Gates & Success Criteria**](./05-quality-gates.md) - Go/no-go decisions - [πŸ“‹ **Test Strategy & Priority Framework**](./02-strategy.md) - Methodology and approach ### πŸ”§ Test Executors & Engineers **Primary Flow:** Execution β†’ Test Cases β†’ Reference - [πŸš€ **Execution Process & Workflow**](./03-execution.md) - Step-by-step procedures - [πŸ“ **Test Cases Directory**](./04-test-cases/) - Detailed test specifications - [πŸ“š **Reference Materials**](./07-reference/) - Commands, setup, and utilities ### πŸ“‹ Test Planners & Architects **Primary Flow:** Strategy β†’ Test Cases β†’ Quality Gates - [🎯 **Test Strategy & Priority Framework**](./02-strategy.md) - Planning methodology - [πŸ“ **Test Cases Directory**](./04-test-cases/) - Complete test specifications - [βš–οΈ **Quality Gates & Success Criteria**](./05-quality-gates.md) - Decision frameworks ### πŸ‘¨β€πŸ’» Developers & Quick Start **Primary Flow:** README β†’ Reference β†’ Test Cases - [⚑ **Quick Start Guide**](./README.md) - Developer-focused quick reference - [πŸ“š **Reference Materials**](./07-reference/) - Tool specs and commands - [πŸ“ **Test Cases Directory**](./04-test-cases/) - Testing examples ## Complete Documentation Structure ### Core Planning Documents | Document | Purpose | Key Users | |----------|---------|-----------| | [πŸ“Š **01-overview.md**](./01-overview.md) | Strategic context and objectives | Managers, Stakeholders | | [πŸ“‹ **02-strategy.md**](./02-strategy.md) | Test strategy and priority framework | Planners, Managers | | [πŸš€ **03-execution.md**](./03-execution.md) | Operational workflow and procedures | Executors, Engineers | ### Test Specifications | Document | Purpose | Key Users | |----------|---------|-----------| | [πŸ“ **04-test-cases/**](./04-test-cases/) | Complete test case specifications | All personas | | [⚑ **P0 Core Tests**](./04-test-cases/p0-core-tests.md) | Essential CRUD operations (100% required) | Executors | | [πŸ”§ **P1 Essential Tests**](./04-test-cases/p1-essential-tests.md) | Advanced features (80% target) | Executors | | [πŸš€ **P2 Advanced Tests**](./04-test-cases/p2-advanced-tests.md) | Enhancement features (50% target) | Executors | | [πŸ‘₯ **Usability Tests**](./04-test-cases/usability-tests.md) | User experience validation | Fresh agents | ### Quality & Process | Document | Purpose | Key Users | |----------|---------|-----------| | [βš–οΈ **05-quality-gates.md**](./05-quality-gates.md) | Success criteria and decision gates | Managers, Stakeholders | | [πŸ› **06-bug-reporting.md**](./06-bug-reporting.md) | Issue tracking and templates | All personas | ### Reference Materials | Document | Purpose | Key Users | |----------|---------|-----------| | [πŸ“š **07-reference/**](./07-reference/) | Complete reference directory | All personas | | [πŸ› οΈ **Test Data Setup**](./07-reference/test-data-setup.md) | Environment preparation | Executors | | [⚑ **Quick Commands**](./07-reference/quick-commands.md) | Copy-paste command reference | Executors | | [πŸ“– **Tool Reference**](./07-reference/tool-reference.md) | Complete tool specifications | All personas | | [πŸ—ƒοΈ **Resource Types**](./07-reference/resource-types.md) | Data schema and field guide | Planners, Executors | | [🧹 **Cleanup Utilities**](./07-reference/cleanup-utilities.md) | Test data maintenance | Executors | ## Testing Workflow Overview ### Phase 1: Functional Testing (6 hours max) 1. **Setup** (30 min): [Test Data Setup](./07-reference/test-data-setup.md) 2. **P0 Core** (2 hours): [P0 Tests](./04-test-cases/p0-core-tests.md) - 100% pass required 3. **P1 Essential** (2 hours): [P1 Tests](./04-test-cases/p1-essential-tests.md) - 80% target 4. **P2 Advanced** (1.5 hours): [P2 Tests](./04-test-cases/p2-advanced-tests.md) - 50% target ### Phase 2: Usability Testing (2-3 hours) - **Fresh Agent Testing**: [Usability Tests](./04-test-cases/usability-tests.md) - **Documentation Review**: User experience validation - **Edge Case Handling**: Boundary condition testing ### Decision Points & Quality Gates - **P0 Failure**: STOP - System not ready ([Quality Gates](./05-quality-gates.md)) - **P1 <80%**: Evaluate production readiness - **P2 <50%**: Document but don't block release ## Quick Navigation Shortcuts ### By Priority Level - [⚑ **P0 - Core Foundation**](./04-test-cases/p0-core-tests.md) - MANDATORY (100% pass) - [πŸ”§ **P1 - Essential Extensions**](./04-test-cases/p1-essential-tests.md) - PRODUCTION GATE (80% pass) - [πŸš€ **P2 - Advanced Features**](./04-test-cases/p2-advanced-tests.md) - ENHANCEMENT (50% pass) ### By Test Phase - [πŸ“‹ **Phase 1: Functional Testing**](./03-execution.md) - Technical validation - [πŸ‘₯ **Phase 2: Usability Testing**](./04-test-cases/usability-tests.md) - User experience ### By Activity Type - [πŸ› οΈ **Setup & Preparation**](./07-reference/test-data-setup.md) - [▢️ **Test Execution**](./03-execution.md) - [πŸ› **Issue Reporting**](./06-bug-reporting.md) - [🧹 **Cleanup & Maintenance**](./07-reference/cleanup-utilities.md) ## Success Metrics Summary | Priority | Tests | Success Rate | Duration | Impact | |----------|-------|-------------|----------|---------| | **P0** | 5 tests | 100% required | 2 hours | System readiness | | **P1** | 4 tests | β‰₯80% target | 2 hours | Production gate | | **P2** | 5 tests | β‰₯50% target | 2 hours | Enhancement level | | **Usability** | Variable | Clear UX | 2-3 hours | User experience | ## Getting Started ### New to QA Testing? 1. Start with [πŸ“Š Overview](./01-overview.md) to understand objectives 2. Review [πŸ“‹ Test Strategy](./02-strategy.md) to understand approach 3. Follow [πŸš€ Execution Process](./03-execution.md) for step-by-step guidance ### Experienced Tester? 1. Jump to [⚑ Quick Start Guide](./README.md) for immediate action 2. Reference [πŸ“ Test Cases](./04-test-cases/) for detailed specifications 3. Use [πŸ“š Reference Materials](./07-reference/) for commands and utilities ### Need Support? - [πŸ› Bug Reporting Templates](./06-bug-reporting.md) for issue documentation - [βš–οΈ Quality Gates](./05-quality-gates.md) for decision guidance - [πŸ› οΈ Tool Reference](./07-reference/tool-reference.md) for parameter help --- **πŸ“ Last Updated:** [Current Date] | **πŸ“„ Version:** 2.0 (Modular) | **βœ… Status:** Complete and Ready for Use

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kesslerio/attio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server