Performance testing లోడ్ కింద సిస్టమ్ ఎలా పనిచేస్తుందో మూల్యాంకనం చేస్తుంది — వేగం, స్కేలేబిలిటీ, మరియు స్థిరత్వాన్ని వివిధ పరిస్థితుల్లో కొలుస్తుంది. రకాలలో 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.
