Quantcast
Channel: [Q&A - FAQ Neotys] Last answers
Browsing all 135 articles
Browse latest View live

How can I load test a m3u8 HLS Stream? Test Design / Configuration / Stress...

HTTP Live Streaming (or HLS) is an adaptive streaming communications protocol created by Apple to communicate with iOS and Apple TV devices and Macs running OSX in Snow Leopard or later. HLS can...

View Article


Pacing not working with high no.of requests in a single container

The pacing at the container level does not add any delay on the requests inside the container.The goal of the pacing is to wait until the amount of time you have configured if the execution time of...

View Article


Is is possible to create a variable number of POST parameters for form...

If a form is available on the previous response (or the referrer) then you may be able to change the type of your POST request in NeoLoad from "Manual definition" to "Submit a form from a previous...

View Article

Can I select multiple lines as a variable extractor boundary?

If you switch in advanced mode in the variable extractor panel, this kind of regexp should work:"Data1": "Filename",\s?"Data2": "(\d*?)"

View Article

How to prevent Neoload to set Content-Type header in a POST request when...

You could set an empty Content-Type value for that header.

View Article


How to bypass nl-siebel-plugin-engine-03 Siebel error ?

You can add an option in the NeoLoad configuration file to ignore some errors.Stop NeoLoadEdit <install_dir>\conf\controller.properties fileCreate a [Siebel] sectionAdd on a new line that option:...

View Article

Different count for each virtual user in population

You can't set a specific number of users for the split in your population. I would suggest you to use different populations where you can set a load policy with the exact number of users.If necessary...

View Article

Can I parameterise a part or whole of the server name?

Is it a redirection response from your server with a Location element? If yes you can configure your request to follow that redirection.Otherwise you could use a variable in your server name definition...

View Article


Potential Bug: Search for a server in request definitions not handling...

Hi, this is strange. We fixed this bug in NeoLoad 5.1 and checked that the Server replacement is done with the latest version. Can you confirm that you use a recent version? If this is the case, can...

View Article


Feature Request - add ability to choose legacy vs new http client for User Paths

Do you have some example of issues that you have in 5.2/5.3 but not with the legay HTTP client?You're right the current HTTP client is more restrictive but it's not the goal to keep the legacy HTTP...

View Article

How to extract a value from Response which is in some encoded format (&#x;)

The response content seems now to be HTML encoded. I do not think that NeoLoad did that. You should be able to confirm that with your browser by checking the server response without NeoLoad.Anyway,...

View Article

Comment créer une variable de type compteur avec une valeur initiale calculée?

Vous pouvez utiliser une variable NeoLoad de type date courante en choissisant le format millisecond. Est-ce que cela répondrait à votre question ?

View Article

How to flush an extracted value after each iteration

I thought you were testing if the variable extractor exists and you were using that condition inside your loop. But if i understand correctly you are checking the content of your variable extractor and...

View Article


Problème lors de l'utilisation d'un variable pour paramétrer un délai

Vous pouvez éventuellement utiliser la fonction toFixed afin de supprimer la décimal.Par exemple, (300000*n).toFixed(0)

View Article

How to validate using the response time of 2 transactions?

If you don't mind having the detail of each request, you can ask NeoLoad to follow the redirect transparently so the unique response time that will be returned by NeoLoad will include the round trip...

View Article


How to configure request parameters to change based on different user?

If I am reading your question correctly then you are referring to information that only a client or user might know beforehand. If there is no way to 'extract' the dynamic data from your application,...

View Article

Do not wait for response

The only way is to use a Fork Action, put the Page or Requests that you don't want to wait for in it and NeoLoad will continue on the Actions after the Fork.

View Article


Detecting NL-NETWORK-01 through javascript to debug current data?

There's no option available in NeoLoad to catch a specific error type. You can post an idea on that community web site so it could be added in NeoLoad future versions.Also that error means that NeoLoad...

View Article

How can I add a header element like an "X-Forwarded-For"

There's no option to bulk add an HTTP header in the requests. You can only do it manually on each individual request.However, there's maybe a way to do it. You could use the search and replace feature...

View Article

Can we group shared containers?

You can't group the shared containers. I have never heard for such need in NeoLoad but you can still open an idea in case other customers are interested for that feature.

View Article
Browsing all 135 articles
Browse latest View live