Framework Mode - Interview preparation for testers
Folder Structure for Interview Preparation
interview-prep/ ├── questions/ │ ├── manual-testing.md │ ├── automation-testing.md │ ├── performance-testing.md │ └── qa-concepts.md ├── answers/ │ ├── manual-testing.md │ ├── automation-testing.md │ ├── performance-testing.md │ └── qa-concepts.md ├── mock-tests/ │ ├── test1.md │ ├── test2.md │ └── test3.md ├── resources/ │ ├── glossary.md │ ├── testing-tools.md │ └── interview-tips.md └── README.md