Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • 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
    This seems to indicate a corrupted perfmon database or NeoLoad is not able to interact with it. NeoLoad uses Perfmon API to monitor any Microsoft products. Could you try to run...
  • Neoload and SignalR

    Hi, I am trying to capture a site that uses SignalR. Unfortunately, I don't get any requests for SignalR (which is understandable). My question to you is, how can I make...
    Eu A.
    Eu A.

    Eu A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    SignalR seems to use WebSocket/PUSH technology so i guess you should be able to record the WebSocket communication involved. Did you get any WebSocket channel/requests recorded?  
  • NeoLoad not recording any scripts

    I installed trial version of NeoLoad for evaluation purpose by uploading the free licence key. I Started recording a scenario, once it is comepleted i come back to the tool and...
    Suraj M.
    Suraj M.

    Suraj M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When you start a NeoLoad recording by starting the browser from NeoLoad, you should see in the proxy section of your browser "localhost:8090" which is the NeoLoad proxy. So...
  • Recorded body response bad decoded ?

    Hello, Sorry for my (very) bad english ... The configuration used: NeoLoad 5.0 GNU / Linux (opensuse 13.2) The responses seem wrong body decoded when recording action...
    Patrick D.
    Patrick D.

    Patrick D.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It seems that NeoLoad is not able to uncompress the gzip content. Do you get any errors in the NeoLoad log files? You can open them from the menu "Help-->Open logs folder..."...
  • How can I fix a cookie that gets malformed in user validation?

    My recorded cookie looks like this: Cookie: _ga=GA1.3.907571147.1425586632; _dc_gtm_UA-54927908-1=1; _gat=1; quiz-data={"data":[{"id":9,"items":[{"id":64,"label"...
    Paul C.
    Paul C.

    Paul C.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It seems that comma is used as cookie separator when you replay with NeoLoad. That's why it is replaced by "=" sign. So i would rather use "comma.cookie.separator=false" key to...
  • Would a While loop select the first value that exists if it is set to 'match any of the following' out of 4?

    I defined a While loop as follows: While Match any of the following var1 does not exist var2 does not exist var3 does not exist var4 does not exist delay 1000 ms Would...
    Zoe B.
    Zoe B.

    Zoe B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Yes if one of the condition is not met anymore then it should drop out of the loop. Isn't it what you observed?
  • Wait for a different response

    We have a test that loads reports with very large datasets. This page has a "loading" screen that refreshes until the report has completed running and is displayed to the user...
    Daniel O.
    Daniel O.

    Daniel O.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you have a "loading" screen that probably means that the client i.e the browser is regularly sending a request to the server to get the status of the report generation. I...
  • localhost load generation agent fails to load

    - MAC OS - No Firewall or Antivirus. When I click "Start Checking" for validating a virtual user, Neoload fails to launch the load generating agent... I get the below error...
    Sandeep N.
    Sandeep N.

    Sandeep N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The stack size that you have configured is too high and plus i'm not sure that you modified the right file. You need to modify the <install_dir>\conf\agent.properties file and...
  • How To Capture Dynamic ID which is created through Java Script

    Please read below scenario. User Login -> Created a New Project -> A Project is Created and Project ID is generated in the sequential Order -> Open This Created Project ID...
    venkata S.
    venkata S.

    venkata S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I do not think that this ID is created by the client. It is probably by the server and so it is sent to the client in any way. Have you tried to run a user validation? the...
  • Installed team server but i do not know what my Login and password is ??

    Installed NeoTys team server but i dont know what my Login and password is ??
    Ola A.
    Ola A.

    Ola A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The default credential are admin/admin. You can see in the Neotys Team Server documentation here. I would suggest you to change the password right after the first login and to...