Performance testing ประเมินว่าระบบทำงานอย่างไรภายใต้ load — วัด ความเร็ว ความสามารถในการขยายตัว และความเสถียร ภายใต้เงื่อนไขต่าง ๆ ประเภทต่าง ๆ ได้แก่ load, stress, spike, และ soak testing มันจำเป็นต่อการรับประกันว่าระบบรองรับการใช้งานในโลกจริง (และจุดสูงสุด) ได้อย่างยอมรับได้
Performance testing วัดอะไร
Non-functional testing of HOW WELL the system performs (not just correctness):
→ RESPONSE TIME / latency (how fast?), THROUGHPUT (requests/sec handled)
→ SCALABILITY (behavior as load grows), RESOURCE usage (CPU, memory)
→ STABILITY under sustained or extreme load
→ ensures the system meets performance requirements and handles real usage.
