Releases
NeoLoad 7.9
NeoLoad 7.8
NeoLoad 7.7
NeoLoad 7.6
NeoLoad 7.5
NeoLoad 7.4
NeoLoad 7.3
NeoLoad 7.2
NeoLoad 7.1
NeoLoad 7.0
April 2021 Release
What’s New in NeoLoad 7.9?
Automatic License Leasing at Runtime
We have streamlined the runtime experience when using Neoload Web as your licence server.
With the auto-lease option activated, you won’t have to manually lease from your licence to run tests — Neoload will manage the lease/release process for you.
Click on image to enlarge
If you have multiple licenses, you can easily toggle the option to lease from your license manually as you do today, to remain compatible with your current workflows.
Real-time Reporting Collaboration
Sharing a dashboard through a URL
In addition to the recent export-as-PDF feature, you can now share your dashboard with colleagues, stakeholders and clients through a URL to ensure that everyone always has the most up-to-date report.
Click on image to enlarge
List of Dashboards
In addition to the update to our dashboard reporting, now you can now access, sort and filter your entire collection of dashboards from a single page.
Click on image to enlarge
Dynatrace Integration Enhancements
The Dynatrace integration has been enhanced with numerous targeted updates for improved user experience of first time configurations and usage.
See improvements for the initial integration setup on the screenshot below, including:
- Proxy management to access a specific Dynatrace instance
- Token obfuscation and encrypted storage for enhanced security
- Client side validation of API token rights/scope issue detection during connection test
Click on image to enlarge
Tag coverage verification during configuration
The tag validator helps you verify that your tag combination matches the desired number of Dynatrace entities you want to monitor for your scenario, helping you avoid configuration issues.
Before verification

After verification

Python CLI Improvements
Now you can easily export test results data in structured format (.csv, JSON, simple HTML) directly from the Python CLI, allowing you to simplify interfacing with other systems or specific data processing in your pipelines.
Simple export of transaction related data into csv format in the CLI

