Sendhil K.

  • 5 questions asked
  • 2 answers
  • 0 best answers (0%)
  • Access File Variables from within Javascript action?

    Hi, I have a CSV file which I want to read in the javascript file. The file variable is named as AUTHDATA. This is how Im accessing it in java script. var authData...
    Sendhil K.
    Sendhil K.

    Sendhil K.

    Level
    0
    25 / 100
    points
    Sendhil K.
    Sendhil K.

    Sendhil K.

    Level
    0
    25 / 100
    points
    Figured out by other post: var hostname=context.variableManager.getValue("AUTHDATA.hostname"); logger.info("Host Name:"+hostname );
  • Load Generator Not Executing the script as expected

    Hi, I have a very peculiar problem, I have developed a java code and tested with 6.9 and also tested locally with 6.5.1. In the local load generator I tested with 100 users...
    Sendhil K.
    Sendhil K.

    Sendhil K.

    Level
    0
    25 / 100
    points
    Sendhil K.
    Sendhil K.

    Sendhil K.

    Level
    0
    25 / 100
    points
    The issue was , if you are having files which are locally referenced in your code and using this value in the variable in NeoLoad. you need to place the respective files on all...