MAHIMA A.

  • 11 questions asked
  • 6 answers
  • 0 best answers (0%)
  • change password on userpath

    Hi All, when i created my userpath i manually provided my windows credentials . now after 45 days my password is changed ... Can anyone guide me how can i update my password...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Your Windows credential are probably stored at the server level definition. So in the server list select your server and look at the Authorization area to change your password.
  • WebResource file failed during load test

    Hi Team for my userpath it creates multiple webresource file . whenever i check that userpath with dynamic data resource file passed but when i do load test with same set of...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    If that is the case, one of the parameters you pass in to request to download it may be a timestamp, you could parameteise this with a date variable (current time in millis)
  • ratio between actual user\load user

    I am new to load testing ... wanted to understand what will be ratio of user we should run . I mean in my system we have 100 user hitting our system at a time . What should be...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It depends if you would like to run performance testing or load testing only. But basically if you would like to get performance metrics 100 concurrent users should be enough...
  • 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
    In your user path add a NeoLoad Javascript action and use one of the logger method described in the NeoLoad documentation here Then as already said if you use for example a try...
  • Neo load Report alert

    When i am running my report i am getting alert 'SQLServer:Buffer Manager/Page life expectancy <= 200.0' for my sql what it means ?? it comes in red ?
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

    Level
    0
    78 / 100
    points
    Alexis N.
    Alexis N.

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    Page Life Expectancy is the number of seconds a page will stay in the buffer pool without references. In simple words, if your page stays longer in the buffer pool (area of the...
  • Active scripting disabled message

    Hi All, when my checking my user path with different set of data getting 'Active scripting disabled message' . I checked in my browser i enabled it . Any idea on how to...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Neoload is not a web browser, code that would execute in a web browser won’t run in Neoload, we just capture the request and responses. If you need to mimic client side actions...
  • view state validation is on

    Hi Team I created anneoload userpath with some user. but when i am checking it with different user i am getting error Validation of viewstate MAC failed. Mine is a .net...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    There will be other .Net values that will need to be correlated, VIEWGENERATOR...
  • Check userpath with multiple data

    Hi Team i have created a userpath. My userpath takes one variable suppose policy name . I recored my userpath with one policy number suppose 'a'. Now if i check this userpath...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

    Level
    0
    78 / 100
    points
    Fousseyni B.
    Fousseyni B.

    Fousseyni B.

    Level
    2
    1014 / 2000
    points
    Hello Mahima, If you checked your user path and you got an error, it means your user path is not dynamic enough despite the change of your policy value. Because, in general...
  • neoload proxy configuration

    when i am running my application i am getting below error
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In your screen shot in the URL bar we can see http://localhost:8090. Is it your application URL because port 8090 is the NeoLoad proxy port.
  • extracting control at runtime

    Hi Team I am using an .net web application. In my web application at runtime grid is generated . That grid has hyperlinks controls to click which lead it to next page...
    MAHIMA A.
    MAHIMA A.

    MAHIMA A.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    One of the aspx files returned will have the html inside that creates the table, you will needto create a variable extractor to extract the abc ID from this response and pass it...