1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add: Stress Testing (#2082)

Signed-off-by: NaveenKumar Namachivayam  <catch.nkn@gmail.com>

Signed-off-by: NaveenKumar Namachivayam  <catch.nkn@gmail.com>
This commit is contained in:
NaveenKumar Namachivayam ⚡
2022-10-03 16:32:54 -04:00
committed by GitHub
parent 01c61a57bd
commit e7fec01a85

View File

@@ -1 +1,5 @@
# Stress testing
# Stress Testing
`Stress Testing` is a type of `Performance Testing`. The objective of stress testing is to identify the breaking point of application under test under extreme normal load.
e.g. injecting high volume of requests per second to an API might cause the disruption to its service or throws HTTP 503 Service Unavailable or cause other consequences.