See the dedicated section in the online documentation for more information.
Other Enhancements
Configuration-free controller to easily connect a controller to NeoLoad Web
Click on image to enlarge
- Enhancements to the Microsoft dynamic monitors:
- You can now re-edit the regular expressions for your instances.
- We added a specific icon for dynamic monitors using regular expressions to easily recognize them.
- Percentiles are now updated at runtime on NeoLoad Web
February 2021 Release
What’s New in NeoLoad 7.8?
Dynamic Monitor Support
NeoLoad supports the ability to retrieve metrics from a broad range of technologies including APMs, operating systems, application servers, web servers, databases, network devices, and now – monitoring systems. NeoLoad’s support for dynamic monitors will allow you to get and analyze metrics from your auto-scaling systems.
Compatible monitors will also now generate new counters during test runs.
See below how we leverage this new capability within the Prometheus and Microsoft-based monitors.
Dynamic Prometheus Monitor
The NeoLoad Prometheus monitor now creates counters all along the run phase of your tests, allowing you to retrieve and store metrics needed in some high-value use cases like sizing your auto-scaling systems.
These metrics are as usual available real time while the test is running in the Controller and in the NeoLoad web platform.
Examples of monitor counters being created dynamically during the RUN phase:
Click on image to enlarge
Dynamic Microsoft Monitors
The Microsoft monitors (Windows, SQL Server, IIS, .NET) using instances now create counters all along the run phase of your tests. When you specify a regular expression, all instances matching this expression (including ones spawned during your tests) will return metrics that you can analyze in your dashboards.
Configuration example for dynamic regular expressions counters being created dynamically during the RUN phase:
Click on image to enlarge
Edit Test Scenarios in NeoLoad Web Platform
You can now define and edit settings of your test scenario directly from the NeoLoad Web Platform. For each population defined in your project you can set the number of virtual users, the test duration and the load profile (constant or ramp-up).
The new visual preview allows you to create the load profile you are looking for.
Click on image to enlarge
You can also still run your scenario as defined in your uploaded project as usual.
Click on image to enlarge
Requirements
- Test execution requires at least a Controller from the 2020 October release (7.6)
- The test must be newly created or its project needs to be reuploaded.
Other Enhancements
- [Controller] The integration with version control systems (GIT and SVN) is always enabled. Enterprise users do not need anymore to lease a license from the license server to use this feature.
- [Controller] Command line tests using the Neotys Cloud Platform are now compatible with SSO. Command line tests accept an authentication token in addition to the existing login/password authentication method.
December 2020 Release
What’s New in NeoLoad 7.7?
Dashboards: Preconfigured Reports
Standard reports are now available from the NeoLoad dashboard. You can access the standard, or “canned”, reports directly from the test overview or from the dashboards section. Once generated, the standard report can be customized.
Click on image to enlarge
Export Data Tables as CSV
Export a data table into a CSV formatted file.
Single Sign-on (SSO)
NeoLoad SaaS login is now configurable to use Single Sign-on (SAML). The neotys.com login is also SSO enabled to access Neotys portal (Neotys Academy, Neotys Labs, etc.). If you are on a SaaS Enterprise plan, contact support to get set up.
Click on image to enlarge
Prometheus Monitor
Neoload can now natively connect to your Prometheus monitoring system and get all the relevant metrics you need for your performance analysis.
Create real time visibility into multiple Prometheus requests in the Neoload Prometheus Monitor.
Click on image to enlarge
Structure the values of your metrics with labels and legends to customize how you analyze the application.
Redefine existing Prometheus monitors with as-code variables to achieve a high-degree of automation.
The promQL requests are resolved during the initialization phase of the run to define the counters list.
Manage Instances for Microsoft-family Monitors
To avoid reconfigurations between test runs, you can now specify instances with matching regular expressions instead of picking them in the instances list. This is particularly useful with instances that change names between runs and that answer to a naming pattern in dynamic environments (.e.g. Hyper-V Network Adapters, IIS process names etc.).
Click on image to enlarge
The regular expressions are resolved during the initialization phase of the run to define the counters list.
Dynamic Infrastructure Improvements
Check Parameters
Test providers’ settings from the settings panel.
Click on image to enlarge
Cluster Logs
Cluster events now appear in the logs.
Click on image to enlarge
Labels
Customize labels for the orchestrator of your choice: this allows for integration with all your enterprise systems that use labels as criteria, such as self-service or billing systems.
Click on image to enlarge
Python CLI: Bamboo CI integration examples
Find ready-to-use examples of Bamboo CI configurations amongst the growing library of pre-configured Neoload Python CLI examples (Azure DevOps, Gitlab, AWS CodePipeline…).
Use Bamboo as-code V1 and V2 scripts to connect to your Neoload platform, run your tests and automatically decide to pass/fail your CI pipeline according to your SLAs.
Click on image to enlarge
Other Enhancements
- [API]: SCIM-compatible Delete user endpoint: SaaS account admins and on-prem admins are now able to programmatically remove all roles or delete a user from their Neotys user base through an API endpoint. The endpoint is SCIM compatible, making it possible to integrate it into an Identity Management system if needed. Configurations using Neoload LDAP connector can not use this mechanism as the user provisioning is managed by the LDAP directory.
- [Controller] Case insensitive flags – When designing a test, an option allows you to flag requests based on a case insensitive search.
- [Controller] Automatic login to the Cloud Platform – As long as the Controller is configured to connect to NeoLoad Web SaaS then the authentication token will be used to connect to the Cloud Platform instead of requesting a login/password. Login and Password are still required when the Controller is connected to an on-premise NeoLoad Web.
- Java 11 Support (preview) – A technical preview of the Controller and Load Generators are available if your Java code or libraries used by NeoLoad needs Java 11. Contact the support to request access to the preview.
- [API]: Get all workspaces: Admin now get a list of all workspaces, whether they are a member of it or not.
- SaaS Account Identifier – The SaaS Account Identifier is now displayed next to the account name in the user’s profile page.
October 2020 Release
What’s New in NeoLoad 7.6?
Dashboard Improvements
New analysis capabilities
Dashboards now include tables and text-editable comment fields to organize analysis. These new analysis capabilities come in addition to previously released line graphs.
Click on image to enlarge
Download graphs as PNG
When analysing your test results through dashboards you can share a specific graph by downloading it as a PNG file.

