Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • Error in reports

    I am running my load test where it takes dynamic data from file. in my Report i can see few error. is there any way i can see at which record it fails ? i can see the page which...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You need to handle such logging directly in your script with for example a try...cache and a NeoLoad Javascript that will log the data used when the error occurs. This kind of...
  • Http monitoring capabilities

    What is the closest thing that Neoload has to HTTP monitoring like Wireshark and Fiddler?
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Wireshark and Fiddler are capturing all the network traffic for the former and only HTTP traffic for the latter. NeoLoad can record HTTP traffic with its proxy but what's your...
  • Error in recording the business flow due to certificate issue

    Getting error message "Error Code: DLG_FLAGS_INVALID_CA". I am behind my company proxy and I am unable to record script in different browsers.
    Pranjal J.
    Pranjal J.

    Pranjal J.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Have you imported the NeoLoad ROOT certificate in your browser? When you start a NeoLoad recording when the browser starts it displays the NeoLoad proxy home page. Do you see a...
  • Can Neoload 7.0 be installed by application Packaging & Virtualization (Microsoft APP V5.1)?

    Hi, I would like to know if Neoload 7.0 be installed by application Packaging & Virtualization (Microsoft APP V5.1)? or the installation is allowed only on an image?
    Harısh N.
    Harısh N.

    Harısh N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad does not modify the Windows registry when it is installed. The only things that is added to the system is some Windows services for the agents but they are not mandatory...
  • Is there any way to send neoload variables to JavaScriptVariable in fx variables

    In Our script first request I'm getting one "Session-id" i captured this into a Neoload Variable through Variable extractors. Now i need to use this session id in...
    CHINNIKRISHNA REDDY B.
    CHINNIKRISHNA REDDY B.

    CHINNIKRISHNA REDDY B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can call any NeoLoad variable from a Javascript (even Javascript variable) using the "context.variableManager.getValue("Myvariable");" method. Have you tried that?
  • Unable to start the execution. No error appears.

    Dears, The scripts are prepared in local machine where Neload Version 7.0 is present. Later the validated scripts are moved to VM's where we have complete load testing setup...
    Raghavendra M.
    Raghavendra M.

    Raghavendra M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Are you able to run a check virtual user from that machine? Do you have monitoring setup in your project? If yes do you still have that issue if you disable all your monitors?
  • Is there any alternative method to install wan emulation driver?

    During Installation of WAN emualtion on the remote machine,suddenly connnection to the remote gets disconnected.I found that remote machine got crashed due to Wan emulation...
    Abhishek S.
    Abhishek S.

    Abhishek S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Be careful on Windows 2016 there's no installation of the WAN driver since there's no such driver anymore. Ipfw is only used for older Windows versions and not for recent ones...
  • NeoLoad NoGui Idles at Random

    Hi, We are using Neoloads awesome NoGui Mode. But we have encountered issues with this. At random Neoload will get stuck during the start of the project see the following...
    Joey H.
    Joey H.

    Joey H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When the issue occurs again you should look at the NeoLoad logs files here: C:\Users\username\AppData\Roaming\Neotys\NeoLoad\v6.10\logs You may have some clues in those logs.  
  • Siebel application. error NL-SIEBEL-PLUGIN-ENGINE-03

    I am new to Neoload and I am attempting to test Siebel application. I am getting an error NL-SIEBEL-PLUGIN-ENGINE-03 but I haven't found much on the error in the Community. What...
    Walter A.
    Walter A.

    Walter A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    This error is a generic Siebel error. It means that the server sent an error. You need to look at the error details if any. Usually it happens when your script is not executing...
  • right clic button record

    Hi everyone, I ask for that Neoload can detect and record the mouse right clic for having the contextual menu and choosing one of the items in the list?
    younes H.
    younes H.

    younes H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad records the HTTP traffic between the browser and the server. If your right mouse click does not issue any requests to the server then you won't see anything. Maybe that...