Carlos Darío S.

  • 4 questions asked
  • 1 answer
  • 0 best answers (0%)
  • Create javascript Log in Cloud

    Hello, In my script I have a javascript code that captures 2 variables "order_id and order_item_id, for audit and analysis questions I want to generate a log that registers...
    Carlos Darío S.
    Carlos Darío S.

    Carlos Darío S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You need to check the Runtime settings in the NeoLoad preferences-->Project settings tab-->Runtime parameter On the top you have a drop down list for the Javascript logging. If...
  • neoload + webpagetest.org + cmd

    Hi, In this webinar: https://www.neotys.com/resources/performance-testing-mobile-apps, You use a CMD action in NeoLoad using software webpagetest.org, could please help me with...
    Carlos Darío S.
    Carlos Darío S.

    Carlos Darío S.

    Level
    0
    15 / 100
    points
  • error AHD04400 recording transaction

    I'm trying to record a transaction in CA Service Desk Manager , but when I press the Save button , the following error message appears: AHD04400:argument error, but if I...
    Carlos Darío S.
    Carlos Darío S.

    Carlos Darío S.

    Level
    0
    15 / 100
    points
    Carlos Darío S.
    Carlos Darío S.

    Carlos Darío S.

    Level
    0
    15 / 100
    points
    Hi , I watched other questions and apparently this error is caused by encoding and decoding the http requests while neoload is recording, so this is the solution. 1.Stop...
  • How could I connect to an FTPS server using a javascript?

    For my load testing, I have a need for my virtual users to connect to a ftpS server and put some files. I saw this helps http://answers.neotys...
    Carlos Darío S.
    Carlos Darío S.

    Carlos Darío S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It can easily be done by loading the package FTPSClient instead of FTPClient in the link you provided. So for instance use "myFTPClient =new Packages.org.apache.commons.net.ftp...