Framework Mode - ISTQB Foundation Level overview
Folder Structure of a Typical ISTQB Foundation Level Test Project
project-root/ ├── docs/ # Documentation about testing processes and standards ├── test-cases/ # Manual test cases and test scenarios │ ├── functional/ │ ├── non-functional/ │ └── regression/ ├── test-data/ # Test data sets for manual or automated tests ├── test-reports/ # Reports from test executions ├── tools/ # Tools or scripts supporting testing activities └── README.md # Overview and instructions