سافٹ ویئر ٹیسٹنگ میں متعدد سطحیں (دائرہ کے لحاظ سے) اور اقسام (مقصد کے لحاظ سے) ہیں۔ ان کو سمجھنا — unit, integration, end-to-end؛ functional بمقابلہ non-functional — معیار کے مختلف پہلوؤں کو کور کرنے والے ایک مکمل ٹیسٹنگ انجام دینے میں مدد دیتا ہے۔
ٹیسٹنگ سطحیں (دائرہ کے لحاظ سے)
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
