Mjukvarutestning har flera nivåer (efter omfattning) och typer (efter syfte). Att förstå dem — enhet, integration, end-to-end; funktionell kontra icke-funktionell — hjälper till att bygga en komplett testningsmetod som täcker olika aspekter av kvalitet.
Testningsnivåer (efter omfattning)
UNIT → individual functions/methods in isolation (smallest, fastest, most numerous)
INTEGRATION → multiple units/components working TOGETHER (e.g. code + database, services)
END-TO-END (E2E) → the WHOLE application from the user's perspective (full flows,
through the real UI/system) — broadest, slowest
SYSTEM → the complete integrated system; ACCEPTANCE → meets business requirements
