Gaurav P.

  • 5 questions asked
  • 1 answer
  • 0 best answers (0%)
  • Variable extractor encoding from HTML to URL

    I want to encode the correlation value from HTML to URL mode in Neoload. Response - Rachel,Zane Request - Rachel%2CZane Please help me with the Custome Code in variable...
    Gaurav P.
    Gaurav P.

    Gaurav P.

    Level
    0
    15 / 100
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    If you need to do an encoding/decoding with Javascript, you can use the W3C API methods 'encodeURIComponent' or 'decodeURIComponent' '(https://www.w3schools...
  • Neoload Protocols?

    How can I figure out which protocols were used while recording the script in Neoload for my application? In the free trial version, all the protocols are enabled and there is...
    Gaurav P.
    Gaurav P.

    Gaurav P.

    Level
    0
    15 / 100
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    Ok, the panel is not displayed when no optional Protocol or Option is required for the current Project. If the opened Project uses the technologies you need, then it should...
  • Neoload Protocols

    I have created POC script for OUAF application on Neoload trial version and ran a load test with 10 users which was successful. For licensing, web protocol is enough or do I...
    Gaurav P.
    Gaurav P.

    Gaurav P.

    Level
    0
    15 / 100
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    Dear Gaurav, you can go the license panel (Preferences / General Settings / License) and check the "required license options' panel at the bottom. It lists the required options...
  • Counter is not updated from xx_n to xx_1, xx_2 in Loop

    Using variable extractor, 7 variable are created and ID_1, ID_2, ID_3, ID_4, ID_5, ID_MatchNr, ID_rand. On next requests I implemented loop with Execute Loop ID_MatchNr times...
    Gaurav P.
    Gaurav P.

    Gaurav P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It's not ${ID_n} that you need to use but ${ID_${loop_counter}}
  • Neoload File Parameter row size?

    I am using trial version of Neoload and testing web services. I have created a File type parameter and imported data using .csv file. I can only see first 100 rows in Neoload...
    Gaurav P.
    Gaurav P.

    Gaurav P.

    Level
    0
    15 / 100
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    Hi Gaurav, the 100 limit is only a display limit. All rows will be used at runtime, even with the Free Edition.