Framework Mode - Why testing approaches guide strategy
Folder Structure of a Testing Project
testing-strategy-project/
├── docs/
│ └── testing-approaches.md
├── test-plans/
│ ├── functional-tests.md
│ ├── exploratory-tests.md
│ └── automation-tests.md
├── tests/
│ ├── automated/
│ │ ├── unit/
│ │ ├── integration/
│ │ └── e2e/
│ └── manual/
│ └── exploratory/
├── utilities/
│ └── helpers.js
├── config/
│ ├── environments.json
│ └── strategy-config.yaml
└── reports/
└── test-results/