Testimi i softuerit ka disa nivele (sipas përmasës) dhe lloje (sipas qëllimit). Të kuptosh ato — unit, integrimi, end-to-end; funksional vs jo-funksional — ndihmon ndërtimin e një qasjeje të plotë testimi që mbulojn aspekte të ndryshme të cilësisë.
Nivelet e testimit (sipas përmasës)
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