API Improvements
Export raw data
Extract raw data from Neoload Web through the Rest API.
See GetTestRawResult and GetTestRawResultElement.
Custom events
When synchronizing test scenarios with external processes (monitoring, chaos) you can declare external events that will appear in Neoload Web test results values.
See PostTestResultEvents.
CRUD-based Workspace management
Programmatically manage (create, update, delete) your workspaces and their settings like quotas and members.
See Workspace Management API
JavaScript API to stop a test
Use the JavaScript API to stop a test in the event where a virtual user experiences an issue during a test.
See RuntimeContext.stopTest()
As-Code Improvements
Assertions
Use as-code based tests to validate server response to ensure that the test is running as expected.
See assert_content on a request.
Advanced setting for a scenario
Define advanced settings for an as-code scenario like monitoring options, rendezvous policies, excluded URLs, or APM configuration.
Custom Load Policy
You can define an as-code Custom Load Policy.
Other Enhancements
- Support of client certificate for Websocket
- [Dynatrace native integration] Several fixes for large scale use cases
- [Silverlight] Ability to disable base64 encoding in case it contains clear text needed for correlation
- [Citrix] TextGet action inserted by Citrix capture helper contains the recorded response
- Compare response content with recorded content for custom actions in the Check Virtual User dialog.
- Testers, not only Admins, can see the roles of members of the Workspace.
August 2020 Release
What’s New in NeoLoad 7.5?
Workspaces
Overview
NeoLoad now introduces a new capability called Workspaces. Workspaces allow administrators to group users into teams and assign quotas for virtual users (see more below in the license quota section). Workspaces enable teams to organize and collaborate on their performance testing tasks, assets and results.
Workspaces enable people to separate assets such as tests, test results and webhooks in a designated Workspace and associated team members or share assets among multiple Workspaces and teams.
Users may belong to several workspaces but will only see the contents of one Workspace at a time.
When running tests from NeoLoad Web, the Zone’s hosting Controllers and Load Generators are shared between all Workspaces to optimize resource usage. You may use the Reservation feature to control the access to these shared resources and guarantee that they are available for important planned tests.
Quotas on Licensed Virtual Users
Administrators can define for each Workspace a quota to limit the maximum number of Virtual Users of the license that all members of the workspace can use.
The quota is checked for tests run by NeoLoad Web as well as for independent Controllers that use NeoLoad Web as their license server.
Click on image to enlarge
Reorganized Settings
The Settings panels have been reorganized so that all settings at Account level are in a single location (for Admin only) and the settings related to a Workspace are grouped together.
New API
The NeoLoad Web API version 3 handles Workspaces. Previous versions of the API support lists of assets and creation of assets in the default Workspace.
Click on image to enlarge
See the API definition.
Moving Assets
NeoLoad Web has the capability to move assets like tests and test results from one Workspace to another. This allows you to organize your current test assets to new Workspaces as you create them.
Dynatrace Native Integration
Dynatrace and NeoLoad are now natively integrated in a bidirectional way, allowing users to push Dynatrace metrics into Neoload, or NeoLoad metrics into Dynatrace, native monitors through a very simple configuration. Once configured, this integration discovers the system under test in the Dynatrace Smartscape and pushes Neoload generated performance engineering context and metrics into Dynatrace itself, or Dynatrace metrics into NeoLoad, allowing more powerful analysis in both NeoLoad and Dynatrace.
Choosing easily which Dynatrace metrics will be pulled in Neoload
Click on image to enlarge
Dynatrace metrics within a NeoLoad Web Dashboard
Click on image to enlarge
NeoLoad metrics within Dynatrace Dashboards
Tosca Integration v2.2
NeoLoad’s integration with Tosca already supports the conversion of any Tosca web test, including SAP web tests, and Tosca SAP GUI tests. The NeoLoad-Tosca integration now supports a new Tosca test type, API testing. And, the integration is also now compatible with the latest Tosca release, Tosca 13.3
Other Enhancements
- Minor GUI enhancements when defining the variables to be exported with the raw data.
- MySQL driver upgraded to the latest version
June 2020 Release
What’s New in NeoLoad 7.4?
Command Line Interface
The Python CLI is a client to the runtime API of NeoLoad Web (SaaS or on-premise) that allows you to define and control a test from anywhere a Python command line is accessible. Using the Python CLI for NeoLoad is a simple and speedy approach for automating performance testing in CI pipelines.
For instance to:
- Install the CLI client
- Connect to your Neoload Platform (in the example, the default is our SaaS platform)
- Create and configure a test
- Associate a project file
- Run your test
All you need to do is:
Click on image to enlarge
The CLI can be combined with NeoLoad’s performance testing as-code capabilities in any of your automation environments.
A comprehensive documentation is available on the Neotys GitHub repository: https://github.com/Neotys-Labs/neoload-cli
Preconfigured popular CI pipeline examples (such as Jenkins, Azure Devops or GitLab) are also provided to get started even faster: https://github.com/Neotys-Labs/neoload-cli/tree/master/examples/pipelines
Custom Fields for Raw Data
When exporting raw data for transactions from the NeoLoad Controller, you now can add custom fields to tell in which context the execution of the transaction occurred. As an example, you will not only see which specific transaction was slow but you can also see which data was used (example ContractID for each “Edit Contract” transaction).
See the tutorial on exporting contextualized raw data.
Click on image to enlarge
The following image illustrates an example of NeoLoad load testing data exported to an analytics platform:
Click on image to enlarge
Dynamic Infrastructure Improvements
Neotys adds Google GKE to the list of supported dynamic infrastructure providers for NeoLoad Web: OpenShift, Kubernetes, Microsoft AKS and Amazon EKS.
Also, NeoLoad Web now can launch tests using dynamic infrastructure even when the reservation feature is enabled on the account. In this case, you need to use auto-reservation, since planned reservations are not supported for dynamic infrastructure.
Dynamic zones settings are now more flexible and powerful allowing to switch from one cluster to another.
Tosca Integration v2.1
Support for Tricentis Tosca web tests has been enhanced with the automatic creation of a Neoload Transaction for each Tosca step in the converted testcase. With automated userpath update, when you make a change to your Tosca testcase, Neoload merges the new user path with the updated one, keeping all the changes you made to your initial NL userpath such as variables, loops, SLA and so on.
Click on image to enlarge
This version also brings support for Tosca 13.1 SP3.
Other Enhancements
- Citrix improvement – Random popup, asynchronous notifications or potential warnings can interrupt your Citrix scenario. Neoload now manages these intermittent popups with a simple Fork action in your design.
- NeoLoad Web Licensing improvement – A license now can be leased in parallel by two Controllers having the same hostname which may occur when starting Controllers in different Kubernetes pods.
Compatibility Notes
- New project version – Projects designed with NeoLoad 7.4 can only be opened by NeoLoad 7.4 and more. It means that you need to upgrade your load generators to be able to run projects designed with this new release. Note that the new Load Generators will be able to run your older projects.
April 2020 Release
What’s New in NeoLoad 7.3?
Dynamic Test Infrastructure with Kubernetes, AKS, and EKS
NeoLoad’s Dynamic Infrastructure is the capability to interact with container orchestrators, currently OpenShift, Kubernetes, Microsoft AKS and Amazon EKS, to provision and use load testing infrastructure automatically, on demand.
When a test is run through NeoLoad Web, controllers and load generators are spun up for the duration of the test and released once the test is finished. The load testing resources are automatically provisioned with pre-set settings within a minute of executing a test on demand and the Docker containers are shut down and released once the test is complete. NeoLoad leaves the cluster automatically cleared and ready for any use.
Each zone now can be customized in terms of CPU, memory, Docker image whether your cluster is managed using a cloud orchestrator or self managed using Kubernetes directly.
Click on image to enlarge
Click on image to enlarge
Tricentis Tosca Web Tests as Performance Tests
Previously, NeoLoad released the capability to convert SAP GUI functional tests created in Tosca, to performance tests in NeoLoad. Now, NeoLoad can convert any web tests (not limited to SAP) created in Tosca too. With one click, Tosca web or SAP GUI functional tests can be exported and converted into performance tests.
Support for SAP GUI test analysis has been enhanced. When exporting or re-exporting an SAP GUI test, you now have the option to automatically create a Neoload Transaction for each SAP TCode detected in your test.
The install process has also been simplified.
Citrix Enhancements
NeoLoad contains several improvements to ease recording and maintenance of Citrix applications testing:
- Update recorded content now effective for Citrix
- Additional tolerance level for image detection
- Constant variable for Citrix timeout
- Support of NoPrivileges LG launcher for Terminal Services
- Set back focus to Citrix client after NL citrix capture
- Screenshot comparison panel to help identify differences between the recording and the playback.
Click on image to enlarge
New public API v2 for NeoLoad Web
A new version of the public API now enables a much more powerful and more flexible automation of tests in the context of continuous integration and continuous load testing.
The API has been enhanced to leverage the recent concept of Tests in NeoLoad Web. It allows you to automatically run a Test that has been defined manually in NeoLoad Web’s interface or fully automate the whole process from creating a Test, uploading the NeoLoad project and running it.
Changes to the API
- New Tests related functions (create, update, upload project, list, delete)
- Running a test is now on the Test (/tests/{testId}/start)
- Ability to stop a running test (/test-results/{resultId}/stop)
- Test result related functions renamed from /tests/ to /test-results/
See the API documentation.
Other Enhancements
- Force release – When it’s not possible to release a license lease from NeoLoad Web normally, you can now request Neotys support to unlock the lease.
- When launching a test in the context of a reservation for a group, only group members can stop the test in NeoLoad Web.
- New JUnit Report Format – NeoLoad can generate a JUnit report for the SLA results for command line tests. When using ‘-SLAJUnitResults’ the old format is kept for backward compatibility. When using ‘-SLAJunitReport’, the XML grammar has been fixed to be compatible with more tools handling JUnit format and the way JUnit tests are named and structured is more actionable.
- NeoLoad Web users now have the ability to pick licensed Citrix or SAP VUs to run their Web tests.
- The screenshot comparison panel now helps identify differences between the recording, the playback or debugging – for any action that has a screenshot (Web Pages, Citrix, SAP GUI …).
January 2020 Release
What’s New in NeoLoad 7.2?

