Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • to extract with switch to advanced mode

    I want to display the value for $1$ and $2$ i did in function Javascipt var myVar1 = context.variableManager.getValue("Sc01_Ext_test_1"); var myVar2 = context...
    Omar S.
    Omar S.

    Omar S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    ${myvar_n} is the syntax to get the n occurrence. In your case you would like to get the group 1 or 2. In that case you need to use that syntax: ${myvar_g1} or ${myvar_g2}
  • Lost connection between controller and Load Generator

    Hello I lost the connection beetween the controller and load Generator when i start an test. yet Icon in zones and load Genarators hosts is Green bullet. If i launch the...
    Omar S.
    Omar S.

    Omar S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The green light only means that the load agent is available. But when you start a test it's another process that is started for the load generator. If it works the second time...
  • How to capture response size and time in a file?

    I have a request which will download report data as part of the response. since we are running for various users with various input conditions, i want to write a javascript in...
    MMMM M.
    MMMM M.

    MMMM M.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can easily extract the response size from the HTTP headers with a variable extractor. But for the response time you can't do it except if your request is under a page which...
  • Use different WAR

    If I need to change WAR file having all libreries and RPC files, I have to record script again ?
    Fabio R.
    Fabio R.

    Fabio R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad is able to decode/encode your GWT requests based on your JAR and RPC files. So if you have a new build of your application you have to record again so the new files can...
  • Load generator localhost:7100 unavailable ?

    I am getting this error "Load generator localhost:7100 unavailable " every time I click on 'check a user path' after recording a scenario. Hence I am unable to proceed further...
    Anshu J.
    Anshu J.

    Anshu J.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If the "java.exe" process did not show up then either you have a firewall that is blocking it or it is not able to start for settings issue. Are you using the 64 bits version...
  • Load generator localhost:7100 unavailable ?

    I am getting this error "Load generator localhost:7100 unavailable " every time I click on 'check a user path' after recording a scenario. Hence I am unable to proceed further...
    Anshu J.
    Anshu J.

    Anshu J.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    On your screen shot you get that issue after the post-recording wizard when you search for generic parameters. If you skip that step right after the recording and you try to...
  • Can any one help me i am not able to connect with my iPhone device neo load give error like transmission error.

    Can any one help me i am not able to connect with my iPhone device neo load give error like transmission error.
    bhargav Z.
    bhargav Z.

    bhargav Z.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    First of all, your Iphone device and NeoLoad machine have to be connected to the same network like a WIFI network. Then make sure that there's no firewall started on the...
  • Files generated in website when test run

    Hi, My scenario use a website which generate a pdf. Do you know if when I will run the test with 10 users, I will have 10 new pdf in my website? Thank you in advance
    Franck B.
    Franck B.

    Franck B.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad will execute virtual user against your application like normal users. So yes at the end of your test you should see 10 pdf created. If it's not the case then your...
  • Protocol Selection?

    How do i select multiple protocols for recording
    Nithin K.
    Nithin K.

    Nithin K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In NeoLoad you do not have to select any protocols as they are all enabled by default. Just make a recording of your application and if there's a supported protocol NeoLoad will...
  • What needs to be to resolve error from log - Received fatal alert: unknown_ca?

    I am not able to get pass the payment page in my application while recording and when i checked logs, seeing below message. com.neotys.net.proxy.f.g: Exception during the...
    Abirami V.
    Abirami V.

    Abirami V.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Do you know if the certificate in your server is a self-signed certificate? In other words, when you reach your application from the browser did you have at some point to add...