Performance testing मूल्यांकन करती है कि कोई system load के तहत कैसा प्रदर्शन करता है — विभिन्न conditions के तहत speed, scalability, और stability को मापती है। प्रकारों में load, stress, spike, और soak testing शामिल हैं। यह सुनिश्चित करने के लिए आवश्यक है कि systems वास्तविक-दुनिया (और peak) usage को स्वीकार्य रूप से संभालें।
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.
