Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.91 KB

index.md

File metadata and controls

32 lines (25 loc) · 1.91 KB

User guide

Here we share some tips and examples on how to use the DSL to tackle common use cases.

Provided examples use JUnit 5 and AssertJ, but you can use other test & assertion libraries.

Explore the DSL in your preferred IDE to discover all available features, and consider reviewing existing tests for additional examples.

The DSL currently supports most common used cases, keeping it simple and avoiding investing development effort in features that might not be needed. If you identify any particular scenario (or JMeter feature) that you need and is not currently supported, or easy to use, please let us know by creating an issue and we will try to implement it as soon as possible. Usually porting JMeter features is quite fast.

::: tip If you like this project, please give it a star ⭐ in GitHub! This helps the project be more visible, gain relevance, and encourages us to invest more effort in new features. :::

For an intro to JMeter concepts and components, you can check JMeter official documentation.