From a594b09bb0a13ddd579fec1984839735f6a4ade0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Mon, 3 Oct 2022 16:33:54 -0400 Subject: [PATCH] Add: Performance Testing (#2081) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: NaveenKumar Namachivayam ⚡ Signed-off-by: NaveenKumar Namachivayam ⚡ --- .../performance-testing.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/performance-testing.md b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/performance-testing.md index 03fe0ab64..aaf775ec1 100644 --- a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/performance-testing.md +++ b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/performance-testing.md @@ -1 +1,17 @@ -# Performance testing \ No newline at end of file +# Performance Testing + +Performance Testing is a subset of Performance Engineering. It is a process of evaluating a system’s 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 \ No newline at end of file