Neil W.

  • 0 questions asked
  • 803 answers
  • 92 best answers (11%)
  • Login Password Encryption With RSA Key

    Each Time user login encrypted password is going to the server. I have tried to generate the encrypted password as adding a java script action and inside the javascript action I...
    Shareena R.
    Shareena R.

    Shareena R.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You would get an error as the Neoload JS engine doesn’t know what RSAKey is, the line is the same as var fruit = new banana(); You need to include the library where RSAKey is...
  • Difference of Recording SAP and non-SAP?

    I would like to know in what scenario during performance testing, I would use "recording-SAP" versus the regular non-SAP recoding in NeoLoad. I am unsure when I would use...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Recording is web traffic (http/s), SAP recording is SAP GUI 7.4 or...
  • enhancement request Raw Data

    HI Team, We are using the raw data functionality within NeoLoad a lot. Awesome feature, we love it !!! What would help us a lot is the following feature: the ability in...
    Joey H.
    Joey H.

    Joey H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I've submitted your idea here: http://ideas.neotys.com/feedbacks/179053-enhancement-request-raw-data, you should be able to see it once you have logged into our site
  • enhancement request Raw Data

    HI Team, We are using the raw data functionality within NeoLoad a lot. Awesome feature, we love it !!! What would help us a lot is the following feature: the ability in...
    Joey H.
    Joey H.

    Joey H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Strange, maybe try a different browser, you should get redirected to the Neotys login page where you sign in to your account area. Neoload has a results API, so does Neoload...
  • enhancement request Raw Data

    HI Team, We are using the raw data functionality within NeoLoad a lot. Awesome feature, we love it !!! What would help us a lot is the following feature: the ability in...
    Joey H.
    Joey H.

    Joey H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, Can you clarify what you mean by raw data? enhancement ideas should be posted here: http://ideas.neotys.com/ Cheers
  • Integrating Active MQ with JMS

    I am trying to setup the JMS from Neoload to Apache Active MQ and send a text message to a queue. The Active MQ is in AWS cloud. The URL is like... https...
    Venkata Suresh Babu G.
    Venkata Suresh Babu G.

    Venkata Suresh Babu G.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    assuming the url is correct, you appear to be missing the jndiProperties mapping
  • Integrating Active MQ with JMS

    I am trying to setup the JMS from Neoload to Apache Active MQ and send a text message to a queue. The Active MQ is in AWS cloud. The URL is like... https...
    Venkata Suresh Babu G.
    Venkata Suresh Babu G.

    Venkata Suresh Babu G.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    This example is based on ActiveMQ: https://www.neotys.com/documents/doc/neoload/latest/#27418...
  • Error messages after installation

    I have Neoload 6.7 installed in my system. And i downloaded 6.8.1 from NTS website and after installing the windows version the system thrown the below message popups :- could...
    Venkata Suresh Babu G.
    Venkata Suresh Babu G.

    Venkata Suresh Babu G.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The error relates to the fact that the 6.7 install created services for the LG agent and the controller agent. The 6.8 install is trying to create the services again with the...
  • Connection issues when using neoload-controller Docker Image?

    I'm trying to use Docker version of NL Controller to start a test using GitLab CI/CD strategy, but when it starts using NeoLoad, it shows a timeout on License Server. Here is...
    Guilherme V.
    Guilherme V.

    Guilherme V.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Sounds like a docker networking issue, can the container see the NTS server? Can any container see the NTS?
  • How to inject a variable value in multiple injection points?

    I have a variable 'transactionId' that must be injected in either form post parameters, jsonpaths, or query string parameters. There are three different names of form post...
    Albert Z.
    Albert Z.

    Albert Z.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I think what Nouredine meant is that in a framework rule, we don't care about any name given to a value in a request. transid, fred, bob, token, all the rule cares about is...