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
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

  1. Review table data.
  2. Click export.
  3. Verify file name and contents.
Item Owner
SpecAlex
QA PlanJamie
DesignPat

Ready to export

Assertions to practice

  • Download file named export.xlsx.
  • Rows match table data.
  • Status can be updated after export.