Components
Break UI into reusable pieces and understand how data flows into them.
This section introduces React from a tester-friendly angle: components, props, state, effects, forms, routing, API data, and how to inspect React UI defects.
Break UI into reusable pieces and understand how data flows into them.
Learn the difference between input data and internal component memory.
Understand loading, error, and empty states when React talks to APIs.
Handle inputs, validation, submit states, and accessibility.
Prefer user-facing behavior, accessible names, and stable test locators.