Software testing nduwé sawetara tingkat (miturut scope) lan jenis (miturut tujuan). Ngerti babagan unit, integration, end-to-end; functional versus non-functional — membantu bangun pendekatan testing sing lengkap lan ngliputi aspek-aspek béda saka kualitas.
Tingkat-tingkat testing (miturut scope)
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
