Framework Mode - Boundary value analysis
Folder Structure for Boundary Value Analysis Testing
boundary-value-analysis-testing/ ├── tests/ │ ├── test_input_boundaries.py │ └── test_output_boundaries.py ├── test_data/ │ └── boundary_values.json ├── utils/ │ └── boundary_helpers.py ├── config/ │ └── config.yaml ├── reports/ └── README.md