Framework Mode - Waterfall testing model
Folder Structure of a Waterfall Testing Project
waterfall-testing-project/
├── requirements/
│ └── requirements-specification.docx
├── design/
│ └── design-documents/
│ └── system-design.pdf
├── implementation/
│ └── source-code/
│ └── main-app-code
├── testing/
│ ├── test-plans/
│ │ └── test-plan.docx
│ ├── test-cases/
│ │ └── test-cases.xlsx
│ ├── test-scripts/
│ │ └── automated-tests/
│ └── test-reports/
│ └── test-report-001.pdf
└── deployment/
└── deployment-guides/
└── deployment-instructions.docx