Framework Mode - Tool selection criteria
Folder Structure Example for a Test Automation Project
test-automation-project/ ├── docs/ # Documentation about tools and decisions ├── tests/ # Automated test scripts │ ├── unit/ │ ├── integration/ │ └── e2e/ ├── tools/ # Tool binaries or wrappers ├── config/ # Configuration files for tools and environments ├── reports/ # Test execution reports ├── scripts/ # Helper scripts for setup or tool management └── README.md # Project overview and tool selection rationale