Automation lab Aú Image Processing (IMAGE_PROCESSING)
Lab 074: Image rotation (90 and 180 degrees)
Practice image rotation (90 and 180 degrees) in a real web app context as part of the Image Processing module.
advanced
advanced
Objectives
Use for test scripts- Understand the purpose and business flow of image rotation (90 and 180 degrees).
- Design stable locators for key UI elements.
- Automate user interactions and verify the resulting UI state.
Sandbox
Image Processing / media / intermediate / active
Image rotation (90 and 180 degrees)
Rotate an image by 90° or 180° and preview the result.
Reading and understanding requirements
Choosing stable locators
Designing assertions based on business rules
Learning objectives
- Load an image.
- Apply 90° or 180° rotation.
- Expose status for automation.
Steps
- Select an image.
- Click 90° or 180° buttons.
- Verify rotated image appears.
Original
Rotated
No image loaded
Assertions to practice
- Rotated image visible after action.
- Status mentions chosen rotation.
- Original remains unchanged.