Runtime parameters

Runtime parameters allow setting the logging and error handling levels for Neotys Design Studio. Other settings related to runtime are also available.

Javascript

See Logger.

Error handling

Neotys Design Studio can be configured not to flag as errors some requests that failed on recording. This is required when some errors are normal for the application. Neotys Design Studio should play these requests to be realistic but should not flag them as error.

This is typically the case for missing resources (images, css, and so on) that send back a 404 Not Found error code. It is necessary to check the Do not mark the specified HTTP error code when the same error occurs during the recording box to ignore the errors with the 404 code if the recorded code was 404. Requests with a valid return code (200 OK) on recording are flagged as errors if a 404 error occurs at runtime.

General

The General area contains two options:

The Collect separate statistics from each zone option allows Neotys Design Studio to collect different statistics (average response time, hits/s, and so on) for all project items, such as requests or Containers, for each zone.

This option is useful for a test that uses several Load Generators located in different geographic locations. Obtaining zone-specific statistics makes it possible to get location-specific statistics. This highlights any performance glitches due to the User geographical position with regard to the web application being load tested.

This per zone data is available:

The Disable cache for requests and resources used by an extractor option forces Neotys Design Studio to retrieve a response from the server and not to use cache, in order to be able to execute extractors.

Global validation

When global validation is applied to one or more Virtual Users, Neotys Design Studio implements the following procedure to determine whether a response to a played request should be validated or not: Neotys Design Studio retrieves the Content-Type header from the server response and checks to see if the header value appears in the list. If it does, Neotys Design Studio then checks to make sure that the response content matches the various assertions.

By default, only responses with a text/html or text/xhtml Content-Type are checked. The various Content-Types to be checked can be added or removed.

For more information about global validation, see Global validation.