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

How to parameterize Variable Type: File in Variable Manager

I recommend you rename the variable "Logins" to "Logins_Prod".Then, you need to declare an "ENV" constant variable, which value is "Prod" or "Stage" according to the context (you can override in the...

View Article


How to modify JSONPath expression in Variable Extractor to point to all...

First you need to replace "0" by "*", so your expression will be "$.MatchingWorklist.Rows[*].Values[6]".Then, you have to select radio button "Extract all occurrences" to get an array.

View Article


Can Neoload support scripting Felx & Citrix application?

Hi, Citrix is not supported by Neoload

View Article

Does neoload support Tab Separated Value (tsv) file format for creating...

\t is not accepted, it seems to work by copy/pasting a tab from the file contains one into the separator field. (It could require a check/uncheck the 'use first line' checkbox to refresh the preview)I...

View Article

Is there a way to create a user path from a list of URLs (e.g. upload a txt...

You can't import such file in NeoLoad yet. You could execute those requests in command line from any tools like curl, wget or similar where you configure them to use a proxy the NeoLoad proxy while the...

View Article


The responses in our application are in json format. In this case, how can i...

Hi, variable extractors can be used to extract values from JSON responses and store those values in variables. For the requests, you can edit the payload like...

View Article

how can we disable collaboration on a project ?

You can simply save your project as another name and it will automatically unshare it.

View Article

read from csv file

Le souci ne semble pas lié à l'utilisation de votre variable. Sauf erreur de ma part votre identifiant est utilisé au login et pour l'authentification auprès de votre serveur. S'il y avait un souci au...

View Article


Users to perform different actions

You can create a variable extractor to extract all the patterns for the products, this could just something...

View Article


'Follow the redirect of the previous request'.

You do not have to change the default settings of your script. If you request was configured to follow the redirect of a previous response and it fails during your load testing then it means that your...

View Article

How to modify all occurrence of the extracted variable?

Another way to do that is to split the value and join it again with that function:function decode(encodedValue) {    var decodedValue = encodedValue.split("ref:").join("ref:A");    //Apply decoding...

View Article

Equivalent to "user data point" from LoadRunner

The Selenium integration makes use of the data exchange API (it's the same mechanism used by the 'store external data' action), you can get the source code here:...

View Article

How can you pass the command line argument for the SeleniumWrapper in...

If you can insert code in the unit test, did you trySystem.Environment.SetEnvironmentVariable( name, value ); ?

View Article


File variable generation with Mockaroo ?

You need to update your variable before NeoLoad is started and not when you start your test.You can run your NeoLoad through command line right after refreshing your variable file.You can have more...

View Article

How to create shared queue? Can you provide additional information?

I do not have a video to clarify the usage of shared queue but i guess i can provide some insight that may help you.First of all, you need to create a shared queue variable from the Variable manager....

View Article


How do I find out the number of times that a string occurs in the server...

You can create a variable extractor to find the string/pattern and extract all occurrences and place them in a variable, once done you use the Variable_matchNbr as the number of times to loop

View Article

regexp for split string in array

I agree with Neil. Another way would be to do it directy in the variable extractor panel using a custom decoder. As an example this one should work:function decode(encodedValue) {    var decodedValue =...

View Article


Are selenium scripts using TestNG compatible with for Neoload Integration

Requests/s and Response time does not take into account Selenium scripts. Here the list of the Selenium metrics: https://www.neotys.com/documents/doc/neoload/latest/en/ht....You can plot the Selenium...

View Article

How to bind the response value in JSON format from REST API?

I'm not sure to understand your question, do want to extract data from the response to inject it into a next request?You can set a JSONPath extractor on the response (see Variable Extractors in the...

View Article

No property or association found for [ProtocolSAPGUI]

We identified an issue with the NeotysRestDesignAPI version 1.0.4 that is used by Ranorex/Neoload plugin: it's only working with NeoLoad 6.6. I assume that you are using a previous version of NeoLoad,...

View Article
Browsing all 135 articles
Browse latest View live