0.4
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.