From 8f16ebf26adae220d01d1ff2aea54cf07fbcc6ce Mon Sep 17 00:00:00 2001 From: ChuckD3ath <33813588+ChuckD3ath@users.noreply.github.com> Date: Tue, 4 Oct 2022 00:19:14 +0200 Subject: [PATCH] Update Load/Performance/Stress Testing Links and Formatting (#2090) --- .../101-non-functional-testing/load-testing.md | 2 +- .../101-non-functional-testing/performance-testing.md | 9 ++++++--- .../101-non-functional-testing/stress-testing.md | 5 ++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/load-testing.md b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/load-testing.md index dc11a364b..7578df565 100644 --- a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/load-testing.md +++ b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/load-testing.md @@ -4,4 +4,4 @@ Load Testing is a type of Performance Testing that determines the performance of Free Content Software Testing: Load Testing -Load testing and Best Practises +Load testing and Best Practises \ No newline at end of file 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 aaf775ec1..7d9d40084 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,8 +1,8 @@ # 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. +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`. +There are three objectives (three S) of Performance testing to observe and evaluate: `Speed`, `Scalability`, and `Stability`. ## Types of Performance Testing @@ -14,4 +14,7 @@ Following are the commonly used performance testing types, but not limited to: - Endurance Testing - Volume Testing - Scalability Testing -- Capacity Testing \ No newline at end of file +- Capacity Testing + +Free Content +Performance Testing Tutorial – Types (Example) \ No newline at end of file diff --git a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/stress-testing.md b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/stress-testing.md index ea66cd221..55e15f086 100644 --- a/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/stress-testing.md +++ b/content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/stress-testing.md @@ -2,4 +2,7 @@ `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. +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. + +Free Content +What is Stress Testing in Software Testing? \ No newline at end of file