Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • variable extraction with same boundaries?

    scenario: There are two drop downs Street and House number on a same page. When we select a value in street drop down we get to see the available house numbers for that street...
    Mahammad L.
    Mahammad L.

    Mahammad L.

    Level
    0
    38 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You could extract the addressId and the houseNumber at the same time to make sure that they will still be from the same selection. For example, if you switch in advanced mode...
  • How to call JAVA code from a NeoLoad Javascript?

    I created my own JAVA code from Eclipse and i created a JAR file that is working fine. I put the JAR in the "<neoload-project>/lib/jslib/" folder but i have this error when i...
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    That error is a very generic. Basically it means that NeoLoad was not able to use your JAVA code. It can be because of the content of your JAVA code (private instead of public)...
  • shared queue issue

    Hi, I have created a shared queue from which the values will be consumed as well as added. I have two scripts script 1. Add the value to .csv file (shared queue) script 2...
    Rohan S.
    Rohan S.

    Rohan S.

    Level
    0
    5 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I was able to reproduce the issue in NeoLoad 5.0.xx. It seems to be a regression since 5.0. In 4.2 the values are correctly saved in the swap file. I will open a bug for that...
  • Shared Queue error

    Hi, I am unable to view values in the shared queue .csv file. I can see thought Neoload runtime that the values are used but when I open the file there are no values in the...
    Rohan S.
    Rohan S.

    Rohan S.

    Level
    0
    5 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm confused about the description of your issue. You said that you are able to see the values used? Do you mean that your VU's are only consuming the values or also adding...
  • PDHException when processing counter list for MS SQL 2014 Express

    NeoLoad 5.0.2 build 071114-722 MS SQL 2014 Express is installed on localhost. No information found by Google or found on neotys...
    Nicolaas K.
    Nicolaas K.

    Nicolaas K.

    Level
    0
    18 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The issue might be related to the local language used on the machine. You should try with English language if it's not already the case.
  • Neoload et cookies malformés ?

    Je rencontre des difficultés pour scripter un scénario. J'ai isolé le souci, il s'agit d'un problème de guillemets. Voici le premier souci que j'ai rencontré, sur une...
    Mathieu D.
    Mathieu D.

    Mathieu D.

    Level
    0
    12 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    La valeur d'un cookie doit être entre des guillemets si elle contient des caractères "interdits" tels que la virgule, un espace ou un point virgule. La valeur de votre...
  • Does NeoLoad support getting a snapshot image (i.e. 500 error specific textual error)?

    I would like to see a snapshot of any error pages when either verifying the script or during test execution as part of logging. Is this available?
    Scott M.
    Scott M.

    Scott M.

    Level
    0
    3 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad works at protocol level. That means he will replay your HTTP requests but during a test it will not render the HTML pages like a client browser can do. That's why it...
  • The recording option disappear when clicked on start recording

    When i start recording the recording bar disappear while I name container
    Sampada A.
    Sampada A.

    Sampada A.

    Level
    0
    12 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    That's weird. Does it happen all the time even without providing any container name? What is your OS version? Are you using NeoLoad from a remote connection?
  • Why are my test results blank at the end of a test?

    Using 5.0.3 and running a simple test, the test results page is blank after the test. So is the exported Wor, PDF, and HTML:. Is this a known issue?
    Scott M.
    Scott M.

    Scott M.

    Level
    0
    3 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's a known issue when you upgrade NeoLoad from 5.0.2/5.0.1 to 5.0.3. If it's what you did, please download the full 5.0.3 installer from Neotys web site  and install it on...
  • Max values in 'Counter' variable

    Hi, What is the max values that can be used in 'Counter' variable? We would like to start the counter with a 10 digit number but I think the maximum value it accepts is...
    Rajagopal B.
    Rajagopal B.

    Rajagopal B.

    Level
    1
    346 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The Counter variable uses a 32 bit integer. So the max value is 2147483647. If you would like a counter with 10 digits you could concatenate two variables. If only the end of...