Performance testing என்பது ஒரு system எப்படி load-க்கு கீழ் செயல்படுகிறது என்பதை மதிப்பிடுகிறது — speed, scalability, மற்றும் stability ஐ பல்வேறு conditions-க்கு கீழ் அளவிடுகிறது. Types-க்கு load, stress, spike, மற்றும் soak testing உள்ளன. Real-world (மற்றும் peak) usage-ஐ acceptably கையாளுவதை systems உறுதி செய்ய இது அপরिहार्யமானது.
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.
