Automation lab Aú File Handling (FILE_HANDLING)
Lab 070: Export table data to Excel
Practice export table data to excel in a real web app context as part of the File Handling module.
intermediate
intermediate
Objectives
Use for test scripts- Understand the purpose and business flow of export table data to excel.
- Design stable locators for key UI elements.
- Automate user interactions and verify the resulting UI state.
Sandbox
File Handling / file / intermediate / active
Export table data to Excel
Generate an Excel (.xlsx) download from a simple table.
Reading and understanding requirements
Choosing stable locators
Designing assertions based on business rules
Learning objectives
- Expose export action.
- Provide deterministic data.
- Show status when export triggered.
Steps
- Review table data.
- Click export.
- Verify file name and contents.
| Item | Owner |
|---|---|
| Spec | Alex |
| QA Plan | Jamie |
| Design | Pat |
Ready to export
Assertions to practice
- Download file named export.xlsx.
- Rows match table data.
- Status can be updated after export.