Automation lab Aú Performance & Stress Testing (PERFORMANCE_STRESS)

Lab 098: Heavy form with 50 fields

Practice heavy form with 50 fields in a real web app context as part of the Performance & Stress Testing module.

expert expert
expert

Objectives

Use for test scripts
  • Understand the purpose and business flow of heavy form with 50 fields.
  • Design stable locators for key UI elements.
  • Automate user interactions and verify the resulting UI state.

Sandbox

Performance & Stress Testing / performance / expert / active

Heavy form with 50 fields

Simulate a large form with many fields and completion tracking.

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

Learning objectives

  • Handle large number of inputs.
  • Track completion count.
  • Expose status for performance checks.

Steps

  1. Fill fields (sample set shown).
  2. Observe completion counter.
  3. Submit when all required fields complete.

Completed: 0 / 50

Assertions to practice

  • Progress updates as fields are filled.
  • Submit enabled when count reaches 50 (simulated).
  • Status text reflects completion.