From 9c2062e82c827a2e3d4d752bcd5d1f8f7c3c1dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Tue, 4 Oct 2022 09:24:35 -0400 Subject: [PATCH] Add: Gatling (#2047) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add: Gatling Signed-off-by: NaveenKumar Namachivayam * Update: Website Signed-off-by: NaveenKumar Namachivayam ⚡ Signed-off-by: NaveenKumar Namachivayam Signed-off-by: NaveenKumar Namachivayam ⚡ --- .../100-load-and-performance-testing/103-gatling.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/103-gatling.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/103-gatling.md index c79394490..5c333c7f4 100644 --- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/103-gatling.md +++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/103-gatling.md @@ -1 +1,11 @@ -# Gatling \ No newline at end of file +# Gatling + +Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance. + +Out of the box, Gatling comes with excellent support of the HTTP protocol that makes it a tool of choice for load testing any HTTP server. As the core engine is actually protocol agnostic, it is perfectly possible to implement support for other protocols. For example, Gatling currently also ships JMS support. + +Gatling’s architecture is asynchronous as long as the underlying protocol, such as HTTP, can be implemented in a non blocking way. This kind of architecture lets us implement virtual users as messages instead of dedicated threads, making them very resource cheap. Thus, running thousands of concurrent virtual users is not an issue. + +Free Content +Gatling Website +Learn Gatling