Citrix Support
NeoLoad now can record and replay Citrix deployed applications. The set of Citrix actions is compact and consistent for better readability and easier script maintenance. Design faster with NeoLoad’s live detection of texts and get a more reliable text recognition at runtime with modern and configurable Optical Character Recognition (OCR) engine (based on Neural Networks).
See the Citrix Testing Guide.
Changes since the beta version:
- Windows Interactive Logon is now possible.
- Various UI improvements and bug fixes.
License Key Management
Click on image to enlarge
Split Licenses Between Several NeoLoad Web Accounts
An Enterprise License can now be split between several NeoLoad Web Accounts and/or instances (On-premise or SaaS) for a given duration and a given number of licensed VUs.
Learn more in the documentation.
Offline Lease with NeoLoad Web
In order to test from isolated environments, a NeoLoad Controller can already request a lease from an Enterprise License installed in Neotys Team Server with an offline process.
A NeoLoad Controller now can also request an offline lease from an Enterprise License installed in NeoLoad Web.
Learn more in the documentation.
Other Enhancements
- Some default settings when creating an element can now be overridden and shared, for example the error handling policy for a VU Path or the stop policy of a Population at runtime. See the ‘Advanced’ section of the general settings.
- The NeoLoad Web’ Tests page displays new columns: ‘‘updated by’, ‘last modified’, ‘last run’’
- NeoLoad Web’s graph legend now includes the Test name.
- New NeoLoad Web Resources API to access the list of Reservations and the list and the content of Zones. See the API Definition.
- The bundled Controller Java VM is now an OpenJDK which has an impact on how to install NeoLoad in a headless Linux environment.
- The default ‘Change Policy’ setting for new List, File and Sql variables has been changed from “For each Virtual User instance” to “Each Iteration”.
- Browser Profiles picker has been updated with the latest browsers.
- You now can sort test results returned by Neoload Web API. See the API Definition
- Neoload Web now officially supports MongoDB 3.6.
Note About Installation
When installing NeoLoad with the command line in a headless environment, NeoLoad 7.2 has new requirements. See how to install NeoLoad in a headless Linux environment.
Bug Fixes
LOAD-19894
[QFT] Project settings/Runtime parameters problem
LOAD-19889
[NLW > UPLOAD PROJECT] Scenario summary are missing when user creates a new test
LOAD-19873
An offline lease can be installed as a License and so used while it has been released
LOAD-19872
Starting Test screen: space missing for ‘Number of Virtual Users’
LOAD-19867
[offline ]Another Admin user cannot use the generated rls file to release on the Master
LOAD-19837
NLG – Dashboard are created 2 times when opening a project saved using XML_MULTI format
LOAD-19674
[NLW] ${runID} should start at 1.
LOAD-19666
Force JS Variable initialisation to be evaluated to make sure no value stays in cache
LOAD-19483
SOAP parameter “no encode” value does not work as expected
LOAD-17905
[NLW Doc] – OnPremise – In SSL deployments, max file upload size documentation should also talk about nginx limitation.
LOAD-17891
The NeoLoad as code feature does not expect extension file in upper case but only in lower case
November 2019 Release
What’s New in NeoLoad 7.1?
NeoLoad 7.1 marks NeoLoad’s beta support of Citrix performance testing capability, new continuous integration extensions to Azure DevOps, GitLab and AWS CodeBuild and updates to test management and transaction data. Tests setting can now be saved in NeoLoad web, shared and reused. Tests can also be scheduled to be run during off-hours. Test reports and dashboards now display the 50th, 90th, 95th and 99th percentiles metrics for transactions.

