From f759fd53ad813d257316f0b9ff9f884884b1cb84 Mon Sep 17 00:00:00 2001 From: vravle <67263317+vravle@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:50:49 +0530 Subject: [PATCH] Add load testing resources (#1923) * Update load-testing.md * Update content/roadmaps/113-qa/content/100-qa-basics/107-testing-techniques/101-non-functional-testing/load-testing.md Co-authored-by: Kamran Ahmed --- .../101-non-functional-testing/load-testing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 4f7b9823a..dc11a364b 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 @@ -1 +1,7 @@ -# Load testing \ No newline at end of file +# Load Testing + +Load Testing is a type of Performance Testing that determines the performance of a system, software product, or software application under real-life-based load conditions. Load testing determines the behavior of the application when multiple users use it at the same time. It is the response of the system measured under varying load conditions. + +Free Content +Software Testing: Load Testing +Load testing and Best Practises