What QA ALIGN queries
Anti-patterns hiding inside the current framework
- Tests depend on shared accounts, shared records, or old database state
- Setup steps are hidden inside UI flows instead of deterministic APIs
- Field requirements are rediscovered manually instead of captured as a reusable data contract
- Data cleanup is inconsistent or missing after failures
- Scenarios mutate records that later tests expect to be stable
- Failure output does not show the data state that caused the issue
