ClickMonkey

T-12 — Ambiguous locator

Chapter: testability
Rule: locatorAmbiguous
Spec: Ambiguous locator

Two controls share a locator, so the click hits the first match. The intended action — often a nested nav item — is skipped.

Give each control a unique accessible name or a stable test id. Not this: a missing map id (T-09); a locator that matches nothing (T-10).

This id is stable. Reports link here so T/V/Q classes do not shuffle when a soak ranks differently.