Neil W.

  • 0 questions asked
  • 803 answers
  • 92 best answers (11%)
  • Neoload integration with Jenkins

    Is it possible to execute test from jenkins if Neoload plugin is not installed? for some reason i had to uninstall neoload plugin and now my pipeline script for running...
    Abhishek K.
    Abhishek K.

    Abhishek K.

    Level
    0
    98 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi Abhishek, just to add to this, in Jenkins you would need to call a shell command from the pipeline like sh '/opt/Neoload/bin/NeoloadCmd <-params>'.
  • How to specify a proxy for a project launched by a Windows Jenkins slave ?

    Hi, I tried to run a Neoload project on a Jenkins slave (Windows). This project needs an application proxy. The Jenkins slave runs as a Windows Service with a local system...
    Jean-Baptiste B.
    Jean-Baptiste B.

    Jean-Baptiste B.

    Level
    0
    5 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    if you are running Neoload as a system account (service), the neoload settings are in C:\Windows\System32\config\systemprofile\AppData\Roaming\Neotys\NeoLoad\v6.x\conf\
  • How to pass sla profile in jenkins pipeline

    I prepared my sla profile yaml file and trying to apply in my jenkins pipeline code. But i am unable to apply sla to the project. What is the command to apply sla in jenkins
    Sadasivuni V.
    Sadasivuni V.

    Sadasivuni V.

    Level
    1
    317 / 750
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    It sounds like the issue is now with the yaml file.
  • How to pass sla profile in jenkins pipeline

    I prepared my sla profile yaml file and trying to apply in my jenkins pipeline code. But i am unable to apply sla to the project. What is the command to apply sla in jenkins
    Sadasivuni V.
    Sadasivuni V.

    Sadasivuni V.

    Level
    1
    317 / 750
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I hadn't realised you were using pipeline as code too, your command is correct however you appear to be esaping the " with the \. I don't think this is needed ie. SLA_Profile...
  • How to pass sla profile in jenkins pipeline

    I prepared my sla profile yaml file and trying to apply in my jenkins pipeline code. But i am unable to apply sla to the project. What is the command to apply sla in jenkins
    Sadasivuni V.
    Sadasivuni V.

    Sadasivuni V.

    Level
    1
    317 / 750
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You would pass it in using the -project argument, ie. NeoloadCmd -project "C;\proj\proj.nlp" "C:\sla.yaml"
  • Elimination of delay time from reports/result?

    I want to add a delay/think time to my script, but i don't want that delay/think time to reflect in my result/report generated. Is it possible in Neoload?. If not possible, will...
    Christy J.
    Christy J.

    Christy J.

    Level
    0
    1 / 100
    point
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Tick the treat as thinktime checkbox
  • Excel list substitution for loop of list of items

    Hi, Below is my Post parameter, where it lists ICD-10 codes with the name description. {"workingDiagnosis":"G43.D","description":" Abdominal migraine"} I could create a...
    Rebecca H.
    Rebecca H.

    Rebecca H.

    Level
    0
    48 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Create an advanced variable extractor named icd for the ICD code and description, looking at the screenshot (*G43.D - Abdominal migraine") it will be something like *(.*?) -...
  • Can NeoLoad monitor SQL Server running on an Azure Managed SQL server instance?

    We are running an Azure Managed SQL Server instance and wanted to confirm that NeoLoad would be able to monitor SQL server on the managed instance. Thank...
    Eric H.
    Eric H.

    Eric H.

    Level
    0
    5 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I see no reason why not, it's just a box at the end of the day, all you would need is the ip address, port and credentials
  • How to do a debug replay in Check VUser Path

    Actually i want to perform a step by step debugging in Check VUser path. As like we perform F10 in LR..
    saravana M.
    saravana M.

    saravana M.

    Level
    0
    14 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Neoload works differently that LR, you can run the check userpath which attempts the entire playback, then you can examine the playback step by step
  • Unique Values for Parameterization

    Hi, Script is recorded in Action Part. And each virtual user has to take unique values and the values are non reusable. What will be the value change policy and distribution...
    Shareena R.
    Shareena R.

    Shareena R.

    Level
    0
    17 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The Unique option means the data will only be used once, the cycle values will be ignored, if you have 10 users names, it will run 10 users only regardless of the size of the...