Citrix Support
NeoLoad now can record and replay Citrix deployed applications. The set of Citrix actions is compact and consistent for a better readability and easier to maintain scripts. Design faster with a live detection of texts and get a more reliable text recognition at runtime with modern and configurable Optical Character Recognition (OCR) engine based on Neural Networks.
Citrix support is currently being released as a Beta. Please ask your Neotys contact or contact us here to get a trial license key.
Cloud CI Integration (GitLab, AWS CodeBuild, Azure DevOps)
Integrate NeoLoad load tests in Docker friendly Continuous Integration pipelines such as GitLab, AWS CodeBuild and Azure DevOps. Neotys provides a Docker image that easily uploads a project to NeoLoad Web and triggers its execution from environment variables. Examples are provided with the documentation.
Functions
Speed up design time and increase design readability by using function calls rather than variables, and skip the extra steps of inserting JavaScript actions for simple functions calls.
Wherever you can use a variable (ex: ${myVariable}) when designing a User Path, you can now use a Function with the following syntax: ${__myFunction(arg1,arg2)}.
NeoLoad provides a number of predefined functions for new projects as well as allowing you to define your own.
Get more information in the documentation.
Click on image to enlarge
Summary Panel for a Scenario
When using several Populations for your tests, use the new summary panel to quickly check that your populations are properly and consistently configured, notably just before running a test. It also enables you to check the total number of Load Generators used and the total number of Virtual Users that will be generated.
Click on image to enlarge
Project Format for Externally Managed Version Control Systems
NeoLoad native integrations with SVN and GIT make it easy to use a Version Control System to version and collaborate on NeoLoad projects. For advanced usage and when the NeoLoad integration cannot be used, NeoLoad projects can now be saved in a multi-XML files format so that it’s easier to use your preferred VCS tools and commands independently of NeoLoad.
See how to change the storage format in the documentation.
Click on image to enlarge
Other Enhancements
- Search & Replace now work on Advanced Actions, SAP GUI and Citrix Actions.
- Bulk delete and duplicate of Populations.
- ECMA 6 support by the NeoLoad Javascript engine.
- Copy/Paste of screenshots on Pages, SAP GUI and Citrix Actions.
Compatibility Notes
The Script Converter must be used as part of a global migration plan and not independently, so it is now disabled by default. Please contact support to learn how to continue using it.
July 2019 Release
What’s New in NeoLoad 7.0?
The NeoLoad 7.0 release introduces the ability for teams to load test on-demand using the new dynamic infrastructure capability for users of OpenShift. In tandem, resource reservation is now generally available, out of its previously released preview mode. Two new enhancements are also included: enhanced Dynatrace integration and a new format for exporting raw data.

