1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Add: Performance Testing (#2081)

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:33:54 -04:00
committed by GitHub
parent e7fec01a85
commit a594b09bb0

View File

@@ -1 +1,17 @@
# Performance testing
# Performance Testing
Performance Testing is a subset of Performance Engineering. It is a process of evaluating a systems behavior under various extreme conditions. The main intent of performance testing is monitoring and improving key performance indicators such as response time, throughput, memory, CPU utilization and more.
There are three objectives (three S) of Performance testing to observe and evaluate: `Speed`, `Scalability` and `Stability`.
## Types of Performance Testing
Following are the commonly used performance testing types, but not limited to:
- Load Testing
- Stress Testing
- Spike Testing
- Endurance Testing
- Volume Testing
- Scalability Testing
- Capacity Testing