Framework Mode - Entry and exit criteria
Folder Structure for Entry and Exit Criteria Management
project-root/
├── docs/
│ ├── entry_criteria.md # Document defining entry criteria
│ ├── exit_criteria.md # Document defining exit criteria
│ └── test_plan.md # Overall test plan including criteria
├── tests/
│ ├── test_cases/ # Automated and manual test cases
│ └── test_suites/ # Grouped test suites
├── reports/
│ └── test_reports/ # Test execution reports
├── config/
│ └── environment_settings.yaml # Environment and criteria related configs
└── tools/
└── criteria_checker.py # Scripts/tools to verify criteria compliance