Automation lab Aú Image Processing (IMAGE_PROCESSING)

Lab 078: Blur detection indicator

Practice blur detection indicator in a real web app context as part of the Image Processing module.

advanced advanced
advanced

Objectives

Use for test scripts
  • Understand the purpose and business flow of blur detection indicator.
  • Design stable locators for key UI elements.
  • Automate user interactions and verify the resulting UI state.

Sandbox

Image Processing / media / intermediate / active

Blur detection indicator

Estimate blur level and show a simple indicator.

Reading and understanding requirements Choosing stable locators Designing assertions based on business rules

Learning objectives

  • Load image into canvas.
  • Compute mock blur metric.
  • Display blur indicator text.

Steps

  1. Select an image.
  2. Click detect blur.
  3. Verify indicator and metric.

No image loaded

Blur metric: n/a

Assertions to practice

  • Status updates after detection.
  • Metric shows numeric blur value.
  • Indicator text changes based on metric.