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