Skip to content

0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 12:38
· 14 commits to main since this release

This release includes a new set of features!:

  • You can now use ForLoopController to execute a given number of times part of a testplan within a thread group interation. Check the new user guide section.
  • This version also adds CsvDataSet to parameterize your test with different values provided through a CSV file. Check the new user guide section here.
  • You can use Jsr223PreProcessor to generate dynamic requests programmatically. Here are a little more details on this.

Additionally, now test plans properly run with .NET framework 4.6.1. Thanks to @nandish-1603 for reporting the issue.

Thanks to @destructorvad for requesting support for ForLoopController and requesting for ways to generating dynamic data for test plans. Thanks also to @alexchernyavskiy for requesting this same support.

For the time being we haven't implemented a way to run .Net code as pre processor, but we will be looking into ways to achieve this. If you are interested, let us know in this issue.