> For the complete documentation index, see [llms.txt](https://ksiazka.testowanieoprogramowania.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ksiazka.testowanieoprogramowania.pl/narzedzia/gatling.md).

# Gatling

Gatling to biblioteka do testów wydajnościowych, którą można również stosować do testów funkcjonalnych. Możemy korzystać z całej gamy gotowych protokołów, jak również rozszerzać bibliotekę do własnych potrzeb, używajac języka Scala.

## Materiały od autorów

* <https://gatling.io/>
* <https://gatling.io/docs/current/>

## Materiały do nauki Gatlinga

* <https://www.baeldung.com/introduction-to-gatling>
* <https://www.swtestacademy.com/introduction-gatling/>

## Materiały do nauki Scali

* <https://twitter.github.io/scala_school/>
  * Kurs Scali na Twitterze
* <https://docs.scala-lang.org/tutorials/>
  * Oficjalna dokumentacja
* <https://www.tutorialspoint.com/scala/>
  * Tutorials point
* <https://www.scala-exercises.org/>
  * Scala - ćwiczenia
* <http://allaboutscala.com/>
  * Wszystko o Scali
* <https://www.javatpoint.com/scala-tutorial>
  * Java T Point
* [Programming in Scala](https://www.enbook.pl/catalog/product/view/id/1616076?gclid=EAIaIQobChMImpGFjrvG3QIVTPlRCh1tdArOEAQYASABEgJalvD_BwE)
  * Książka Martina Odersky'ego, autora Scali
* [Programowanie funkcyjne. Krok po kroku](https://helion.pl/ksiazki/programowanie-funkcyjne-krok-po-kroku-joshua-backfield,pfukpk.htm#format/d)
  * Książka o paradygmacie funcyjnym (jest tam również język Groovy)
* [Scala od podszewki](https://helion.pl/ksiazki/scala-od-podszewki-joshua-suereth-d,scalao.htm#format/e)
  * Książka o Scali po polsku


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ksiazka.testowanieoprogramowania.pl/narzedzia/gatling.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
