Framework Mode - Exploratory testing
Folder Structure for Exploratory Testing Documentation
exploratory-testing-project/ ├── charters/ │ ├── login-feature.md │ ├── payment-module.md │ └── user-profile.md ├── session-notes/ │ ├── session-2024-06-01.md │ ├── session-2024-06-02.md │ └── session-2024-06-03.md ├── bugs/ │ ├── bug-101.md │ ├── bug-102.md │ └── bug-103.md ├── tools/ │ └── screen-recorder-config.json ├── reports/ │ └── june-summary.md └── README.md