Automation lab Aú Performance & Stress Testing (PERFORMANCE_STRESS)
Lab 092: Render 500 table rows under 1 second
Practice render 500 table rows under 1 second in a real web app context as part of the Performance & Stress Testing module.
expert
expert
Objectives
Use for test scripts- Understand the purpose and business flow of render 500 table rows under 1 second.
- Design stable locators for key UI elements.
- Automate user interactions and verify the resulting UI state.
Sandbox
Performance & Stress Testing / performance / expert / active
Render 500 table rows under 1 second
Simulate rendering a large table and report elapsed time.
Reading and understanding requirements
Choosing stable locators
Designing assertions based on business rules
Learning objectives
- Trigger rendering of 500 rows.
- Measure elapsed time.
- Expose pass/fail against 1s budget.
Steps
- Click render.
- Inspect row count and elapsed time.
- Pass if <= 1000ms.
Not rendered
Assertions to practice
- Body has 500 rows after render.
- Status shows elapsed time in ms.
- Pass/fail indicated by text color.