Framework Mode - Error guessing
Folder Structure for Error Guessing Test Approach
error-guessing-framework/
├── tests/
│ ├── error_guessing_tests.py
│ └── __init__.py
├── test_data/
│ └── common_error_inputs.json
├── utilities/
│ ├── error_patterns.py
│ └── __init__.py
├── config/
│ └── environment.yaml
├── reports/
│ └── latest_report.html
└── README.md