Dynamic Infrastructure for Open Shift
Dynamic Infrastructure is NeoLoad’s new capacity to interact with container orchestrators, currently OpenShift, to provision and use load testing infrastructure automatically, on demand. When a test is run through NeoLoad Web, controllers and load generators are spun up for the duration of the test and released once the test is finished. The load testing resources are automatically provisioned with pre-set settings within a minute of executing a test on demand and the Docker containers are shut down and released once the test is complete. NeoLoad leaves the machine automatically cleared and ready for any use.
No need to write lengthy scripts to provision machines, manually connect dynamic testing resources to CI pipelines or manually change the number of load generators used for a test. With dynamic zones, connect to testing resources in OpenShift with a few clicks. Infrastructure is set up only once. Later, increase or decrease the number of load generators easily with a slider scale. Reduce the total cost of hardware ownership as you do more with the same testing resources without the need to tie up machines indefinitely or manual steps to release and reconfigure machines. Reuse the same machines for multiple purposes beyond testing.
Click on image to enlarge
Resource Reservation Generally Available
Resource reservation, previously released in preview mode, is now *generally available. With resource reservation, reserve load testing infrastructure (controllers and load generators) and virtual users by date and duration to guarantee resources are dedicated for application performance testing for a specific team or team member and avoid testing schedule conflicts among the teams.
Share and reserve resources as a team or an individual – any member of the team can cancel, modify, and use the reservation. Optimize test infrastructure usage and improve team collaboration and productivity with resource reservation.
Click on image to enlarge
Other Enhancements
- Enhanced Dynatrace integration – The HTTP header name used between NeoLoad and Dynatrace can now be customized to use the same value as other testing tools in your stack. Creating Dynatrace settings is now easier and homogeneous for all tools. The working default value is the one recommended by Dynatrace.
- New CSV data format – The format of the CSV created when exporting raw data at transaction level has been changed and is not compatible with the previous format. Updates include the elapsed time which is now in milliseconds, a new absolute time and a virtual user ID to identify the instance of the virtual user.
*In order to launch a test from NeoLoad Web with Resource Reservation or with Dynamic Infrastructure, you need a NeoLoad 7.0 Enterprise license. You can download the 7.0 license from your customer area and install it in NeoLoad Web.
How to Update to NeoLoad 7.9
Provided you have a valid support package, here’s how to update your version of NeoLoad:
- Download NeoLoad 7.9
- Install NeoLoad in a new directory (do not install on top of the old version).
- You don’t need a new license key. You will just be asked to activate your current license key for version 7.9
- Make sure you back up your projects before using them with the new version.
Get more information about upgrading NeoLoad to version 7.9, NeoLoad Web on-premise to version 2.8 or download the NeoLoad Trial!