From 28d33cf6264ed023cf38143206da18e8576c94f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Tue, 4 Oct 2022 09:24:12 -0400 Subject: [PATCH] Add: Locust (#2048) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add: Locust Signed-off-by: NaveenKumar Namachivayam * Update: Website Signed-off-by: NaveenKumar Namachivayam ⚡ * Update content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/102-locust.md Signed-off-by: NaveenKumar Namachivayam Signed-off-by: NaveenKumar Namachivayam ⚡ Co-authored-by: Kamran Ahmed --- .../100-load-and-performance-testing/102-locust.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/102-locust.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/102-locust.md index 54c658193..918375261 100644 --- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/102-locust.md +++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/102-locust.md @@ -1 +1,13 @@ -# Locust \ No newline at end of file +# Locust + +Locust is an easy-to-use, scriptable and scalable performance testing tool. You define the behavior of your users in regular Python code instead of being stuck in a UI or restrictive domain-specific language. This makes Locust infinitely expandable and very developer friendly. Given below are some of the features of Locust. + +- Write test scenarios in plain old Python +- Distributed and scalable - supports hundreds of thousands of concurrent users +- Web-based UI +- Can test any system +- Hackable + +Free Content +Locust Website +Learn Locust \ No newline at end of file