Sainmhíníonn straitéis tástála conas a bhíonn dearadh ar an gcaighdeán i dtionscadal — cad atá le tástáil, ag cé leibhéal, cé mhéad, agus le cén uirlisí agus próisis. Cuireann straitéis dhea-dheartha idir iomlánacht agus costas, ag díriú an iarracht tástála ar an áit ar tugann sí an luach is mó.
Eilimintí straitéise tástála
✓ WHAT to test → critical functionality, risky/complex areas, core business logic
(prioritize by RISK and value — you can't test everything)
✓ LEVELS → the test pyramid: many unit, some integration, few E2E (balance coverage/cost)
✓ TYPES → functional + non-functional (performance, security) as needed
✓ TOOLS/frameworks → appropriate for the stack; CI integration
✓ PROCESS → when tests run (CI on every change), coverage expectations, who owns tests
✓ AUTOMATION vs manual → automate regression/repetitive; manual for exploratory/usability
