AMIGO Wiki

AI Managed Implementation Governance Office - Documentation

Home

Introduction

Relationships

FAQ

Glossary

View on GitHub

Introduction

Key Relationship

Test Component

Important Field Dependencies

Object | Usage Notes | Visibility | Filter & Search Criteria -- | -- | -- | -- Hyperlink to Portfolio | Parent |   |   Hyperlink to Project | Child |   |     |   |   |  

Available features

# Introduction

Schema (If Applicable)

Available features

Create Test Steps

💼 Business Usage

PMO Application

Test Components break down test cases into smaller, reusable building blocks. They represent discrete functional areas within a test case, making it easier to organize and maintain complex test documentation.

Common Use Cases

Use Case Description
Form Validation Input field validation and error handling
Navigation Testing Menu and page flow verification
Calculation Logic Business formula and computation testing
Workflow Steps Individual process step validation
Integration Points Specific interface testing

Component Structure

Test Case: "Create Sales Order"
    └── Component 1: "Customer Selection"
        └── Steps: Search, validate, select
    └── Component 2: "Line Item Entry"
        └── Steps: Add product, quantity, price
    └── Component 3: "Order Submission"
        └── Steps: Review, submit, confirm

Reusability Benefits


📚 References